Documentation ¶
Overview ¶
This module contains definitions for the Calvados model objects.
This module holds chassis, cards Enviroment data.
Copyright (c) 2012-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type Environment
- type Environment_All
- type Environment_All_Location
- type Environment_All_Location_Altitude
- type Environment_All_Location_Altitude_AltAttributes
- type Environment_All_Location_Current
- type Environment_All_Location_Current_SensorAttributes
- type Environment_All_Location_Fan
- type Environment_All_Location_Fan_FanAttributes
- type Environment_All_Location_Power
- type Environment_All_Location_Power_PemAttributes
- type Environment_All_Location_Temperatures
- type Environment_All_Location_Temperatures_SensorAttributes
- type Environment_All_Location_Voltages
- type Environment_All_Location_Voltages_SensorAttributes
- type Environment_Config
- type Environment_Config_AirFilter
- type Environment_Config_AirFilter_Replaced
- type Environment_Config_AirFilter_Replaced_All
- type Environment_Config_AirFilter_Replaced_RackLoc
- type Environment_Config_AirFilter_Replaced_RackLoc_Location
- type Environment_Config_FanCtrl
- type Environment_Config_FanCtrlOptics
- type Environment_Config_FanCtrlOptics_Enable
- type Environment_Config_FanCtrlOptics_Enable_RackLoc
- type Environment_Config_FanCtrlOptics_Enable_RackLoc_Location
- type Environment_Config_FanCtrl_Disable
- type Environment_Config_FanCtrl_Disable_RackLoc
- type Environment_Config_FanCtrl_Disable_RackLoc_Location
- type Environment_Config_GracefulShutdown
- type Environment_Config_GracefulShutdown_Disable
- type Environment_Config_GracefulShutdown_Disable_RackLoc
- type Environment_Config_GracefulShutdown_Disable_RackLoc_Location
- type Environment_Config_Monitoring
- type Environment_Config_Monitoring_Disable
- type Environment_Config_Monitoring_Disable_RackLoc
- type Environment_Config_Monitoring_Disable_RackLoc_Location
- type Environment_Config_RaiseFanSpeed
- type Environment_Config_RaiseFanSpeed_All
- type Environment_Config_RaiseFanSpeed_RackLoc
- type Environment_Config_RaiseFanSpeed_RackLoc_Location
- type Environment_Config_Router
- type Environment_Config_Router_Altitude
- type Environment_Config_Router_Altitude_All
- type Environment_Config_Router_Altitude_RackLoc
- type Environment_Config_Router_Altitude_RackLoc_Location
- type Environment_Config_Temperature
- type Environment_Config_Temperature_Disable
- type Environment_Config_Temperature_Disable_RackLoc
- type Environment_Config_Temperature_Disable_RackLoc_Location
- type Environment_Oper
- type Environment_Oper_Altitude
- type Environment_Oper_Altitude_Location
- type Environment_Oper_Altitude_Location_AltAttributes
- type Environment_Oper_Current
- type Environment_Oper_Current_Location
- type Environment_Oper_Current_Location_SensorAttributes
- type Environment_Oper_Fan
- type Environment_Oper_Fan_Location
- type Environment_Oper_Fan_Location_FanAttributes
- type Environment_Oper_Power
- type Environment_Oper_Power_Location
- type Environment_Oper_Power_Location_PemAttributes
- type Environment_Oper_Temperatures
- type Environment_Oper_Temperatures_Location
- type Environment_Oper_Temperatures_Location_SensorAttributes
- type Environment_Oper_Voltages
- type Environment_Oper_Voltages_Location
- type Environment_Oper_Voltages_Location_SensorAttributes
- type Environment_Trace
- type Environment_Trace_Location
- type Environment_Trace_Location_AllOptions
- type Environment_Trace_Location_AllOptions_TraceBlocks
- type PowerMgmt
- type PowerMgmt_Config
- type PowerMgmt_Config_Action
- type PowerMgmt_Config_Action_Disable
- type PowerMgmt_Config_Action_Disable_RackLoc
- type PowerMgmt_Config_Action_Disable_RackLoc_Location
- type PowerMgmt_Config_ExtendedTemp
- type PowerMgmt_Config_ExtendedTemp_Enable
- type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc
- type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location
- type PowerMgmt_Config_Progressive
- type PowerMgmt_Config_Progressive_Enable
- type PowerMgmt_Config_Progressive_Enable_Enabled
- type PowerMgmt_Config_Progressive_Enable_Priority
- type PowerMgmt_Config_Progressive_Enable_Priority_Location
- type PowerMgmt_Config_RedundancyNumPms
- type PowerMgmt_Config_RedundancyNumPms_All
- type PowerMgmt_Config_RedundancyNumPms_RackLoc
- type PowerMgmt_Config_RedundancyNumPms_RackLoc_Location
- type PowerMgmt_Config_SingleFeedMode
- type PowerMgmt_Config_SingleFeedMode_Enable
- type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc
- type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // environment operational (show) data. Oper Environment_Oper All Environment_All // environment configurational data. Config Environment_Config // show traceable processes. The type is slice of Environment_Trace. Trace []*Environment_Trace }
Environment
func (*Environment) GetEntityData ¶
func (environment *Environment) GetEntityData() *types.CommonEntityData
type Environment_All ¶
type Environment_All struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_All_Location. Location []*Environment_All_Location }
Environment_All
func (*Environment_All) GetEntityData ¶
func (all *Environment_All) GetEntityData() *types.CommonEntityData
type Environment_All_Location ¶
type Environment_All_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is slice of Environment_All_Location_Temperatures. Temperatures []*Environment_All_Location_Temperatures // The type is slice of Environment_All_Location_Voltages. Voltages []*Environment_All_Location_Voltages // The type is slice of Environment_All_Location_Current. Current []*Environment_All_Location_Current // The type is slice of Environment_All_Location_Fan. Fan []*Environment_All_Location_Fan // The type is slice of Environment_All_Location_Power. Power []*Environment_All_Location_Power // The type is slice of Environment_All_Location_Altitude. Altitude []*Environment_All_Location_Altitude }
Environment_All_Location
func (*Environment_All_Location) GetEntityData ¶
func (location *Environment_All_Location) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Altitude ¶
type Environment_All_Location_Altitude struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is slice of Environment_All_Location_Altitude_AltAttributes. AltAttributes []*Environment_All_Location_Altitude_AltAttributes }
Environment_All_Location_Altitude
func (*Environment_All_Location_Altitude) GetEntityData ¶
func (altitude *Environment_All_Location_Altitude) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Altitude_AltAttributes ¶
type Environment_All_Location_Altitude_AltAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is interface{} with range: 0..4294967295. Rack interface{} // The type is string. SensorValue interface{} // The type is string. Source interface{} }
Environment_All_Location_Altitude_AltAttributes
func (*Environment_All_Location_Altitude_AltAttributes) GetEntityData ¶
func (altAttributes *Environment_All_Location_Altitude_AltAttributes) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Current ¶
type Environment_All_Location_Current struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is slice of Environment_All_Location_Current_SensorAttributes. SensorAttributes []*Environment_All_Location_Current_SensorAttributes }
Environment_All_Location_Current
func (*Environment_All_Location_Current) GetEntityData ¶
func (current *Environment_All_Location_Current) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Current_SensorAttributes ¶
type Environment_All_Location_Current_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Value interface{} }
Environment_All_Location_Current_SensorAttributes
func (*Environment_All_Location_Current_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_All_Location_Current_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Fan ¶
type Environment_All_Location_Fan struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is slice of Environment_All_Location_Fan_FanAttributes. FanAttributes []*Environment_All_Location_Fan_FanAttributes }
Environment_All_Location_Fan
func (*Environment_All_Location_Fan) GetEntityData ¶
func (fan *Environment_All_Location_Fan) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Fan_FanAttributes ¶
type Environment_All_Location_Fan_FanAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LogicalSlot interface{} // The type is string. PrintFanHeader interface{} // The type is string. Location interface{} // The type is string. FruPID interface{} // The type is string. FansSpeed interface{} // The type is interface{} with range: 0..4294967295. FanHeader interface{} // The type is interface{} with range: 0..4294967295. SpeedSpace interface{} }
Environment_All_Location_Fan_FanAttributes
func (*Environment_All_Location_Fan_FanAttributes) GetEntityData ¶
func (fanAttributes *Environment_All_Location_Fan_FanAttributes) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Power ¶
type Environment_All_Location_Power struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is slice of Environment_All_Location_Power_PemAttributes. PemAttributes []*Environment_All_Location_Power_PemAttributes }
Environment_All_Location_Power
func (*Environment_All_Location_Power) GetEntityData ¶
func (power *Environment_All_Location_Power) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Power_PemAttributes ¶
type Environment_All_Location_Power_PemAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Pem interface{} // The type is string. PemId interface{} // The type is string. CardType interface{} // The type is string. PsType interface{} // The type is interface{} with range: 0..65535. ShelfNum interface{} // The type is string. SupplyType interface{} // The type is string. InputVoltage interface{} // The type is string. InputCurrent interface{} // The type is string. OutputVoltage interface{} // The type is string. OutputCurrent interface{} // The type is string. Status interface{} // The type is interface{} with range: 0..4294967295. InputPowerToPs interface{} // The type is string. InputCurrentToPs interface{} // The type is interface{} with range: 0..4294967295. OutputPowerFromPs interface{} // The type is string. OutputCurrentFromPs interface{} // The type is interface{} with range: 0..4294967295. PowerAllocated interface{} // The type is string. PowerConsumed interface{} // The type is string. PowerStatus interface{} // The type is string. ConfgdPowerRedundancyMode interface{} // The type is interface{} with range: 0..4294967295. UsablePowerCapacity interface{} // The type is interface{} with range: 0..4294967295. ProtectionPowerCapacity interface{} // The type is interface{} with range: 0..4294967295. PowerResrvAndAlloc interface{} // The type is interface{} with range: 0..4294967295. SystemPowerUsed interface{} // The type is interface{} with range: 0..4294967295. SystemPowerInput interface{} // The type is interface{} with range: 0..65535. PowerLevel interface{} // The type is interface{} with range: 0..65535. OutputHeader interface{} OutputFooter interface{} PsSumFooter interface{} }
Environment_All_Location_Power_PemAttributes
func (*Environment_All_Location_Power_PemAttributes) GetEntityData ¶
func (pemAttributes *Environment_All_Location_Power_PemAttributes) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Temperatures ¶
type Environment_All_Location_Temperatures struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is slice of // Environment_All_Location_Temperatures_SensorAttributes. SensorAttributes []*Environment_All_Location_Temperatures_SensorAttributes }
Environment_All_Location_Temperatures
func (*Environment_All_Location_Temperatures) GetEntityData ¶
func (temperatures *Environment_All_Location_Temperatures) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Temperatures_SensorAttributes ¶
type Environment_All_Location_Temperatures_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Alarm interface{} // The type is string. TemperatureValue interface{} // The type is interface{} with range: -2147483648..2147483647. Value interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalLo interface{} // The type is interface{} with range: -2147483648..2147483647. MajorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorHi interface{} // The type is interface{} with range: -2147483648..2147483647. MajorHi interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalHi interface{} }
Environment_All_Location_Temperatures_SensorAttributes
func (*Environment_All_Location_Temperatures_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_All_Location_Temperatures_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Voltages ¶
type Environment_All_Location_Voltages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocIden interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is slice of Environment_All_Location_Voltages_SensorAttributes. SensorAttributes []*Environment_All_Location_Voltages_SensorAttributes }
Environment_All_Location_Voltages
func (*Environment_All_Location_Voltages) GetEntityData ¶
func (voltages *Environment_All_Location_Voltages) GetEntityData() *types.CommonEntityData
type Environment_All_Location_Voltages_SensorAttributes ¶
type Environment_All_Location_Voltages_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Alarm interface{} // The type is string. Value interface{} // The type is interface{} with range: -2147483648..2147483647. TemperatureValue interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalLo interface{} // The type is interface{} with range: -2147483648..2147483647. MajorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorHi interface{} // The type is interface{} with range: -2147483648..2147483647. MajorHi interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalHi interface{} }
Environment_All_Location_Voltages_SensorAttributes
func (*Environment_All_Location_Voltages_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_All_Location_Voltages_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_Config ¶
type Environment_Config struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Router Environment_Config_Router AirFilter Environment_Config_AirFilter FanCtrl Environment_Config_FanCtrl Temperature Environment_Config_Temperature Monitoring Environment_Config_Monitoring RaiseFanSpeed Environment_Config_RaiseFanSpeed FanCtrlOptics Environment_Config_FanCtrlOptics GracefulShutdown Environment_Config_GracefulShutdown }
Environment_Config environment configurational data
func (*Environment_Config) GetEntityData ¶
func (config *Environment_Config) GetEntityData() *types.CommonEntityData
type Environment_Config_AirFilter ¶
type Environment_Config_AirFilter struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Replaced Environment_Config_AirFilter_Replaced }
Environment_Config_AirFilter
func (*Environment_Config_AirFilter) GetEntityData ¶
func (airFilter *Environment_Config_AirFilter) GetEntityData() *types.CommonEntityData
type Environment_Config_AirFilter_Replaced ¶
type Environment_Config_AirFilter_Replaced struct { EntityData types.CommonEntityData YFilter yfilter.YFilter All Environment_Config_AirFilter_Replaced_All RackLoc Environment_Config_AirFilter_Replaced_RackLoc }
Environment_Config_AirFilter_Replaced
func (*Environment_Config_AirFilter_Replaced) GetEntityData ¶
func (replaced *Environment_Config_AirFilter_Replaced) GetEntityData() *types.CommonEntityData
type Environment_Config_AirFilter_Replaced_All ¶
type Environment_Config_AirFilter_Replaced_All struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Date interface{} }
Environment_Config_AirFilter_Replaced_All
func (*Environment_Config_AirFilter_Replaced_All) GetEntityData ¶
func (all *Environment_Config_AirFilter_Replaced_All) GetEntityData() *types.CommonEntityData
type Environment_Config_AirFilter_Replaced_RackLoc ¶
type Environment_Config_AirFilter_Replaced_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of // Environment_Config_AirFilter_Replaced_RackLoc_Location. Location []*Environment_Config_AirFilter_Replaced_RackLoc_Location }
Environment_Config_AirFilter_Replaced_RackLoc
func (*Environment_Config_AirFilter_Replaced_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_AirFilter_Replaced_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_AirFilter_Replaced_RackLoc_Location ¶
type Environment_Config_AirFilter_Replaced_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} // The type is string. Date interface{} }
Environment_Config_AirFilter_Replaced_RackLoc_Location
func (*Environment_Config_AirFilter_Replaced_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_AirFilter_Replaced_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrl ¶
type Environment_Config_FanCtrl struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Disable Environment_Config_FanCtrl_Disable }
Environment_Config_FanCtrl
func (*Environment_Config_FanCtrl) GetEntityData ¶
func (fanCtrl *Environment_Config_FanCtrl) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrlOptics ¶
type Environment_Config_FanCtrlOptics struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Enable Environment_Config_FanCtrlOptics_Enable }
Environment_Config_FanCtrlOptics
func (*Environment_Config_FanCtrlOptics) GetEntityData ¶
func (fanCtrlOptics *Environment_Config_FanCtrlOptics) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrlOptics_Enable ¶
type Environment_Config_FanCtrlOptics_Enable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc Environment_Config_FanCtrlOptics_Enable_RackLoc }
Environment_Config_FanCtrlOptics_Enable
func (*Environment_Config_FanCtrlOptics_Enable) GetEntityData ¶
func (enable *Environment_Config_FanCtrlOptics_Enable) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrlOptics_Enable_RackLoc ¶
type Environment_Config_FanCtrlOptics_Enable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of // Environment_Config_FanCtrlOptics_Enable_RackLoc_Location. Location []*Environment_Config_FanCtrlOptics_Enable_RackLoc_Location }
Environment_Config_FanCtrlOptics_Enable_RackLoc
func (*Environment_Config_FanCtrlOptics_Enable_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_FanCtrlOptics_Enable_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrlOptics_Enable_RackLoc_Location ¶
type Environment_Config_FanCtrlOptics_Enable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
Environment_Config_FanCtrlOptics_Enable_RackLoc_Location
func (*Environment_Config_FanCtrlOptics_Enable_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_FanCtrlOptics_Enable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrl_Disable ¶
type Environment_Config_FanCtrl_Disable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc Environment_Config_FanCtrl_Disable_RackLoc }
Environment_Config_FanCtrl_Disable
func (*Environment_Config_FanCtrl_Disable) GetEntityData ¶
func (disable *Environment_Config_FanCtrl_Disable) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrl_Disable_RackLoc ¶
type Environment_Config_FanCtrl_Disable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of Environment_Config_FanCtrl_Disable_RackLoc_Location. Location []*Environment_Config_FanCtrl_Disable_RackLoc_Location }
Environment_Config_FanCtrl_Disable_RackLoc
func (*Environment_Config_FanCtrl_Disable_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_FanCtrl_Disable_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_FanCtrl_Disable_RackLoc_Location ¶
type Environment_Config_FanCtrl_Disable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
Environment_Config_FanCtrl_Disable_RackLoc_Location
func (*Environment_Config_FanCtrl_Disable_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_FanCtrl_Disable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_GracefulShutdown ¶
type Environment_Config_GracefulShutdown struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Disable Environment_Config_GracefulShutdown_Disable }
Environment_Config_GracefulShutdown
func (*Environment_Config_GracefulShutdown) GetEntityData ¶
func (gracefulShutdown *Environment_Config_GracefulShutdown) GetEntityData() *types.CommonEntityData
type Environment_Config_GracefulShutdown_Disable ¶
type Environment_Config_GracefulShutdown_Disable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc Environment_Config_GracefulShutdown_Disable_RackLoc }
Environment_Config_GracefulShutdown_Disable
func (*Environment_Config_GracefulShutdown_Disable) GetEntityData ¶
func (disable *Environment_Config_GracefulShutdown_Disable) GetEntityData() *types.CommonEntityData
type Environment_Config_GracefulShutdown_Disable_RackLoc ¶
type Environment_Config_GracefulShutdown_Disable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of // Environment_Config_GracefulShutdown_Disable_RackLoc_Location. Location []*Environment_Config_GracefulShutdown_Disable_RackLoc_Location }
Environment_Config_GracefulShutdown_Disable_RackLoc
func (*Environment_Config_GracefulShutdown_Disable_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_GracefulShutdown_Disable_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_GracefulShutdown_Disable_RackLoc_Location ¶
type Environment_Config_GracefulShutdown_Disable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
Environment_Config_GracefulShutdown_Disable_RackLoc_Location
func (*Environment_Config_GracefulShutdown_Disable_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_GracefulShutdown_Disable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_Monitoring ¶
type Environment_Config_Monitoring struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Disable Environment_Config_Monitoring_Disable }
Environment_Config_Monitoring
func (*Environment_Config_Monitoring) GetEntityData ¶
func (monitoring *Environment_Config_Monitoring) GetEntityData() *types.CommonEntityData
type Environment_Config_Monitoring_Disable ¶
type Environment_Config_Monitoring_Disable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc Environment_Config_Monitoring_Disable_RackLoc }
Environment_Config_Monitoring_Disable
func (*Environment_Config_Monitoring_Disable) GetEntityData ¶
func (disable *Environment_Config_Monitoring_Disable) GetEntityData() *types.CommonEntityData
type Environment_Config_Monitoring_Disable_RackLoc ¶
type Environment_Config_Monitoring_Disable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of // Environment_Config_Monitoring_Disable_RackLoc_Location. Location []*Environment_Config_Monitoring_Disable_RackLoc_Location }
Environment_Config_Monitoring_Disable_RackLoc
func (*Environment_Config_Monitoring_Disable_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_Monitoring_Disable_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_Monitoring_Disable_RackLoc_Location ¶
type Environment_Config_Monitoring_Disable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
Environment_Config_Monitoring_Disable_RackLoc_Location
func (*Environment_Config_Monitoring_Disable_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_Monitoring_Disable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_RaiseFanSpeed ¶
type Environment_Config_RaiseFanSpeed struct { EntityData types.CommonEntityData YFilter yfilter.YFilter All Environment_Config_RaiseFanSpeed_All RackLoc Environment_Config_RaiseFanSpeed_RackLoc }
Environment_Config_RaiseFanSpeed
func (*Environment_Config_RaiseFanSpeed) GetEntityData ¶
func (raiseFanSpeed *Environment_Config_RaiseFanSpeed) GetEntityData() *types.CommonEntityData
type Environment_Config_RaiseFanSpeed_All ¶
type Environment_Config_RaiseFanSpeed_All struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{} with range: 0..100. SpeedPwm interface{} }
Environment_Config_RaiseFanSpeed_All
func (*Environment_Config_RaiseFanSpeed_All) GetEntityData ¶
func (all *Environment_Config_RaiseFanSpeed_All) GetEntityData() *types.CommonEntityData
type Environment_Config_RaiseFanSpeed_RackLoc ¶
type Environment_Config_RaiseFanSpeed_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Config_RaiseFanSpeed_RackLoc_Location. Location []*Environment_Config_RaiseFanSpeed_RackLoc_Location }
Environment_Config_RaiseFanSpeed_RackLoc
func (*Environment_Config_RaiseFanSpeed_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_RaiseFanSpeed_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_RaiseFanSpeed_RackLoc_Location ¶
type Environment_Config_RaiseFanSpeed_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} // The type is interface{} with range: 0..100. SpeedPwm interface{} }
Environment_Config_RaiseFanSpeed_RackLoc_Location
func (*Environment_Config_RaiseFanSpeed_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_RaiseFanSpeed_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_Router ¶
type Environment_Config_Router struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Altitude Environment_Config_Router_Altitude }
Environment_Config_Router
func (*Environment_Config_Router) GetEntityData ¶
func (router *Environment_Config_Router) GetEntityData() *types.CommonEntityData
type Environment_Config_Router_Altitude ¶
type Environment_Config_Router_Altitude struct { EntityData types.CommonEntityData YFilter yfilter.YFilter All Environment_Config_Router_Altitude_All RackLoc Environment_Config_Router_Altitude_RackLoc }
Environment_Config_Router_Altitude
func (*Environment_Config_Router_Altitude) GetEntityData ¶
func (altitude *Environment_Config_Router_Altitude) GetEntityData() *types.CommonEntityData
type Environment_Config_Router_Altitude_All ¶
type Environment_Config_Router_Altitude_All struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{} with range: 1..4000. NumMeters interface{} }
Environment_Config_Router_Altitude_All
func (*Environment_Config_Router_Altitude_All) GetEntityData ¶
func (all *Environment_Config_Router_Altitude_All) GetEntityData() *types.CommonEntityData
type Environment_Config_Router_Altitude_RackLoc ¶
type Environment_Config_Router_Altitude_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Config_Router_Altitude_RackLoc_Location. Location []*Environment_Config_Router_Altitude_RackLoc_Location }
Environment_Config_Router_Altitude_RackLoc
func (*Environment_Config_Router_Altitude_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_Router_Altitude_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_Router_Altitude_RackLoc_Location ¶
type Environment_Config_Router_Altitude_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} // The type is interface{} with range: 1..4000. NumMeters interface{} }
Environment_Config_Router_Altitude_RackLoc_Location
func (*Environment_Config_Router_Altitude_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_Router_Altitude_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Config_Temperature ¶
type Environment_Config_Temperature struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Disable Environment_Config_Temperature_Disable }
Environment_Config_Temperature
func (*Environment_Config_Temperature) GetEntityData ¶
func (temperature *Environment_Config_Temperature) GetEntityData() *types.CommonEntityData
type Environment_Config_Temperature_Disable ¶
type Environment_Config_Temperature_Disable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc Environment_Config_Temperature_Disable_RackLoc }
Environment_Config_Temperature_Disable
func (*Environment_Config_Temperature_Disable) GetEntityData ¶
func (disable *Environment_Config_Temperature_Disable) GetEntityData() *types.CommonEntityData
type Environment_Config_Temperature_Disable_RackLoc ¶
type Environment_Config_Temperature_Disable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of // Environment_Config_Temperature_Disable_RackLoc_Location. Location []*Environment_Config_Temperature_Disable_RackLoc_Location }
Environment_Config_Temperature_Disable_RackLoc
func (*Environment_Config_Temperature_Disable_RackLoc) GetEntityData ¶
func (rackLoc *Environment_Config_Temperature_Disable_RackLoc) GetEntityData() *types.CommonEntityData
type Environment_Config_Temperature_Disable_RackLoc_Location ¶
type Environment_Config_Temperature_Disable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
Environment_Config_Temperature_Disable_RackLoc_Location
func (*Environment_Config_Temperature_Disable_RackLoc_Location) GetEntityData ¶
func (location *Environment_Config_Temperature_Disable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper ¶
type Environment_Oper struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Temperatures Environment_Oper_Temperatures Voltages Environment_Oper_Voltages Current Environment_Oper_Current Fan Environment_Oper_Fan Power Environment_Oper_Power Altitude Environment_Oper_Altitude }
Environment_Oper environment operational (show) data
func (*Environment_Oper) GetEntityData ¶
func (oper *Environment_Oper) GetEntityData() *types.CommonEntityData
type Environment_Oper_Altitude ¶
type Environment_Oper_Altitude struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Altitude_Location. Location []*Environment_Oper_Altitude_Location }
Environment_Oper_Altitude
func (*Environment_Oper_Altitude) GetEntityData ¶
func (altitude *Environment_Oper_Altitude) GetEntityData() *types.CommonEntityData
type Environment_Oper_Altitude_Location ¶
type Environment_Oper_Altitude_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is slice of Environment_Oper_Altitude_Location_AltAttributes. AltAttributes []*Environment_Oper_Altitude_Location_AltAttributes }
Environment_Oper_Altitude_Location
func (*Environment_Oper_Altitude_Location) GetEntityData ¶
func (location *Environment_Oper_Altitude_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Altitude_Location_AltAttributes ¶
type Environment_Oper_Altitude_Location_AltAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is interface{} with range: 0..4294967295. Rack interface{} // The type is string. SensorValue interface{} // The type is string. Source interface{} // The type is bool. The default value is false. PrintHeader interface{} }
Environment_Oper_Altitude_Location_AltAttributes
func (*Environment_Oper_Altitude_Location_AltAttributes) GetEntityData ¶
func (altAttributes *Environment_Oper_Altitude_Location_AltAttributes) GetEntityData() *types.CommonEntityData
type Environment_Oper_Current ¶
type Environment_Oper_Current struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Current_Location. Location []*Environment_Oper_Current_Location }
Environment_Oper_Current
func (*Environment_Oper_Current) GetEntityData ¶
func (current *Environment_Oper_Current) GetEntityData() *types.CommonEntityData
type Environment_Oper_Current_Location ¶
type Environment_Oper_Current_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is interface{} with range: 0..4294967295. LocHeader interface{} // The type is slice of Environment_Oper_Current_Location_SensorAttributes. SensorAttributes []*Environment_Oper_Current_Location_SensorAttributes }
Environment_Oper_Current_Location
func (*Environment_Oper_Current_Location) GetEntityData ¶
func (location *Environment_Oper_Current_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Current_Location_SensorAttributes ¶
type Environment_Oper_Current_Location_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Alarm interface{} // The type is string. Value interface{} // The type is interface{} with range: -2147483648..2147483647. TemperatureValue interface{} }
Environment_Oper_Current_Location_SensorAttributes
func (*Environment_Oper_Current_Location_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_Oper_Current_Location_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_Oper_Fan ¶
type Environment_Oper_Fan struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Fan_Location. Location []*Environment_Oper_Fan_Location }
Environment_Oper_Fan
func (*Environment_Oper_Fan) GetEntityData ¶
func (fan *Environment_Oper_Fan) GetEntityData() *types.CommonEntityData
type Environment_Oper_Fan_Location ¶
type Environment_Oper_Fan_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is interface{} with range: 0..4294967295. LocHeader interface{} // The type is slice of Environment_Oper_Fan_Location_FanAttributes. FanAttributes []*Environment_Oper_Fan_Location_FanAttributes }
Environment_Oper_Fan_Location
func (*Environment_Oper_Fan_Location) GetEntityData ¶
func (location *Environment_Oper_Fan_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Fan_Location_FanAttributes ¶
type Environment_Oper_Fan_Location_FanAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LogicalSlot interface{} // The type is string. PrintFanHeader interface{} // The type is string. Location interface{} // The type is string. FruPID interface{} // The type is string. FansSpeed interface{} // The type is interface{} with range: 0..4294967295. FanHeader interface{} // The type is interface{} with range: 0..4294967295. SpeedSpace interface{} }
Environment_Oper_Fan_Location_FanAttributes
func (*Environment_Oper_Fan_Location_FanAttributes) GetEntityData ¶
func (fanAttributes *Environment_Oper_Fan_Location_FanAttributes) GetEntityData() *types.CommonEntityData
type Environment_Oper_Power ¶
type Environment_Oper_Power struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Power_Location. Location []*Environment_Oper_Power_Location }
Environment_Oper_Power
func (*Environment_Oper_Power) GetEntityData ¶
func (power *Environment_Oper_Power) GetEntityData() *types.CommonEntityData
type Environment_Oper_Power_Location ¶
type Environment_Oper_Power_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is slice of Environment_Oper_Power_Location_PemAttributes. PemAttributes []*Environment_Oper_Power_Location_PemAttributes }
Environment_Oper_Power_Location
func (*Environment_Oper_Power_Location) GetEntityData ¶
func (location *Environment_Oper_Power_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Power_Location_PemAttributes ¶
type Environment_Oper_Power_Location_PemAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Pem interface{} // The type is string. PemId interface{} // The type is string. CardType interface{} // The type is string. PsType interface{} // The type is interface{} with range: 0..65535. ShelfNum interface{} // The type is string. SupplyType interface{} // The type is string. InputVoltage interface{} // The type is string. InputCurrent interface{} // The type is string. OutputVoltage interface{} // The type is string. OutputCurrent interface{} // The type is string. Status interface{} // The type is interface{} with range: 0..4294967295. InputPowerToPs interface{} // The type is string. InputCurrentToPs interface{} // The type is interface{} with range: 0..4294967295. OutputPowerFromPs interface{} // The type is string. OutputCurrentFromPs interface{} // The type is interface{} with range: 0..4294967295. PowerAllocated interface{} // The type is string. PowerConsumed interface{} // The type is string. PowerStatus interface{} // The type is string. ConfgdPowerRedundancyMode interface{} // The type is interface{} with range: 0..4294967295. UsablePowerCapacity interface{} // The type is interface{} with range: 0..4294967295. ProtectionPowerCapacity interface{} // The type is interface{} with range: 0..4294967295. PowerResrvAndAlloc interface{} // The type is interface{} with range: 0..4294967295. SystemPowerUsed interface{} // The type is interface{} with range: 0..4294967295. SystemPowerInput interface{} // The type is interface{} with range: 0..65535. PowerLevel interface{} // The type is interface{} with range: 0..65535. OutputHeader interface{} OutputFooter interface{} PsSumFooter interface{} }
Environment_Oper_Power_Location_PemAttributes
func (*Environment_Oper_Power_Location_PemAttributes) GetEntityData ¶
func (pemAttributes *Environment_Oper_Power_Location_PemAttributes) GetEntityData() *types.CommonEntityData
type Environment_Oper_Temperatures ¶
type Environment_Oper_Temperatures struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Temperatures_Location. Location []*Environment_Oper_Temperatures_Location }
Environment_Oper_Temperatures
func (*Environment_Oper_Temperatures) GetEntityData ¶
func (temperatures *Environment_Oper_Temperatures) GetEntityData() *types.CommonEntityData
type Environment_Oper_Temperatures_Location ¶
type Environment_Oper_Temperatures_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is interface{} with range: 0..4294967295. LocHeader interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is slice of // Environment_Oper_Temperatures_Location_SensorAttributes. SensorAttributes []*Environment_Oper_Temperatures_Location_SensorAttributes }
Environment_Oper_Temperatures_Location
func (*Environment_Oper_Temperatures_Location) GetEntityData ¶
func (location *Environment_Oper_Temperatures_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Temperatures_Location_SensorAttributes ¶
type Environment_Oper_Temperatures_Location_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Alarm interface{} // The type is string. TemperatureValue interface{} // The type is interface{} with range: -2147483648..2147483647. Value interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalLo interface{} // The type is interface{} with range: -2147483648..2147483647. MajorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorHi interface{} // The type is interface{} with range: -2147483648..2147483647. MajorHi interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalHi interface{} }
Environment_Oper_Temperatures_Location_SensorAttributes
func (*Environment_Oper_Temperatures_Location_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_Oper_Temperatures_Location_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_Oper_Voltages ¶
type Environment_Oper_Voltages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Environment_Oper_Voltages_Location. Location []*Environment_Oper_Voltages_Location }
Environment_Oper_Voltages
func (*Environment_Oper_Voltages) GetEntityData ¶
func (voltages *Environment_Oper_Voltages) GetEntityData() *types.CommonEntityData
type Environment_Oper_Voltages_Location ¶
type Environment_Oper_Voltages_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} // The type is bool. The default value is false. PrintHeader interface{} // The type is interface{} with range: 0..4294967295. LocHeader interface{} // The type is slice of Environment_Oper_Voltages_Location_SensorAttributes. SensorAttributes []*Environment_Oper_Voltages_Location_SensorAttributes }
Environment_Oper_Voltages_Location
func (*Environment_Oper_Voltages_Location) GetEntityData ¶
func (location *Environment_Oper_Voltages_Location) GetEntityData() *types.CommonEntityData
type Environment_Oper_Voltages_Location_SensorAttributes ¶
type Environment_Oper_Voltages_Location_SensorAttributes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Sensor interface{} // The type is string. SensorId interface{} // The type is string. Alarm interface{} // The type is string. Value interface{} // The type is interface{} with range: -2147483648..2147483647. TemperatureValue interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalLo interface{} // The type is interface{} with range: -2147483648..2147483647. MajorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorLo interface{} // The type is interface{} with range: -2147483648..2147483647. MinorHi interface{} // The type is interface{} with range: -2147483648..2147483647. MajorHi interface{} // The type is interface{} with range: -2147483648..2147483647. CriticalHi interface{} }
Environment_Oper_Voltages_Location_SensorAttributes
func (*Environment_Oper_Voltages_Location_SensorAttributes) GetEntityData ¶
func (sensorAttributes *Environment_Oper_Voltages_Location_SensorAttributes) GetEntityData() *types.CommonEntityData
type Environment_Trace ¶
type Environment_Trace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Buffer interface{} // The type is slice of Environment_Trace_Location. Location []*Environment_Trace_Location }
Environment_Trace show traceable processes
func (*Environment_Trace) GetEntityData ¶
func (trace *Environment_Trace) GetEntityData() *types.CommonEntityData
type Environment_Trace_Location ¶
type Environment_Trace_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocationName interface{} // The type is slice of Environment_Trace_Location_AllOptions. AllOptions []*Environment_Trace_Location_AllOptions }
Environment_Trace_Location
func (*Environment_Trace_Location) GetEntityData ¶
func (location *Environment_Trace_Location) GetEntityData() *types.CommonEntityData
type Environment_Trace_Location_AllOptions ¶
type Environment_Trace_Location_AllOptions struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Option interface{} // The type is slice of Environment_Trace_Location_AllOptions_TraceBlocks. TraceBlocks []*Environment_Trace_Location_AllOptions_TraceBlocks }
Environment_Trace_Location_AllOptions
func (*Environment_Trace_Location_AllOptions) GetEntityData ¶
func (allOptions *Environment_Trace_Location_AllOptions) GetEntityData() *types.CommonEntityData
type Environment_Trace_Location_AllOptions_TraceBlocks ¶
type Environment_Trace_Location_AllOptions_TraceBlocks struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Trace output block. The type is string. Data interface{} }
Environment_Trace_Location_AllOptions_TraceBlocks
func (*Environment_Trace_Location_AllOptions_TraceBlocks) GetEntityData ¶
func (traceBlocks *Environment_Trace_Location_AllOptions_TraceBlocks) GetEntityData() *types.CommonEntityData
type PowerMgmt ¶
type PowerMgmt struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Power Trays and PEMs configurational data. Config PowerMgmt_Config }
PowerMgmt
func (*PowerMgmt) GetEntityData ¶
func (powerMgmt *PowerMgmt) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config ¶
type PowerMgmt_Config struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Action PowerMgmt_Config_Action SingleFeedMode PowerMgmt_Config_SingleFeedMode ExtendedTemp PowerMgmt_Config_ExtendedTemp RedundancyNumPms PowerMgmt_Config_RedundancyNumPms Progressive PowerMgmt_Config_Progressive }
PowerMgmt_Config Power Trays and PEMs configurational data
func (*PowerMgmt_Config) GetEntityData ¶
func (config *PowerMgmt_Config) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Action ¶
type PowerMgmt_Config_Action struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Disable PowerMgmt_Config_Action_Disable }
PowerMgmt_Config_Action
func (*PowerMgmt_Config_Action) GetEntityData ¶
func (action *PowerMgmt_Config_Action) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Action_Disable ¶
type PowerMgmt_Config_Action_Disable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc PowerMgmt_Config_Action_Disable_RackLoc }
PowerMgmt_Config_Action_Disable
func (*PowerMgmt_Config_Action_Disable) GetEntityData ¶
func (disable *PowerMgmt_Config_Action_Disable) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Action_Disable_RackLoc ¶
type PowerMgmt_Config_Action_Disable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of PowerMgmt_Config_Action_Disable_RackLoc_Location. Location []*PowerMgmt_Config_Action_Disable_RackLoc_Location }
PowerMgmt_Config_Action_Disable_RackLoc
func (*PowerMgmt_Config_Action_Disable_RackLoc) GetEntityData ¶
func (rackLoc *PowerMgmt_Config_Action_Disable_RackLoc) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Action_Disable_RackLoc_Location ¶
type PowerMgmt_Config_Action_Disable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
PowerMgmt_Config_Action_Disable_RackLoc_Location
func (*PowerMgmt_Config_Action_Disable_RackLoc_Location) GetEntityData ¶
func (location *PowerMgmt_Config_Action_Disable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_ExtendedTemp ¶
type PowerMgmt_Config_ExtendedTemp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Enable PowerMgmt_Config_ExtendedTemp_Enable }
PowerMgmt_Config_ExtendedTemp
func (*PowerMgmt_Config_ExtendedTemp) GetEntityData ¶
func (extendedTemp *PowerMgmt_Config_ExtendedTemp) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_ExtendedTemp_Enable ¶
type PowerMgmt_Config_ExtendedTemp_Enable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc PowerMgmt_Config_ExtendedTemp_Enable_RackLoc }
PowerMgmt_Config_ExtendedTemp_Enable
func (*PowerMgmt_Config_ExtendedTemp_Enable) GetEntityData ¶
func (enable *PowerMgmt_Config_ExtendedTemp_Enable) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc ¶
type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location. Location []*PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location }
PowerMgmt_Config_ExtendedTemp_Enable_RackLoc
func (*PowerMgmt_Config_ExtendedTemp_Enable_RackLoc) GetEntityData ¶
func (rackLoc *PowerMgmt_Config_ExtendedTemp_Enable_RackLoc) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location ¶
type PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location
func (*PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location) GetEntityData ¶
func (location *PowerMgmt_Config_ExtendedTemp_Enable_RackLoc_Location) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Progressive ¶
type PowerMgmt_Config_Progressive struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of PowerMgmt_Config_Progressive_Enable. Enable []*PowerMgmt_Config_Progressive_Enable }
PowerMgmt_Config_Progressive
func (*PowerMgmt_Config_Progressive) GetEntityData ¶
func (progressive *PowerMgmt_Config_Progressive) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Progressive_Enable ¶
type PowerMgmt_Config_Progressive_Enable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is Enabled. Enabled interface{} // The type is interface{} with range: 3000..72000. SyslogThreshold interface{} // The type is interface{} with range: 3000..72000. ShutdownThreshold interface{} Priority PowerMgmt_Config_Progressive_Enable_Priority }
PowerMgmt_Config_Progressive_Enable
func (*PowerMgmt_Config_Progressive_Enable) GetEntityData ¶
func (enable *PowerMgmt_Config_Progressive_Enable) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Progressive_Enable_Enabled ¶
type PowerMgmt_Config_Progressive_Enable_Enabled string
PowerMgmt_Config_Progressive_Enable_Enabled
const (
PowerMgmt_Config_Progressive_Enable_Enabled_enable PowerMgmt_Config_Progressive_Enable_Enabled = "enable"
)
type PowerMgmt_Config_Progressive_Enable_Priority ¶
type PowerMgmt_Config_Progressive_Enable_Priority struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of PowerMgmt_Config_Progressive_Enable_Priority_Location. Location []*PowerMgmt_Config_Progressive_Enable_Priority_Location }
PowerMgmt_Config_Progressive_Enable_Priority
func (*PowerMgmt_Config_Progressive_Enable_Priority) GetEntityData ¶
func (priority *PowerMgmt_Config_Progressive_Enable_Priority) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_Progressive_Enable_Priority_Location ¶
type PowerMgmt_Config_Progressive_Enable_Priority_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: 0/([0-9]|1[0-9]). Loc interface{} // The type is interface{} with range: 0..19. Prior interface{} }
PowerMgmt_Config_Progressive_Enable_Priority_Location
func (*PowerMgmt_Config_Progressive_Enable_Priority_Location) GetEntityData ¶
func (location *PowerMgmt_Config_Progressive_Enable_Priority_Location) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_RedundancyNumPms ¶
type PowerMgmt_Config_RedundancyNumPms struct { EntityData types.CommonEntityData YFilter yfilter.YFilter All PowerMgmt_Config_RedundancyNumPms_All RackLoc PowerMgmt_Config_RedundancyNumPms_RackLoc }
PowerMgmt_Config_RedundancyNumPms
func (*PowerMgmt_Config_RedundancyNumPms) GetEntityData ¶
func (redundancyNumPms *PowerMgmt_Config_RedundancyNumPms) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_RedundancyNumPms_All ¶
type PowerMgmt_Config_RedundancyNumPms_All struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{} with range: 0..5. NumPm interface{} }
PowerMgmt_Config_RedundancyNumPms_All
func (*PowerMgmt_Config_RedundancyNumPms_All) GetEntityData ¶
func (all *PowerMgmt_Config_RedundancyNumPms_All) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_RedundancyNumPms_RackLoc ¶
type PowerMgmt_Config_RedundancyNumPms_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of PowerMgmt_Config_RedundancyNumPms_RackLoc_Location. Location []*PowerMgmt_Config_RedundancyNumPms_RackLoc_Location }
PowerMgmt_Config_RedundancyNumPms_RackLoc
func (*PowerMgmt_Config_RedundancyNumPms_RackLoc) GetEntityData ¶
func (rackLoc *PowerMgmt_Config_RedundancyNumPms_RackLoc) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_RedundancyNumPms_RackLoc_Location ¶
type PowerMgmt_Config_RedundancyNumPms_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} // The type is interface{} with range: 0..5. NumPm interface{} }
PowerMgmt_Config_RedundancyNumPms_RackLoc_Location
func (*PowerMgmt_Config_RedundancyNumPms_RackLoc_Location) GetEntityData ¶
func (location *PowerMgmt_Config_RedundancyNumPms_RackLoc_Location) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_SingleFeedMode ¶
type PowerMgmt_Config_SingleFeedMode struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Enable PowerMgmt_Config_SingleFeedMode_Enable }
PowerMgmt_Config_SingleFeedMode
func (*PowerMgmt_Config_SingleFeedMode) GetEntityData ¶
func (singleFeedMode *PowerMgmt_Config_SingleFeedMode) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_SingleFeedMode_Enable ¶
type PowerMgmt_Config_SingleFeedMode_Enable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter RackLoc PowerMgmt_Config_SingleFeedMode_Enable_RackLoc }
PowerMgmt_Config_SingleFeedMode_Enable
func (*PowerMgmt_Config_SingleFeedMode_Enable) GetEntityData ¶
func (enable *PowerMgmt_Config_SingleFeedMode_Enable) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc ¶
type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{}. All interface{} // The type is slice of // PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location. Location []*PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location }
PowerMgmt_Config_SingleFeedMode_Enable_RackLoc
func (*PowerMgmt_Config_SingleFeedMode_Enable_RackLoc) GetEntityData ¶
func (rackLoc *PowerMgmt_Config_SingleFeedMode_Enable_RackLoc) GetEntityData() *types.CommonEntityData
type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location ¶
type PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is RackId. RackId interface{} }
PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location
func (*PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location) GetEntityData ¶
func (location *PowerMgmt_Config_SingleFeedMode_Enable_RackLoc_Location) GetEntityData() *types.CommonEntityData