Documentation
¶
Overview ¶
Cisco-IOS-XR-alarmgr-server-oper:alarms/brief/brief-card/brief-locations/brief-location/active
Index ¶
- type AlarmMgrShowAlarmBriefData
- func (*AlarmMgrShowAlarmBriefData) Descriptor() ([]byte, []int)
- func (m *AlarmMgrShowAlarmBriefData) GetClearTime() string
- func (m *AlarmMgrShowAlarmBriefData) GetClearTimestamp() uint64
- func (m *AlarmMgrShowAlarmBriefData) GetDescription() string
- func (m *AlarmMgrShowAlarmBriefData) GetGroup() string
- func (m *AlarmMgrShowAlarmBriefData) GetLocation() string
- func (m *AlarmMgrShowAlarmBriefData) GetSetTime() string
- func (m *AlarmMgrShowAlarmBriefData) GetSetTimestamp() uint64
- func (m *AlarmMgrShowAlarmBriefData) GetSeverity() string
- func (*AlarmMgrShowAlarmBriefData) ProtoMessage()
- func (m *AlarmMgrShowAlarmBriefData) Reset()
- func (m *AlarmMgrShowAlarmBriefData) String() string
- func (m *AlarmMgrShowAlarmBriefData) XXX_DiscardUnknown()
- func (m *AlarmMgrShowAlarmBriefData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AlarmMgrShowAlarmBriefData) XXX_Merge(src proto.Message)
- func (m *AlarmMgrShowAlarmBriefData) XXX_Size() int
- func (m *AlarmMgrShowAlarmBriefData) XXX_Unmarshal(b []byte) error
- type AlarmMgrShowAlarmBriefInfo
- func (*AlarmMgrShowAlarmBriefInfo) Descriptor() ([]byte, []int)
- func (m *AlarmMgrShowAlarmBriefInfo) GetAlarmInfo() []*AlarmMgrShowAlarmBriefData
- func (*AlarmMgrShowAlarmBriefInfo) ProtoMessage()
- func (m *AlarmMgrShowAlarmBriefInfo) Reset()
- func (m *AlarmMgrShowAlarmBriefInfo) String() string
- func (m *AlarmMgrShowAlarmBriefInfo) XXX_DiscardUnknown()
- func (m *AlarmMgrShowAlarmBriefInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AlarmMgrShowAlarmBriefInfo) XXX_Merge(src proto.Message)
- func (m *AlarmMgrShowAlarmBriefInfo) XXX_Size() int
- func (m *AlarmMgrShowAlarmBriefInfo) XXX_Unmarshal(b []byte) error
- type AlarmMgrShowAlarmBriefInfo_KEYS
- func (*AlarmMgrShowAlarmBriefInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) GetNodeId() string
- func (*AlarmMgrShowAlarmBriefInfo_KEYS) ProtoMessage()
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) Reset()
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) String() string
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_DiscardUnknown()
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Size() int
- func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlarmMgrShowAlarmBriefData ¶
type AlarmMgrShowAlarmBriefData struct { Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` Severity string `protobuf:"bytes,2,opt,name=severity,proto3" json:"severity,omitempty"` Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"` SetTime string `protobuf:"bytes,4,opt,name=set_time,json=setTime,proto3" json:"set_time,omitempty"` SetTimestamp uint64 `protobuf:"varint,5,opt,name=set_timestamp,json=setTimestamp,proto3" json:"set_timestamp,omitempty"` ClearTime string `protobuf:"bytes,6,opt,name=clear_time,json=clearTime,proto3" json:"clear_time,omitempty"` ClearTimestamp uint64 `protobuf:"varint,7,opt,name=clear_timestamp,json=clearTimestamp,proto3" json:"clear_timestamp,omitempty"` Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AlarmMgrShowAlarmBriefData) Descriptor ¶
func (*AlarmMgrShowAlarmBriefData) Descriptor() ([]byte, []int)
func (*AlarmMgrShowAlarmBriefData) GetClearTime ¶
func (m *AlarmMgrShowAlarmBriefData) GetClearTime() string
func (*AlarmMgrShowAlarmBriefData) GetClearTimestamp ¶
func (m *AlarmMgrShowAlarmBriefData) GetClearTimestamp() uint64
func (*AlarmMgrShowAlarmBriefData) GetDescription ¶
func (m *AlarmMgrShowAlarmBriefData) GetDescription() string
func (*AlarmMgrShowAlarmBriefData) GetGroup ¶
func (m *AlarmMgrShowAlarmBriefData) GetGroup() string
func (*AlarmMgrShowAlarmBriefData) GetLocation ¶
func (m *AlarmMgrShowAlarmBriefData) GetLocation() string
func (*AlarmMgrShowAlarmBriefData) GetSetTime ¶
func (m *AlarmMgrShowAlarmBriefData) GetSetTime() string
func (*AlarmMgrShowAlarmBriefData) GetSetTimestamp ¶
func (m *AlarmMgrShowAlarmBriefData) GetSetTimestamp() uint64
func (*AlarmMgrShowAlarmBriefData) GetSeverity ¶
func (m *AlarmMgrShowAlarmBriefData) GetSeverity() string
func (*AlarmMgrShowAlarmBriefData) ProtoMessage ¶
func (*AlarmMgrShowAlarmBriefData) ProtoMessage()
func (*AlarmMgrShowAlarmBriefData) Reset ¶
func (m *AlarmMgrShowAlarmBriefData) Reset()
func (*AlarmMgrShowAlarmBriefData) String ¶
func (m *AlarmMgrShowAlarmBriefData) String() string
func (*AlarmMgrShowAlarmBriefData) XXX_DiscardUnknown ¶
func (m *AlarmMgrShowAlarmBriefData) XXX_DiscardUnknown()
func (*AlarmMgrShowAlarmBriefData) XXX_Marshal ¶
func (m *AlarmMgrShowAlarmBriefData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AlarmMgrShowAlarmBriefData) XXX_Merge ¶
func (m *AlarmMgrShowAlarmBriefData) XXX_Merge(src proto.Message)
func (*AlarmMgrShowAlarmBriefData) XXX_Size ¶
func (m *AlarmMgrShowAlarmBriefData) XXX_Size() int
func (*AlarmMgrShowAlarmBriefData) XXX_Unmarshal ¶
func (m *AlarmMgrShowAlarmBriefData) XXX_Unmarshal(b []byte) error
type AlarmMgrShowAlarmBriefInfo ¶
type AlarmMgrShowAlarmBriefInfo struct { AlarmInfo []*AlarmMgrShowAlarmBriefData `protobuf:"bytes,50,rep,name=alarm_info,json=alarmInfo,proto3" json:"alarm_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AlarmMgrShowAlarmBriefInfo) Descriptor ¶
func (*AlarmMgrShowAlarmBriefInfo) Descriptor() ([]byte, []int)
func (*AlarmMgrShowAlarmBriefInfo) GetAlarmInfo ¶
func (m *AlarmMgrShowAlarmBriefInfo) GetAlarmInfo() []*AlarmMgrShowAlarmBriefData
func (*AlarmMgrShowAlarmBriefInfo) ProtoMessage ¶
func (*AlarmMgrShowAlarmBriefInfo) ProtoMessage()
func (*AlarmMgrShowAlarmBriefInfo) Reset ¶
func (m *AlarmMgrShowAlarmBriefInfo) Reset()
func (*AlarmMgrShowAlarmBriefInfo) String ¶
func (m *AlarmMgrShowAlarmBriefInfo) String() string
func (*AlarmMgrShowAlarmBriefInfo) XXX_DiscardUnknown ¶
func (m *AlarmMgrShowAlarmBriefInfo) XXX_DiscardUnknown()
func (*AlarmMgrShowAlarmBriefInfo) XXX_Marshal ¶
func (m *AlarmMgrShowAlarmBriefInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AlarmMgrShowAlarmBriefInfo) XXX_Merge ¶
func (m *AlarmMgrShowAlarmBriefInfo) XXX_Merge(src proto.Message)
func (*AlarmMgrShowAlarmBriefInfo) XXX_Size ¶
func (m *AlarmMgrShowAlarmBriefInfo) XXX_Size() int
func (*AlarmMgrShowAlarmBriefInfo) XXX_Unmarshal ¶
func (m *AlarmMgrShowAlarmBriefInfo) XXX_Unmarshal(b []byte) error
type AlarmMgrShowAlarmBriefInfo_KEYS ¶
type AlarmMgrShowAlarmBriefInfo_KEYS struct { NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AlarmMgrShowAlarmBriefInfo_KEYS) Descriptor ¶
func (*AlarmMgrShowAlarmBriefInfo_KEYS) Descriptor() ([]byte, []int)
func (*AlarmMgrShowAlarmBriefInfo_KEYS) GetNodeId ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) GetNodeId() string
func (*AlarmMgrShowAlarmBriefInfo_KEYS) ProtoMessage ¶
func (*AlarmMgrShowAlarmBriefInfo_KEYS) ProtoMessage()
func (*AlarmMgrShowAlarmBriefInfo_KEYS) Reset ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) Reset()
func (*AlarmMgrShowAlarmBriefInfo_KEYS) String ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) String() string
func (*AlarmMgrShowAlarmBriefInfo_KEYS) XXX_DiscardUnknown ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_DiscardUnknown()
func (*AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Marshal ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Merge ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Merge(src proto.Message)
func (*AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Size ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Size() int
func (*AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Unmarshal ¶
func (m *AlarmMgrShowAlarmBriefInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.