Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR prm-hwmod package configuration.
This module contains definitions for the following management objects:
hardware-module: HardwareModule
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HardwareModule ¶
type HardwareModule struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Enabled Disabled. The type is UrpfConfig. Urpf interface{} // Loadbalance option. Loadbalancing HardwareModule_Loadbalancing }
HardwareModule HardwareModule
func (*HardwareModule) GetEntityData ¶
func (hardwareModule *HardwareModule) GetEntityData() *types.CommonEntityData
type HardwareModule_Loadbalancing ¶
type HardwareModule_Loadbalancing struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // BGP LU. Bgp3107 HardwareModule_Loadbalancing_Bgp3107 }
HardwareModule_Loadbalancing Loadbalance option
func (*HardwareModule_Loadbalancing) GetEntityData ¶
func (loadbalancing *HardwareModule_Loadbalancing) GetEntityData() *types.CommonEntityData
type HardwareModule_Loadbalancing_Bgp3107 ¶
type HardwareModule_Loadbalancing_Bgp3107 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // ECMP . Ecmp HardwareModule_Loadbalancing_Bgp3107_Ecmp }
HardwareModule_Loadbalancing_Bgp3107 BGP LU
func (*HardwareModule_Loadbalancing_Bgp3107) GetEntityData ¶
func (bgp3107 *HardwareModule_Loadbalancing_Bgp3107) GetEntityData() *types.CommonEntityData
type HardwareModule_Loadbalancing_Bgp3107_Ecmp ¶
type HardwareModule_Loadbalancing_Bgp3107_Ecmp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Enable Option. The type is interface{}. Enable interface{} }
HardwareModule_Loadbalancing_Bgp3107_Ecmp ECMP
func (*HardwareModule_Loadbalancing_Bgp3107_Ecmp) GetEntityData ¶
func (ecmp *HardwareModule_Loadbalancing_Bgp3107_Ecmp) GetEntityData() *types.CommonEntityData
type UrpfConfig ¶
type UrpfConfig string
UrpfConfig represents Urpf config
const ( // Urpf Disable UrpfConfig_disable UrpfConfig = "disable" // Urpf Enable UrpfConfig_enable UrpfConfig = "enable" )
Click to show internal directories.
Click to hide internal directories.