Documentation
¶
Overview ¶
Cisco-IOS-XR-invmgr-oper:inventory/racks/rack/fantray/slot/tsi1s/tsi1/attributes/env-sensor-info-xml
Index ¶
- type EnvmonSensorInfoXml
- func (*EnvmonSensorInfoXml) Descriptor() ([]byte, []int)
- func (m *EnvmonSensorInfoXml) GetDataType() string
- func (m *EnvmonSensorInfoXml) GetDescription() string
- func (m *EnvmonSensorInfoXml) GetStatus() string
- func (m *EnvmonSensorInfoXml) GetThreshold() *EnvmonThresholdInfoXml
- func (m *EnvmonSensorInfoXml) GetUnits() string
- func (m *EnvmonSensorInfoXml) GetUpdateRate() uint32
- func (m *EnvmonSensorInfoXml) GetValue() string
- func (*EnvmonSensorInfoXml) ProtoMessage()
- func (m *EnvmonSensorInfoXml) Reset()
- func (m *EnvmonSensorInfoXml) String() string
- func (m *EnvmonSensorInfoXml) XXX_DiscardUnknown()
- func (m *EnvmonSensorInfoXml) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnvmonSensorInfoXml) XXX_Merge(src proto.Message)
- func (m *EnvmonSensorInfoXml) XXX_Size() int
- func (m *EnvmonSensorInfoXml) XXX_Unmarshal(b []byte) error
- type EnvmonSensorInfoXml_KEYS
- func (*EnvmonSensorInfoXml_KEYS) Descriptor() ([]byte, []int)
- func (m *EnvmonSensorInfoXml_KEYS) GetName() string
- func (m *EnvmonSensorInfoXml_KEYS) GetName_1() string
- func (m *EnvmonSensorInfoXml_KEYS) GetName_2() string
- func (*EnvmonSensorInfoXml_KEYS) ProtoMessage()
- func (m *EnvmonSensorInfoXml_KEYS) Reset()
- func (m *EnvmonSensorInfoXml_KEYS) String() string
- func (m *EnvmonSensorInfoXml_KEYS) XXX_DiscardUnknown()
- func (m *EnvmonSensorInfoXml_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnvmonSensorInfoXml_KEYS) XXX_Merge(src proto.Message)
- func (m *EnvmonSensorInfoXml_KEYS) XXX_Size() int
- func (m *EnvmonSensorInfoXml_KEYS) XXX_Unmarshal(b []byte) error
- type EnvmonThresholdInfoXml
- func (*EnvmonThresholdInfoXml) Descriptor() ([]byte, []int)
- func (m *EnvmonThresholdInfoXml) GetThresholdArray() []*EnvmonThresholdType
- func (*EnvmonThresholdInfoXml) ProtoMessage()
- func (m *EnvmonThresholdInfoXml) Reset()
- func (m *EnvmonThresholdInfoXml) String() string
- func (m *EnvmonThresholdInfoXml) XXX_DiscardUnknown()
- func (m *EnvmonThresholdInfoXml) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnvmonThresholdInfoXml) XXX_Merge(src proto.Message)
- func (m *EnvmonThresholdInfoXml) XXX_Size() int
- func (m *EnvmonThresholdInfoXml) XXX_Unmarshal(b []byte) error
- type EnvmonThresholdType
- func (*EnvmonThresholdType) Descriptor() ([]byte, []int)
- func (m *EnvmonThresholdType) GetThresholdName() string
- func (m *EnvmonThresholdType) GetThresholdRelation() string
- func (m *EnvmonThresholdType) GetThresholdSeverity() string
- func (m *EnvmonThresholdType) GetThresholdValue() int32
- func (*EnvmonThresholdType) ProtoMessage()
- func (m *EnvmonThresholdType) Reset()
- func (m *EnvmonThresholdType) String() string
- func (m *EnvmonThresholdType) XXX_DiscardUnknown()
- func (m *EnvmonThresholdType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnvmonThresholdType) XXX_Merge(src proto.Message)
- func (m *EnvmonThresholdType) XXX_Size() int
- func (m *EnvmonThresholdType) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvmonSensorInfoXml ¶
type EnvmonSensorInfoXml struct { Description string `protobuf:"bytes,50,opt,name=description,proto3" json:"description,omitempty"` Units string `protobuf:"bytes,51,opt,name=units,proto3" json:"units,omitempty"` Value string `protobuf:"bytes,52,opt,name=value,proto3" json:"value,omitempty"` DataType string `protobuf:"bytes,53,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"` Status string `protobuf:"bytes,54,opt,name=status,proto3" json:"status,omitempty"` UpdateRate uint32 `protobuf:"varint,55,opt,name=update_rate,json=updateRate,proto3" json:"update_rate,omitempty"` Threshold *EnvmonThresholdInfoXml `protobuf:"bytes,56,opt,name=threshold,proto3" json:"threshold,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EnvmonSensorInfoXml) Descriptor ¶
func (*EnvmonSensorInfoXml) Descriptor() ([]byte, []int)
func (*EnvmonSensorInfoXml) GetDataType ¶
func (m *EnvmonSensorInfoXml) GetDataType() string
func (*EnvmonSensorInfoXml) GetDescription ¶
func (m *EnvmonSensorInfoXml) GetDescription() string
func (*EnvmonSensorInfoXml) GetStatus ¶
func (m *EnvmonSensorInfoXml) GetStatus() string
func (*EnvmonSensorInfoXml) GetThreshold ¶
func (m *EnvmonSensorInfoXml) GetThreshold() *EnvmonThresholdInfoXml
func (*EnvmonSensorInfoXml) GetUnits ¶
func (m *EnvmonSensorInfoXml) GetUnits() string
func (*EnvmonSensorInfoXml) GetUpdateRate ¶
func (m *EnvmonSensorInfoXml) GetUpdateRate() uint32
func (*EnvmonSensorInfoXml) GetValue ¶
func (m *EnvmonSensorInfoXml) GetValue() string
func (*EnvmonSensorInfoXml) ProtoMessage ¶
func (*EnvmonSensorInfoXml) ProtoMessage()
func (*EnvmonSensorInfoXml) Reset ¶
func (m *EnvmonSensorInfoXml) Reset()
func (*EnvmonSensorInfoXml) String ¶
func (m *EnvmonSensorInfoXml) String() string
func (*EnvmonSensorInfoXml) XXX_DiscardUnknown ¶
func (m *EnvmonSensorInfoXml) XXX_DiscardUnknown()
func (*EnvmonSensorInfoXml) XXX_Marshal ¶
func (m *EnvmonSensorInfoXml) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EnvmonSensorInfoXml) XXX_Merge ¶
func (m *EnvmonSensorInfoXml) XXX_Merge(src proto.Message)
func (*EnvmonSensorInfoXml) XXX_Size ¶
func (m *EnvmonSensorInfoXml) XXX_Size() int
func (*EnvmonSensorInfoXml) XXX_Unmarshal ¶
func (m *EnvmonSensorInfoXml) XXX_Unmarshal(b []byte) error
type EnvmonSensorInfoXml_KEYS ¶
type EnvmonSensorInfoXml_KEYS struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Name_1 string `protobuf:"bytes,2,opt,name=name_1,json=name1,proto3" json:"name_1,omitempty"` Name_2 string `protobuf:"bytes,3,opt,name=name_2,json=name2,proto3" json:"name_2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EnvmonSensorInfoXml_KEYS) Descriptor ¶
func (*EnvmonSensorInfoXml_KEYS) Descriptor() ([]byte, []int)
func (*EnvmonSensorInfoXml_KEYS) GetName ¶
func (m *EnvmonSensorInfoXml_KEYS) GetName() string
func (*EnvmonSensorInfoXml_KEYS) GetName_1 ¶
func (m *EnvmonSensorInfoXml_KEYS) GetName_1() string
func (*EnvmonSensorInfoXml_KEYS) GetName_2 ¶
func (m *EnvmonSensorInfoXml_KEYS) GetName_2() string
func (*EnvmonSensorInfoXml_KEYS) ProtoMessage ¶
func (*EnvmonSensorInfoXml_KEYS) ProtoMessage()
func (*EnvmonSensorInfoXml_KEYS) Reset ¶
func (m *EnvmonSensorInfoXml_KEYS) Reset()
func (*EnvmonSensorInfoXml_KEYS) String ¶
func (m *EnvmonSensorInfoXml_KEYS) String() string
func (*EnvmonSensorInfoXml_KEYS) XXX_DiscardUnknown ¶
func (m *EnvmonSensorInfoXml_KEYS) XXX_DiscardUnknown()
func (*EnvmonSensorInfoXml_KEYS) XXX_Marshal ¶
func (m *EnvmonSensorInfoXml_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EnvmonSensorInfoXml_KEYS) XXX_Merge ¶
func (m *EnvmonSensorInfoXml_KEYS) XXX_Merge(src proto.Message)
func (*EnvmonSensorInfoXml_KEYS) XXX_Size ¶
func (m *EnvmonSensorInfoXml_KEYS) XXX_Size() int
func (*EnvmonSensorInfoXml_KEYS) XXX_Unmarshal ¶
func (m *EnvmonSensorInfoXml_KEYS) XXX_Unmarshal(b []byte) error
type EnvmonThresholdInfoXml ¶
type EnvmonThresholdInfoXml struct { ThresholdArray []*EnvmonThresholdType `protobuf:"bytes,1,rep,name=threshold_array,json=thresholdArray,proto3" json:"threshold_array,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EnvmonThresholdInfoXml) Descriptor ¶
func (*EnvmonThresholdInfoXml) Descriptor() ([]byte, []int)
func (*EnvmonThresholdInfoXml) GetThresholdArray ¶
func (m *EnvmonThresholdInfoXml) GetThresholdArray() []*EnvmonThresholdType
func (*EnvmonThresholdInfoXml) ProtoMessage ¶
func (*EnvmonThresholdInfoXml) ProtoMessage()
func (*EnvmonThresholdInfoXml) Reset ¶
func (m *EnvmonThresholdInfoXml) Reset()
func (*EnvmonThresholdInfoXml) String ¶
func (m *EnvmonThresholdInfoXml) String() string
func (*EnvmonThresholdInfoXml) XXX_DiscardUnknown ¶
func (m *EnvmonThresholdInfoXml) XXX_DiscardUnknown()
func (*EnvmonThresholdInfoXml) XXX_Marshal ¶
func (m *EnvmonThresholdInfoXml) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EnvmonThresholdInfoXml) XXX_Merge ¶
func (m *EnvmonThresholdInfoXml) XXX_Merge(src proto.Message)
func (*EnvmonThresholdInfoXml) XXX_Size ¶
func (m *EnvmonThresholdInfoXml) XXX_Size() int
func (*EnvmonThresholdInfoXml) XXX_Unmarshal ¶
func (m *EnvmonThresholdInfoXml) XXX_Unmarshal(b []byte) error
type EnvmonThresholdType ¶
type EnvmonThresholdType struct { ThresholdSeverity string `protobuf:"bytes,1,opt,name=threshold_severity,json=thresholdSeverity,proto3" json:"threshold_severity,omitempty"` ThresholdRelation string `protobuf:"bytes,2,opt,name=threshold_relation,json=thresholdRelation,proto3" json:"threshold_relation,omitempty"` ThresholdValue int32 `protobuf:"zigzag32,3,opt,name=threshold_value,json=thresholdValue,proto3" json:"threshold_value,omitempty"` ThresholdName string `protobuf:"bytes,4,opt,name=threshold_name,json=thresholdName,proto3" json:"threshold_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EnvmonThresholdType) Descriptor ¶
func (*EnvmonThresholdType) Descriptor() ([]byte, []int)
func (*EnvmonThresholdType) GetThresholdName ¶
func (m *EnvmonThresholdType) GetThresholdName() string
func (*EnvmonThresholdType) GetThresholdRelation ¶
func (m *EnvmonThresholdType) GetThresholdRelation() string
func (*EnvmonThresholdType) GetThresholdSeverity ¶
func (m *EnvmonThresholdType) GetThresholdSeverity() string
func (*EnvmonThresholdType) GetThresholdValue ¶
func (m *EnvmonThresholdType) GetThresholdValue() int32
func (*EnvmonThresholdType) ProtoMessage ¶
func (*EnvmonThresholdType) ProtoMessage()
func (*EnvmonThresholdType) Reset ¶
func (m *EnvmonThresholdType) Reset()
func (*EnvmonThresholdType) String ¶
func (m *EnvmonThresholdType) String() string
func (*EnvmonThresholdType) XXX_DiscardUnknown ¶
func (m *EnvmonThresholdType) XXX_DiscardUnknown()
func (*EnvmonThresholdType) XXX_Marshal ¶
func (m *EnvmonThresholdType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EnvmonThresholdType) XXX_Merge ¶
func (m *EnvmonThresholdType) XXX_Merge(src proto.Message)
func (*EnvmonThresholdType) XXX_Size ¶
func (m *EnvmonThresholdType) XXX_Size() int
func (*EnvmonThresholdType) XXX_Unmarshal ¶
func (m *EnvmonThresholdType) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.