cisco_ios_xr_alarmgr_server_oper_alarms_detail_detail_card_detail_locations_detail_location_stats

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-alarmgr-server-oper:alarms/detail/detail-card/detail-locations/detail-location/stats

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlarmMgrShowAlarmStats

type AlarmMgrShowAlarmStats struct {
	Reported               uint64   `protobuf:"varint,50,opt,name=reported,proto3" json:"reported,omitempty"`
	Dropped                uint64   `protobuf:"varint,51,opt,name=dropped,proto3" json:"dropped,omitempty"`
	Active                 uint64   `protobuf:"varint,52,opt,name=active,proto3" json:"active,omitempty"`
	History                uint64   `protobuf:"varint,53,opt,name=history,proto3" json:"history,omitempty"`
	Suppressed             uint64   `protobuf:"varint,54,opt,name=suppressed,proto3" json:"suppressed,omitempty"`
	SysadminActive         uint64   `protobuf:"varint,55,opt,name=sysadmin_active,json=sysadminActive,proto3" json:"sysadmin_active,omitempty"`
	SysadminHistory        uint64   `protobuf:"varint,56,opt,name=sysadmin_history,json=sysadminHistory,proto3" json:"sysadmin_history,omitempty"`
	SysadminSuppressed     uint64   `protobuf:"varint,57,opt,name=sysadmin_suppressed,json=sysadminSuppressed,proto3" json:"sysadmin_suppressed,omitempty"`
	DroppedInvalidAid      uint32   `protobuf:"varint,58,opt,name=dropped_invalid_aid,json=droppedInvalidAid,proto3" json:"dropped_invalid_aid,omitempty"`
	DroppedInsuffMem       uint32   `protobuf:"varint,59,opt,name=dropped_insuff_mem,json=droppedInsuffMem,proto3" json:"dropped_insuff_mem,omitempty"`
	DroppedDbError         uint32   `protobuf:"varint,60,opt,name=dropped_db_error,json=droppedDbError,proto3" json:"dropped_db_error,omitempty"`
	DroppedClearWithoutSet uint32   `` /* 133-byte string literal not displayed */
	DroppedDuplicate       uint32   `protobuf:"varint,62,opt,name=dropped_duplicate,json=droppedDuplicate,proto3" json:"dropped_duplicate,omitempty"`
	CacheHit               uint32   `protobuf:"varint,63,opt,name=cache_hit,json=cacheHit,proto3" json:"cache_hit,omitempty"`
	CacheMiss              uint32   `protobuf:"varint,64,opt,name=cache_miss,json=cacheMiss,proto3" json:"cache_miss,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*AlarmMgrShowAlarmStats) Descriptor

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

func (*AlarmMgrShowAlarmStats) GetActive

func (m *AlarmMgrShowAlarmStats) GetActive() uint64

func (*AlarmMgrShowAlarmStats) GetCacheHit

func (m *AlarmMgrShowAlarmStats) GetCacheHit() uint32

func (*AlarmMgrShowAlarmStats) GetCacheMiss

func (m *AlarmMgrShowAlarmStats) GetCacheMiss() uint32

func (*AlarmMgrShowAlarmStats) GetDropped

func (m *AlarmMgrShowAlarmStats) GetDropped() uint64

func (*AlarmMgrShowAlarmStats) GetDroppedClearWithoutSet

func (m *AlarmMgrShowAlarmStats) GetDroppedClearWithoutSet() uint32

func (*AlarmMgrShowAlarmStats) GetDroppedDbError

func (m *AlarmMgrShowAlarmStats) GetDroppedDbError() uint32

func (*AlarmMgrShowAlarmStats) GetDroppedDuplicate

func (m *AlarmMgrShowAlarmStats) GetDroppedDuplicate() uint32

func (*AlarmMgrShowAlarmStats) GetDroppedInsuffMem

func (m *AlarmMgrShowAlarmStats) GetDroppedInsuffMem() uint32

func (*AlarmMgrShowAlarmStats) GetDroppedInvalidAid

func (m *AlarmMgrShowAlarmStats) GetDroppedInvalidAid() uint32

func (*AlarmMgrShowAlarmStats) GetHistory

func (m *AlarmMgrShowAlarmStats) GetHistory() uint64

func (*AlarmMgrShowAlarmStats) GetReported

func (m *AlarmMgrShowAlarmStats) GetReported() uint64

func (*AlarmMgrShowAlarmStats) GetSuppressed

func (m *AlarmMgrShowAlarmStats) GetSuppressed() uint64

func (*AlarmMgrShowAlarmStats) GetSysadminActive

func (m *AlarmMgrShowAlarmStats) GetSysadminActive() uint64

func (*AlarmMgrShowAlarmStats) GetSysadminHistory

func (m *AlarmMgrShowAlarmStats) GetSysadminHistory() uint64

func (*AlarmMgrShowAlarmStats) GetSysadminSuppressed

func (m *AlarmMgrShowAlarmStats) GetSysadminSuppressed() uint64

func (*AlarmMgrShowAlarmStats) ProtoMessage

func (*AlarmMgrShowAlarmStats) ProtoMessage()

func (*AlarmMgrShowAlarmStats) Reset

func (m *AlarmMgrShowAlarmStats) Reset()

func (*AlarmMgrShowAlarmStats) String

func (m *AlarmMgrShowAlarmStats) String() string

func (*AlarmMgrShowAlarmStats) XXX_DiscardUnknown

func (m *AlarmMgrShowAlarmStats) XXX_DiscardUnknown()

func (*AlarmMgrShowAlarmStats) XXX_Marshal

func (m *AlarmMgrShowAlarmStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlarmMgrShowAlarmStats) XXX_Merge

func (m *AlarmMgrShowAlarmStats) XXX_Merge(src proto.Message)

func (*AlarmMgrShowAlarmStats) XXX_Size

func (m *AlarmMgrShowAlarmStats) XXX_Size() int

func (*AlarmMgrShowAlarmStats) XXX_Unmarshal

func (m *AlarmMgrShowAlarmStats) XXX_Unmarshal(b []byte) error

type AlarmMgrShowAlarmStats_KEYS

type AlarmMgrShowAlarmStats_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 (*AlarmMgrShowAlarmStats_KEYS) Descriptor

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

func (*AlarmMgrShowAlarmStats_KEYS) GetNodeId

func (m *AlarmMgrShowAlarmStats_KEYS) GetNodeId() string

func (*AlarmMgrShowAlarmStats_KEYS) ProtoMessage

func (*AlarmMgrShowAlarmStats_KEYS) ProtoMessage()

func (*AlarmMgrShowAlarmStats_KEYS) Reset

func (m *AlarmMgrShowAlarmStats_KEYS) Reset()

func (*AlarmMgrShowAlarmStats_KEYS) String

func (m *AlarmMgrShowAlarmStats_KEYS) String() string

func (*AlarmMgrShowAlarmStats_KEYS) XXX_DiscardUnknown

func (m *AlarmMgrShowAlarmStats_KEYS) XXX_DiscardUnknown()

func (*AlarmMgrShowAlarmStats_KEYS) XXX_Marshal

func (m *AlarmMgrShowAlarmStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlarmMgrShowAlarmStats_KEYS) XXX_Merge

func (m *AlarmMgrShowAlarmStats_KEYS) XXX_Merge(src proto.Message)

func (*AlarmMgrShowAlarmStats_KEYS) XXX_Size

func (m *AlarmMgrShowAlarmStats_KEYS) XXX_Size() int

func (*AlarmMgrShowAlarmStats_KEYS) XXX_Unmarshal

func (m *AlarmMgrShowAlarmStats_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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