cisco_ios_xr_alarmgr_server_oper_alarms_brief_brief_system_active

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-alarmgr-server-oper:alarms/brief/brief-system/active

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlarmMgrShowAlarmBriefData

type AlarmMgrShowAlarmBriefData struct {
	// Alarm location
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// Alarm severity
	Severity string `protobuf:"bytes,2,opt,name=severity,proto3" json:"severity,omitempty"`
	// Alarm group
	Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	// Alarm set time
	SetTime string `protobuf:"bytes,4,opt,name=set_time,json=setTime,proto3" json:"set_time,omitempty"`
	// Alarm set time(timestamp format)
	SetTimestamp uint64 `protobuf:"varint,5,opt,name=set_timestamp,json=setTimestamp,proto3" json:"set_timestamp,omitempty"`
	// Alarm clear time
	ClearTime string `protobuf:"bytes,6,opt,name=clear_time,json=clearTime,proto3" json:"clear_time,omitempty"`
	// Alarm clear time(timestamp format)
	ClearTimestamp uint64 `protobuf:"varint,7,opt,name=clear_timestamp,json=clearTimestamp,proto3" json:"clear_timestamp,omitempty"`
	// Alarm description
	Description          string   `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Alarm mgr show alarm brief data

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 (dst *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 {
	// Alarm List
	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 (*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 (dst *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 {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Alarm mgr show alarm brief info

func (*AlarmMgrShowAlarmBriefInfo_KEYS) Descriptor

func (*AlarmMgrShowAlarmBriefInfo_KEYS) Descriptor() ([]byte, []int)

func (*AlarmMgrShowAlarmBriefInfo_KEYS) ProtoMessage

func (*AlarmMgrShowAlarmBriefInfo_KEYS) ProtoMessage()

func (*AlarmMgrShowAlarmBriefInfo_KEYS) Reset

func (*AlarmMgrShowAlarmBriefInfo_KEYS) 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 (dst *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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL