Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR drivers-mpa-infra package configuration.
This module contains definitions for the following management objects:
hardware-module: Configure subslot h/w module
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 // subslot h/w module. Nodes HardwareModule_Nodes }
HardwareModule Configure subslot h/w module
func (*HardwareModule) GetEntityData ¶
func (hardwareModule *HardwareModule) GetEntityData() *types.CommonEntityData
type HardwareModule_Nodes ¶
type HardwareModule_Nodes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The identifier for a SPA node. The type is slice of // HardwareModule_Nodes_Node. Node []*HardwareModule_Nodes_Node }
HardwareModule_Nodes
subslot h/w module
func (*HardwareModule_Nodes) GetEntityData ¶
func (nodes *HardwareModule_Nodes) GetEntityData() *types.CommonEntityData
type HardwareModule_Nodes_Node ¶
type HardwareModule_Nodes_Node struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. A SPA node. The type is string with pattern: // ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+). NodeName interface{} // Shutdown a subslot h/w module. The type is HwModuleShutdownPowerMode. Shutdown interface{} }
HardwareModule_Nodes_Node The identifier for a SPA node
func (*HardwareModule_Nodes_Node) GetEntityData ¶
func (node *HardwareModule_Nodes_Node) GetEntityData() *types.CommonEntityData
type HwModuleShutdownPowerMode ¶
type HwModuleShutdownPowerMode string
HwModuleShutdownPowerMode represents Hw module shutdown power mode
const ( // Keep the showdown module powered (default) HwModuleShutdownPowerMode_powered HwModuleShutdownPowerMode = "powered" )
Click to show internal directories.
Click to hide internal directories.