Documentation
¶
Overview ¶
This module contains definitions for the Calvados model objects.
This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration.
Copyright(c) 2015-2017 by Cisco Systems, Inc. All rights reserved.
Copyright (c) 2012-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type CISCOENTITYSENSORMIB
- type CISCOENTITYSENSORMIB_EntSensorThresholdTable
- type CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry
- type CISCOENTITYSENSORMIB_EntSensorValueTable
- type CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry
- type SensorDataScale
- type SensorDataType
- type SensorStatus
- type SensorThresholdRelation
- type SensorThresholdSeverity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CISCOENTITYSENSORMIB ¶
type CISCOENTITYSENSORMIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter EntSensorValueTable CISCOENTITYSENSORMIB_EntSensorValueTable EntSensorThresholdTable CISCOENTITYSENSORMIB_EntSensorThresholdTable }
CISCOENTITYSENSORMIB
func (*CISCOENTITYSENSORMIB) GetEntityData ¶
func (cISCOENTITYSENSORMIB *CISCOENTITYSENSORMIB) GetEntityData() *types.CommonEntityData
type CISCOENTITYSENSORMIB_EntSensorThresholdTable ¶
type CISCOENTITYSENSORMIB_EntSensorThresholdTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of // CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry. EntSensorThresholdEntry []*CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry }
CISCOENTITYSENSORMIB_EntSensorThresholdTable
func (*CISCOENTITYSENSORMIB_EntSensorThresholdTable) GetEntityData ¶
func (entSensorThresholdTable *CISCOENTITYSENSORMIB_EntSensorThresholdTable) GetEntityData() *types.CommonEntityData
type CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry ¶
type CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 1..2147483647. EntPhysicalIndex interface{} // This attribute is a key. The type is interface{} with range: 1..99999999. EntSensorThresholdIndex interface{} // The type is SensorThresholdSeverity. EntSensorThresholdSeverity interface{} // The type is SensorThresholdRelation. EntSensorThresholdRelation interface{} // The type is interface{} with range: -1000000000..1000000000. EntSensorThresholdValue interface{} // The type is TruthValue. EntSensorThresholdEvaluation interface{} // The type is TruthValue. EntSensorThresholdNotificationEnable interface{} }
CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry
func (*CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry) GetEntityData ¶
func (entSensorThresholdEntry *CISCOENTITYSENSORMIB_EntSensorThresholdTable_EntSensorThresholdEntry) GetEntityData() *types.CommonEntityData
type CISCOENTITYSENSORMIB_EntSensorValueTable ¶
type CISCOENTITYSENSORMIB_EntSensorValueTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of // CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry. EntSensorValueEntry []*CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry }
CISCOENTITYSENSORMIB_EntSensorValueTable
func (*CISCOENTITYSENSORMIB_EntSensorValueTable) GetEntityData ¶
func (entSensorValueTable *CISCOENTITYSENSORMIB_EntSensorValueTable) GetEntityData() *types.CommonEntityData
type CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry ¶
type CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 1..2147483647. EntPhysicalIndex interface{} // The type is SensorDataType. EntSensorType interface{} // The type is SensorDataScale. EntSensorScale interface{} // The type is interface{} with range: -8..9. EntSensorPrecision interface{} // The type is interface{} with range: -1000000000..1000000000. EntSensorValue interface{} // The type is SensorStatus. EntSensorStatus interface{} // The type is interface{} with range: 0..4294967295. EntSensorValueTimeStamp interface{} // The type is interface{} with range: 0..999999999. EntSensorValueUpdateRate interface{} // The type is interface{} with range: 0..2147483647. EntSensorMeasuredEntity interface{} }
CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry
func (*CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry) GetEntityData ¶
func (entSensorValueEntry *CISCOENTITYSENSORMIB_EntSensorValueTable_EntSensorValueEntry) GetEntityData() *types.CommonEntityData
type SensorDataScale ¶
type SensorDataScale string
SensorDataScale
const ( SensorDataScale_yocto SensorDataScale = "yocto" SensorDataScale_zepto SensorDataScale = "zepto" SensorDataScale_atto SensorDataScale = "atto" SensorDataScale_femto SensorDataScale = "femto" SensorDataScale_pico SensorDataScale = "pico" SensorDataScale_nano SensorDataScale = "nano" SensorDataScale_micro SensorDataScale = "micro" SensorDataScale_milli SensorDataScale = "milli" SensorDataScale_units SensorDataScale = "units" SensorDataScale_kilo SensorDataScale = "kilo" SensorDataScale_mega SensorDataScale = "mega" SensorDataScale_giga SensorDataScale = "giga" SensorDataScale_tera SensorDataScale = "tera" SensorDataScale_exa SensorDataScale = "exa" SensorDataScale_peta SensorDataScale = "peta" SensorDataScale_zetta SensorDataScale = "zetta" SensorDataScale_yotta SensorDataScale = "yotta" )
type SensorDataType ¶
type SensorDataType string
SensorDataType
const ( SensorDataType_other SensorDataType = "other" SensorDataType_unknown SensorDataType = "unknown" SensorDataType_voltsAC SensorDataType = "voltsAC" SensorDataType_voltsDC SensorDataType = "voltsDC" SensorDataType_amperes SensorDataType = "amperes" SensorDataType_watts SensorDataType = "watts" SensorDataType_hertz SensorDataType = "hertz" SensorDataType_celsius SensorDataType = "celsius" SensorDataType_percentRH SensorDataType = "percentRH" SensorDataType_rpm SensorDataType = "rpm" SensorDataType_cmm SensorDataType = "cmm" SensorDataType_truthvalue SensorDataType = "truthvalue" SensorDataType_specialEnum SensorDataType = "specialEnum" )
type SensorStatus ¶
type SensorStatus string
SensorStatus
const ( SensorStatus_ok SensorStatus = "ok" SensorStatus_nonoperational SensorStatus = "nonoperational" )
type SensorThresholdRelation ¶
type SensorThresholdRelation string
SensorThresholdRelation
const ( SensorThresholdRelation_lessThan SensorThresholdRelation = "lessThan" SensorThresholdRelation_lessOrEqual SensorThresholdRelation = "lessOrEqual" SensorThresholdRelation_greaterThan SensorThresholdRelation = "greaterThan" SensorThresholdRelation_greaterOrEqual SensorThresholdRelation = "greaterOrEqual" SensorThresholdRelation_equalTo SensorThresholdRelation = "equalTo" SensorThresholdRelation_notEqualTo SensorThresholdRelation = "notEqualTo" )
type SensorThresholdSeverity ¶
type SensorThresholdSeverity string
SensorThresholdSeverity
const ( SensorThresholdSeverity_other SensorThresholdSeverity = "other" SensorThresholdSeverity_minor SensorThresholdSeverity = "minor" SensorThresholdSeverity_major SensorThresholdSeverity = "major" SensorThresholdSeverity_critical SensorThresholdSeverity = "critical" )
Click to show internal directories.
Click to hide internal directories.