cisco_ios_xr_l2rib_oper_l2rib_clients_details_clients_detail

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-l2rib-oper:l2rib/clients-details/clients-detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2RibBagEc

type L2RibBagEc struct {
	CounterType            uint32   `protobuf:"varint,1,opt,name=counter_type,json=counterType,proto3" json:"counter_type,omitempty"`
	CounterName            string   `protobuf:"bytes,2,opt,name=counter_name,json=counterName,proto3" json:"counter_name,omitempty"`
	L2RbFirstEventTs       uint64   `protobuf:"varint,3,opt,name=l2rb_first_event_ts,json=l2rbFirstEventTs,proto3" json:"l2rb_first_event_ts,omitempty"`
	L2RbLastEventTs        uint64   `protobuf:"varint,4,opt,name=l2rb_last_event_ts,json=l2rbLastEventTs,proto3" json:"l2rb_last_event_ts,omitempty"`
	L2RbIntervalEventCount uint32   `` /* 132-byte string literal not displayed */
	L2RbTotalEventCount    uint32   `protobuf:"varint,6,opt,name=l2rb_total_event_count,json=l2rbTotalEventCount,proto3" json:"l2rb_total_event_count,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*L2RibBagEc) Descriptor

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

func (*L2RibBagEc) GetCounterName

func (m *L2RibBagEc) GetCounterName() string

func (*L2RibBagEc) GetCounterType

func (m *L2RibBagEc) GetCounterType() uint32

func (*L2RibBagEc) GetL2RbFirstEventTs

func (m *L2RibBagEc) GetL2RbFirstEventTs() uint64

func (*L2RibBagEc) GetL2RbIntervalEventCount

func (m *L2RibBagEc) GetL2RbIntervalEventCount() uint32

func (*L2RibBagEc) GetL2RbLastEventTs

func (m *L2RibBagEc) GetL2RbLastEventTs() uint64

func (*L2RibBagEc) GetL2RbTotalEventCount

func (m *L2RibBagEc) GetL2RbTotalEventCount() uint32

func (*L2RibBagEc) ProtoMessage

func (*L2RibBagEc) ProtoMessage()

func (*L2RibBagEc) Reset

func (m *L2RibBagEc) Reset()

func (*L2RibBagEc) String

func (m *L2RibBagEc) String() string

func (*L2RibBagEc) XXX_DiscardUnknown

func (m *L2RibBagEc) XXX_DiscardUnknown()

func (*L2RibBagEc) XXX_Marshal

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

func (*L2RibBagEc) XXX_Merge

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

func (*L2RibBagEc) XXX_Size

func (m *L2RibBagEc) XXX_Size() int

func (*L2RibBagEc) XXX_Unmarshal

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

type L2RibClient

type L2RibClient struct {
	ClientIdXr           uint32   `protobuf:"varint,1,opt,name=client_id_xr,json=clientIdXr,proto3" json:"client_id_xr,omitempty"`
	ProcessId            uint32   `protobuf:"varint,2,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	NodeId               string   `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	ProcName             string   `protobuf:"bytes,4,opt,name=proc_name,json=procName,proto3" json:"proc_name,omitempty"`
	ProcSuffix           string   `protobuf:"bytes,5,opt,name=proc_suffix,json=procSuffix,proto3" json:"proc_suffix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2RibClient) Descriptor

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

func (*L2RibClient) GetClientIdXr

func (m *L2RibClient) GetClientIdXr() uint32

func (*L2RibClient) GetNodeId

func (m *L2RibClient) GetNodeId() string

func (*L2RibClient) GetProcName

func (m *L2RibClient) GetProcName() string

func (*L2RibClient) GetProcSuffix

func (m *L2RibClient) GetProcSuffix() string

func (*L2RibClient) GetProcessId

func (m *L2RibClient) GetProcessId() uint32

func (*L2RibClient) ProtoMessage

func (*L2RibClient) ProtoMessage()

func (*L2RibClient) Reset

func (m *L2RibClient) Reset()

func (*L2RibClient) String

func (m *L2RibClient) String() string

func (*L2RibClient) XXX_DiscardUnknown

func (m *L2RibClient) XXX_DiscardUnknown()

func (*L2RibClient) XXX_Marshal

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

func (*L2RibClient) XXX_Merge

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

func (*L2RibClient) XXX_Size

func (m *L2RibClient) XXX_Size() int

func (*L2RibClient) XXX_Unmarshal

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

type L2RibClientDetail

type L2RibClientDetail struct {
	Client                      *L2RibClient     `protobuf:"bytes,50,opt,name=client,proto3" json:"client,omitempty"`
	ProducerCount               uint32           `protobuf:"varint,51,opt,name=producer_count,json=producerCount,proto3" json:"producer_count,omitempty"`
	ProducerArray               []*L2RibProdInfo `protobuf:"bytes,52,rep,name=producer_array,json=producerArray,proto3" json:"producer_array,omitempty"`
	RegistrationTableStatistics *L2RibProdStats  `` /* 145-byte string literal not displayed */
	LastUpdateTimestamp         uint64           `protobuf:"varint,54,opt,name=last_update_timestamp,json=lastUpdateTimestamp,proto3" json:"last_update_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}         `json:"-"`
	XXX_unrecognized            []byte           `json:"-"`
	XXX_sizecache               int32            `json:"-"`
}

