cisco_ios_xr_alarmgr_server_oper_alarms_detail_detail_card_detail_locations_detail_location_clients

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: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlarmMgrShowClientData

type AlarmMgrShowClientData struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Location             string   `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Handle               string   `protobuf:"bytes,4,opt,name=handle,proto3" json:"handle,omitempty"`
	State                string   `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Type                 string   `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	FilterDisp           bool     `protobuf:"varint,7,opt,name=filter_disp,json=filterDisp,proto3" json:"filter_disp,omitempty"`
	SubscriberId         uint32   `protobuf:"varint,8,opt,name=subscriber_id,json=subscriberId,proto3" json:"subscriber_id,omitempty"`
	FilterSeverity       string   `protobuf:"bytes,9,opt,name=filter_severity,json=filterSeverity,proto3" json:"filter_severity,omitempty"`
	FilterState          string   `protobuf:"bytes,10,opt,name=filter_state,json=filterState,proto3" json:"filter_state,omitempty"`
	FilterGroup          string   `protobuf:"bytes,11,opt,name=filter_group,json=filterGroup,proto3" json:"filter_group,omitempty"`
	ConnectCount         uint32   `protobuf:"varint,12,opt,name=connect_count,json=connectCount,proto3" json:"connect_count,omitempty"`
	ConnectTimestamp     string   `protobuf:"bytes,13,opt,name=connect_timestamp,json=connectTimestamp,proto3" json:"connect_timestamp,omitempty"`
	GetCount             uint32   `protobuf:"varint,14,opt,name=get_count,json=getCount,proto3" json:"get_count,omitempty"`
	SubscribeCount       uint32   `protobuf:"varint,15,opt,name=subscribe_count,json=subscribeCount,proto3" json:"subscribe_count,omitempty"`
	ReportCount          uint32   `protobuf:"varint,16,opt,name=report_count,json=reportCount,proto3" json:"report_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AlarmMgrShowClientData) Descriptor

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

func (*AlarmMgrShowClientData) GetConnectCount

func (m *AlarmMgrShowClientData) GetConnectCount() uint32

func (*AlarmMgrShowClientData) GetConnectTimestamp

func (m *AlarmMgrShowClientData) GetConnectTimestamp() string

func (*AlarmMgrShowClientData) GetFilterDisp

func (m *AlarmMgrShowClientData) GetFilterDisp() bool

func (*AlarmMgrShowClientData) GetFilterGroup

func (m *AlarmMgrShowClientData) GetFilterGroup() string

func (*AlarmMgrShowClientData) GetFilterSeverity

func (m *AlarmMgrShowClientData) GetFilterSeverity() string

func (*AlarmMgrShowClientData) GetFilterState

func (m *AlarmMgrShowClientData) GetFilterState() string

func (*AlarmMgrShowClientData) GetGetCount

func (m *AlarmMgrShowClientData) GetGetCount() uint32

func (*AlarmMgrShowClientData) GetHandle

func (m *AlarmMgrShowClientData) GetHandle() string

func (*AlarmMgrShowClientData) GetId

func (m *AlarmMgrShowClientData) GetId() uint32

func (*AlarmMgrShowClientData) GetLocation

func (m *AlarmMgrShowClientData) GetLocation() string

func (*AlarmMgrShowClientData) GetName

func (m *AlarmMgrShowClientData) GetName() string

func (*AlarmMgrShowClientData) GetReportCount

func (m *AlarmMgrShowClientData) GetReportCount() uint32

func (*AlarmMgrShowClientData) GetState

func (m *AlarmMgrShowClientData) GetState() string

func (*AlarmMgrShowClientData) GetSubscribeCount

func (m *AlarmMgrShowClientData) GetSubscribeCount() uint32

func (*AlarmMgrShowClientData) GetSubscriberId

func (m *AlarmMgrShowClientData) GetSubscriberId() uint32

func (*AlarmMgrShowClientData) GetType

func (m *AlarmMgrShowClientData) GetType() string

func (*AlarmMgrShowClientData) ProtoMessage

func (*AlarmMgrShowClientData) ProtoMessage()

func (*AlarmMgrShowClientData) Reset

func (m *AlarmMgrShowClientData) Reset()

func (*AlarmMgrShowClientData) String

func (m *AlarmMgrShowClientData) String() string

func (*AlarmMgrShowClientData) XXX_DiscardUnknown

func (m *AlarmMgrShowClientData) XXX_DiscardUnknown()

func (*AlarmMgrShowClientData) XXX_Marshal

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

func (*AlarmMgrShowClientData) XXX_Merge

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

func (*AlarmMgrShowClientData) XXX_Size

func (m *AlarmMgrShowClientData) XXX_Size() int

func (*AlarmMgrShowClientData) XXX_Unmarshal

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

type AlarmMgrShowClientInfo

type AlarmMgrShowClientInfo struct {
	ClientInfo           []*AlarmMgrShowClientData `protobuf:"bytes,50,rep,name=client_info,json=clientInfo,proto3" json:"client_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AlarmMgrShowClientInfo) Descriptor

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

func (*AlarmMgrShowClientInfo) GetClientInfo

func (m *AlarmMgrShowClientInfo) GetClientInfo() []*AlarmMgrShowClientData

func (*AlarmMgrShowClientInfo) ProtoMessage

func (*AlarmMgrShowClientInfo) ProtoMessage()

func (*AlarmMgrShowClientInfo) Reset

func (m *AlarmMgrShowClientInfo) Reset()

func (*AlarmMgrShowClientInfo) String

func (m *AlarmMgrShowClientInfo) String() string

func (*AlarmMgrShowClientInfo) XXX_DiscardUnknown

func (m *AlarmMgrShowClientInfo) XXX_DiscardUnknown()

func (*AlarmMgrShowClientInfo) XXX_Marshal

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

func (*AlarmMgrShowClientInfo) XXX_Merge

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

func (*AlarmMgrShowClientInfo) XXX_Size

func (m *AlarmMgrShowClientInfo) XXX_Size() int

func (*AlarmMgrShowClientInfo) XXX_Unmarshal

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

type AlarmMgrShowClientInfo_KEYS

type AlarmMgrShowClientInfo_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 (*AlarmMgrShowClientInfo_KEYS) Descriptor

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

func (*AlarmMgrShowClientInfo_KEYS) GetNodeId

func (m *AlarmMgrShowClientInfo_KEYS) GetNodeId() string

func (*AlarmMgrShowClientInfo_KEYS) ProtoMessage

func (*AlarmMgrShowClientInfo_KEYS) ProtoMessage()

func (*AlarmMgrShowClientInfo_KEYS) Reset

func (m *AlarmMgrShowClientInfo_KEYS) Reset()

func (*AlarmMgrShowClientInfo_KEYS) String

func (m *AlarmMgrShowClientInfo_KEYS) String() string

func (*AlarmMgrShowClientInfo_KEYS) XXX_DiscardUnknown

func (m *AlarmMgrShowClientInfo_KEYS) XXX_DiscardUnknown()

func (*AlarmMgrShowClientInfo_KEYS) XXX_Marshal

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

func (*AlarmMgrShowClientInfo_KEYS) XXX_Merge

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

func (*AlarmMgrShowClientInfo_KEYS) XXX_Size

func (m *AlarmMgrShowClientInfo_KEYS) XXX_Size() int

func (*AlarmMgrShowClientInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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