func (*L2RibClientDetail) Descriptor

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

func (*L2RibClientDetail) GetClient

func (m *L2RibClientDetail) GetClient() *L2RibClient

func (*L2RibClientDetail) GetLastUpdateTimestamp

func (m *L2RibClientDetail) GetLastUpdateTimestamp() uint64

func (*L2RibClientDetail) GetProducerArray

func (m *L2RibClientDetail) GetProducerArray() []*L2RibProdInfo

func (*L2RibClientDetail) GetProducerCount

func (m *L2RibClientDetail) GetProducerCount() uint32

func (*L2RibClientDetail) GetRegistrationTableStatistics

func (m *L2RibClientDetail) GetRegistrationTableStatistics() *L2RibProdStats

func (*L2RibClientDetail) ProtoMessage

func (*L2RibClientDetail) ProtoMessage()

func (*L2RibClientDetail) Reset

func (m *L2RibClientDetail) Reset()

func (*L2RibClientDetail) String

func (m *L2RibClientDetail) String() string

func (*L2RibClientDetail) XXX_DiscardUnknown

func (m *L2RibClientDetail) XXX_DiscardUnknown()

func (*L2RibClientDetail) XXX_Marshal

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

func (*L2RibClientDetail) XXX_Merge

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

func (*L2RibClientDetail) XXX_Size

func (m *L2RibClientDetail) XXX_Size() int

func (*L2RibClientDetail) XXX_Unmarshal

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

type L2RibClientDetail_KEYS

type L2RibClientDetail_KEYS struct {
	ClientId             uint32   `protobuf:"varint,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2RibClientDetail_KEYS) Descriptor

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

func (*L2RibClientDetail_KEYS) GetClientId

func (m *L2RibClientDetail_KEYS) GetClientId() uint32

func (*L2RibClientDetail_KEYS) ProtoMessage

func (*L2RibClientDetail_KEYS) ProtoMessage()

func (*L2RibClientDetail_KEYS) Reset

func (m *L2RibClientDetail_KEYS) Reset()

func (*L2RibClientDetail_KEYS) String

func (m *L2RibClientDetail_KEYS) String() string

func (*L2RibClientDetail_KEYS) XXX_DiscardUnknown

func (m *L2RibClientDetail_KEYS) XXX_DiscardUnknown()

func (*L2RibClientDetail_KEYS) XXX_Marshal

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

func (*L2RibClientDetail_KEYS) XXX_Merge

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

func (*L2RibClientDetail_KEYS) XXX_Size

func (m *L2RibClientDetail_KEYS) XXX_Size() int

func (*L2RibClientDetail_KEYS) XXX_Unmarshal

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

type L2RibProdInfo

type L2RibProdInfo struct {
	ObjectType           string   `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ProducerId           string   `protobuf:"bytes,2,opt,name=producer_id,json=producerId,proto3" json:"producer_id,omitempty"`
	ProducerName         string   `protobuf:"bytes,3,opt,name=producer_name,json=producerName,proto3" json:"producer_name,omitempty"`
	AdminDistance        uint32   `protobuf:"varint,4,opt,name=admin_distance,json=adminDistance,proto3" json:"admin_distance,omitempty"`
	PurgeTime            uint32   `protobuf:"varint,5,opt,name=purge_time,json=purgeTime,proto3" json:"purge_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2RibProdInfo) Descriptor

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

func (*L2RibProdInfo) GetAdminDistance

func (m *L2RibProdInfo) GetAdminDistance() uint32

func (*L2RibProdInfo) GetObjectType

func (m *L2RibProdInfo) GetObjectType() string

func (*L2RibProdInfo) GetProducerId

func (m *L2RibProdInfo) GetProducerId() string

func (*L2RibProdInfo) GetProducerName

func (m *L2RibProdInfo) GetProducerName() string

func (*L2RibProdInfo) GetPurgeTime

func (m *L2RibProdInfo) GetPurgeTime() uint32

func (*L2RibProdInfo) ProtoMessage

func (*L2RibProdInfo) ProtoMessage()

func (*L2RibProdInfo) Reset

func (m *L2RibProdInfo) Reset()

func (*L2RibProdInfo) String

func (m *L2RibProdInfo) String() string

func (*L2RibProdInfo) XXX_DiscardUnknown

func (m *L2RibProdInfo) XXX_DiscardUnknown()

func (*L2RibProdInfo) XXX_Marshal

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

func (*L2RibProdInfo) XXX_Merge

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

func (*L2RibProdInfo) XXX_Size

func (m *L2RibProdInfo) XXX_Size() int

func (*L2RibProdInfo) XXX_Unmarshal

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

type L2RibProdStats

type L2RibProdStats struct {
	ProducerId           string                `protobuf:"bytes,1,opt,name=producer_id,json=producerId,proto3" json:"producer_id,omitempty"`
	ProducerName         string                `protobuf:"bytes,2,opt,name=producer_name,json=producerName,proto3" json:"producer_name,omitempty"`
	Statistics           *L2RibProdUpdateStats `protobuf:"bytes,3,opt,name=statistics,proto3" json:"statistics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*L2RibProdStats) Descriptor

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

func (*L2RibProdStats) GetProducerId

func (m *L2RibProdStats) GetProducerId() string

func (*L2RibProdStats) GetProducerName

func (m *L2RibProdStats) GetProducerName() string

func (*L2RibProdStats) GetStatistics

func (m *L2RibProdStats) GetStatistics() *L2RibProdUpdateStats

func (*L2RibProdStats) ProtoMessage

func (*L2RibProdStats) ProtoMessage()

func (*L2RibProdStats) Reset

func (m *L2RibProdStats) Reset()

func (*L2RibProdStats) String

func (m *L2RibProdStats) String() string

func (*L2RibProdStats) XXX_DiscardUnknown

func (m *L2RibProdStats) XXX_DiscardUnknown()

func (*L2RibProdStats) XXX_Marshal

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

func (*L2RibProdStats) XXX_Merge

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

func (*L2RibProdStats) XXX_Size

func (m *L2RibProdStats) XXX_Size() int

func (*L2RibProdStats) XXX_Unmarshal

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

type L2RibProdUpdateStats

type L2RibProdUpdateStats struct {
	MemorySize           uint32        `protobuf:"varint,1,opt,name=memory_size,json=memorySize,proto3" json:"memory_size,omitempty"`
	ObjectCount          uint32        `protobuf:"varint,2,opt,name=object_count,json=objectCount,proto3" json:"object_count,omitempty"`
	EndofIntervalTs      uint64        `protobuf:"varint,3,opt,name=endof_interval_ts,json=endofIntervalTs,proto3" json:"endof_interval_ts,omitempty"`
	ExtendedCounter      []*L2RibBagEc `protobuf:"bytes,4,rep,name=extended_counter,json=extendedCounter,proto3" json:"extended_counter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*L2RibProdUpdateStats) Descriptor

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

func (*L2RibProdUpdateStats) GetEndofIntervalTs

func (m *L2RibProdUpdateStats) GetEndofIntervalTs() uint64

func (*L2RibProdUpdateStats) GetExtendedCounter

func (m *L2RibProdUpdateStats) GetExtendedCounter() []*L2RibBagEc

func (*L2RibProdUpdateStats) GetMemorySize

func (m *L2RibProdUpdateStats) GetMemorySize() uint32

func (*L2RibProdUpdateStats) GetObjectCount

func (m *L2RibProdUpdateStats) GetObjectCount() uint32

func (*L2RibProdUpdateStats) ProtoMessage

func (*L2RibProdUpdateStats) ProtoMessage()

func (*L2RibProdUpdateStats) Reset

func (m *L2RibProdUpdateStats) Reset()

func (*L2RibProdUpdateStats) String

func (m *L2RibProdUpdateStats) String() string

func (*L2RibProdUpdateStats) XXX_DiscardUnknown

func (m *L2RibProdUpdateStats) XXX_DiscardUnknown()

func (*L2RibProdUpdateStats) XXX_Marshal

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

func (*L2RibProdUpdateStats) XXX_Merge

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

func (*L2RibProdUpdateStats) XXX_Size

func (m *L2RibProdUpdateStats) XXX_Size() int

func (*L2RibProdUpdateStats) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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