cisco_ios_xr_mpls_te_oper_mpls_te_standby_signalling_counters_head_signalling_counters_head_signalling_counter

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-mpls-te-oper:mpls-te-standby/signalling-counters/head-signalling-counters/head-signalling-counter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeStatsBagDestT

type TeStatsBagDestT struct {
	DestinationAddress   string            `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Statistics           *TeStatsSigT      `protobuf:"bytes,2,opt,name=statistics,proto3" json:"statistics,omitempty"`
	S2LStatistic         []*TeStatsBagS2LT `protobuf:"bytes,3,rep,name=s2l_statistic,json=s2lStatistic,proto3" json:"s2l_statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TeStatsBagDestT) Descriptor

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

func (*TeStatsBagDestT) GetDestinationAddress

func (m *TeStatsBagDestT) GetDestinationAddress() string

func (*TeStatsBagDestT) GetS2LStatistic

func (m *TeStatsBagDestT) GetS2LStatistic() []*TeStatsBagS2LT

func (*TeStatsBagDestT) GetStatistics

func (m *TeStatsBagDestT) GetStatistics() *TeStatsSigT

func (*TeStatsBagDestT) ProtoMessage

func (*TeStatsBagDestT) ProtoMessage()

func (*TeStatsBagDestT) Reset

func (m *TeStatsBagDestT) Reset()

func (*TeStatsBagDestT) String

func (m *TeStatsBagDestT) String() string

func (*TeStatsBagDestT) XXX_DiscardUnknown

func (m *TeStatsBagDestT) XXX_DiscardUnknown()

func (*TeStatsBagDestT) XXX_Marshal

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

func (*TeStatsBagDestT) XXX_Merge

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

func (*TeStatsBagDestT) XXX_Size

func (m *TeStatsBagDestT) XXX_Size() int

func (*TeStatsBagDestT) XXX_Unmarshal

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

type TeStatsBagS2LT

type TeStatsBagS2LT struct {
	SubGroupOriginator   string       `protobuf:"bytes,1,opt,name=sub_group_originator,json=subGroupOriginator,proto3" json:"sub_group_originator,omitempty"`
	SubGroupId           uint32       `protobuf:"varint,2,opt,name=sub_group_id,json=subGroupId,proto3" json:"sub_group_id,omitempty"`
	DestinationAddress   string       `protobuf:"bytes,3,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Statistics           *TeStatsSigT `protobuf:"bytes,4,opt,name=statistics,proto3" json:"statistics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TeStatsBagS2LT) Descriptor

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

func (*TeStatsBagS2LT) GetDestinationAddress

func (m *TeStatsBagS2LT) GetDestinationAddress() string

func (*TeStatsBagS2LT) GetStatistics

func (m *TeStatsBagS2LT) GetStatistics() *TeStatsSigT

func (*TeStatsBagS2LT) GetSubGroupId

func (m *TeStatsBagS2LT) GetSubGroupId() uint32

func (*TeStatsBagS2LT) GetSubGroupOriginator

func (m *TeStatsBagS2LT) GetSubGroupOriginator() string

func (*TeStatsBagS2LT) ProtoMessage

func (*TeStatsBagS2LT) ProtoMessage()

func (*TeStatsBagS2LT) Reset

func (m *TeStatsBagS2LT) Reset()

func (*TeStatsBagS2LT) String

func (m *TeStatsBagS2LT) String() string

func (*TeStatsBagS2LT) XXX_DiscardUnknown

func (m *TeStatsBagS2LT) XXX_DiscardUnknown()

func (*TeStatsBagS2LT) XXX_Marshal

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

func (*TeStatsBagS2LT) XXX_Merge

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

func (*TeStatsBagS2LT) XXX_Size

func (m *TeStatsBagS2LT) XXX_Size() int

func (*TeStatsBagS2LT) XXX_Unmarshal

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

type TeStatsBagVifT

type TeStatsBagVifT struct {
	TunnelName           string             `protobuf:"bytes,50,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"`
	TunnelSigName        string             `protobuf:"bytes,51,opt,name=tunnel_sig_name,json=tunnelSigName,proto3" json:"tunnel_sig_name,omitempty"`
	LspId                uint32             `protobuf:"varint,52,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Statistics           *TeStatsSigT       `protobuf:"bytes,53,opt,name=statistics,proto3" json:"statistics,omitempty"`
	DestinationStatistic []*TeStatsBagDestT `protobuf:"bytes,54,rep,name=destination_statistic,json=destinationStatistic,proto3" json:"destination_statistic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TeStatsBagVifT) Descriptor

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

func (*TeStatsBagVifT) GetDestinationStatistic

func (m *TeStatsBagVifT) GetDestinationStatistic() []*TeStatsBagDestT

func (*TeStatsBagVifT) GetLspId

func (m *TeStatsBagVifT) GetLspId() uint32

func (*TeStatsBagVifT) GetStatistics

func (m *TeStatsBagVifT) GetStatistics() *TeStatsSigT

func (*TeStatsBagVifT) GetTunnelName

func (m *TeStatsBagVifT) GetTunnelName() string

func (*TeStatsBagVifT) GetTunnelSigName

func (m *TeStatsBagVifT) GetTunnelSigName() string

func (*TeStatsBagVifT) ProtoMessage

func (*TeStatsBagVifT) ProtoMessage()

func (*TeStatsBagVifT) Reset

func (m *TeStatsBagVifT) Reset()

func (*TeStatsBagVifT) String

func (m *TeStatsBagVifT) String() string

func (*TeStatsBagVifT) XXX_DiscardUnknown

func (m *TeStatsBagVifT) XXX_DiscardUnknown()

func (*TeStatsBagVifT) XXX_Marshal

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

func (*TeStatsBagVifT) XXX_Merge

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

func (*TeStatsBagVifT) XXX_Size

func (m *TeStatsBagVifT) XXX_Size() int

func (*TeStatsBagVifT) XXX_Unmarshal

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

type TeStatsBagVifT_KEYS

type TeStatsBagVifT_KEYS struct {
	Ctype                string   `protobuf:"bytes,1,opt,name=ctype,proto3" json:"ctype,omitempty"`
	TunnelId             uint32   `protobuf:"varint,2,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeStatsBagVifT_KEYS) Descriptor

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

func (*TeStatsBagVifT_KEYS) GetCtype

func (m *TeStatsBagVifT_KEYS) GetCtype() string

func (*TeStatsBagVifT_KEYS) GetTunnelId

func (m *TeStatsBagVifT_KEYS) GetTunnelId() uint32

func (*TeStatsBagVifT_KEYS) ProtoMessage

func (*TeStatsBagVifT_KEYS) ProtoMessage()

func (*TeStatsBagVifT_KEYS) Reset

func (m *TeStatsBagVifT_KEYS) Reset()

func (*TeStatsBagVifT_KEYS) String

func (m *TeStatsBagVifT_KEYS) String() string

func (*TeStatsBagVifT_KEYS) XXX_DiscardUnknown

func (m *TeStatsBagVifT_KEYS) XXX_DiscardUnknown()

func (*TeStatsBagVifT_KEYS) XXX_Marshal

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

func (*TeStatsBagVifT_KEYS) XXX_Merge

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

func (*TeStatsBagVifT_KEYS) XXX_Size

func (m *TeStatsBagVifT_KEYS) XXX_Size() int

func (*TeStatsBagVifT_KEYS) XXX_Unmarshal

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

type TeStatsSigT

type TeStatsSigT struct {
	TxEventUnknown         uint32   `protobuf:"varint,1,opt,name=tx_event_unknown,json=txEventUnknown,proto3" json:"tx_event_unknown,omitempty"`
	TxPathCreateEvent      uint32   `protobuf:"varint,2,opt,name=tx_path_create_event,json=txPathCreateEvent,proto3" json:"tx_path_create_event,omitempty"`
	TxPathChangeEvent      uint32   `protobuf:"varint,3,opt,name=tx_path_change_event,json=txPathChangeEvent,proto3" json:"tx_path_change_event,omitempty"`
	TxPathDeleteEvent      uint32   `protobuf:"varint,4,opt,name=tx_path_delete_event,json=txPathDeleteEvent,proto3" json:"tx_path_delete_event,omitempty"`
	TxPathErrorEvent       uint32   `protobuf:"varint,5,opt,name=tx_path_error_event,json=txPathErrorEvent,proto3" json:"tx_path_error_event,omitempty"`
	TxResvCreateEvent      uint32   `protobuf:"varint,6,opt,name=tx_resv_create_event,json=txResvCreateEvent,proto3" json:"tx_resv_create_event,omitempty"`
	TxResvChangeEvent      uint32   `protobuf:"varint,7,opt,name=tx_resv_change_event,json=txResvChangeEvent,proto3" json:"tx_resv_change_event,omitempty"`
	TxResvDeleteEvent      uint32   `protobuf:"varint,8,opt,name=tx_resv_delete_event,json=txResvDeleteEvent,proto3" json:"tx_resv_delete_event,omitempty"`
	TxResvErrorEvent       uint32   `protobuf:"varint,9,opt,name=tx_resv_error_event,json=txResvErrorEvent,proto3" json:"tx_resv_error_event,omitempty"`
	TxPathReevalQueryEvent uint32   `` /* 135-byte string literal not displayed */
	RxEventUnknown         uint32   `protobuf:"varint,11,opt,name=rx_event_unknown,json=rxEventUnknown,proto3" json:"rx_event_unknown,omitempty"`
	RxPathCreateEvent      uint32   `protobuf:"varint,12,opt,name=rx_path_create_event,json=rxPathCreateEvent,proto3" json:"rx_path_create_event,omitempty"`
	RxPathChangeEvent      uint32   `protobuf:"varint,13,opt,name=rx_path_change_event,json=rxPathChangeEvent,proto3" json:"rx_path_change_event,omitempty"`
	RxPathDeleteEvent      uint32   `protobuf:"varint,14,opt,name=rx_path_delete_event,json=rxPathDeleteEvent,proto3" json:"rx_path_delete_event,omitempty"`
	RxPathErrorEvent       uint32   `protobuf:"varint,15,opt,name=rx_path_error_event,json=rxPathErrorEvent,proto3" json:"rx_path_error_event,omitempty"`
	RxResvCreateEvent      uint32   `protobuf:"varint,16,opt,name=rx_resv_create_event,json=rxResvCreateEvent,proto3" json:"rx_resv_create_event,omitempty"`
	RxResvChangeEvent      uint32   `protobuf:"varint,17,opt,name=rx_resv_change_event,json=rxResvChangeEvent,proto3" json:"rx_resv_change_event,omitempty"`
	RxResvDeleteEvent      uint32   `protobuf:"varint,18,opt,name=rx_resv_delete_event,json=rxResvDeleteEvent,proto3" json:"rx_resv_delete_event,omitempty"`
	RxResvErrorEvent       uint32   `protobuf:"varint,19,opt,name=rx_resv_error_event,json=rxResvErrorEvent,proto3" json:"rx_resv_error_event,omitempty"`
	RxPathReevalQueryEvent uint32   `` /* 135-byte string literal not displayed */
	TxBackupAssignEvent    uint32   `protobuf:"varint,21,opt,name=tx_backup_assign_event,json=txBackupAssignEvent,proto3" json:"tx_backup_assign_event,omitempty"`
	RxBackupAssignErrEvent uint32   `` /* 135-byte string literal not displayed */
	EventsTotalCount       uint32   `protobuf:"varint,23,opt,name=events_total_count,json=eventsTotalCount,proto3" json:"events_total_count,omitempty"`
	EventsCount            uint32   `protobuf:"varint,24,opt,name=events_count,json=eventsCount,proto3" json:"events_count,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*TeStatsSigT) Descriptor

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

func (*TeStatsSigT) GetEventsCount

func (m *TeStatsSigT) GetEventsCount() uint32

func (*TeStatsSigT) GetEventsTotalCount

func (m *TeStatsSigT) GetEventsTotalCount() uint32

func (*TeStatsSigT) GetRxBackupAssignErrEvent

func (m *TeStatsSigT) GetRxBackupAssignErrEvent() uint32

func (*TeStatsSigT) GetRxEventUnknown

func (m *TeStatsSigT) GetRxEventUnknown() uint32

func (*TeStatsSigT) GetRxPathChangeEvent

func (m *TeStatsSigT) GetRxPathChangeEvent() uint32

func (*TeStatsSigT) GetRxPathCreateEvent

func (m *TeStatsSigT) GetRxPathCreateEvent() uint32

func (*TeStatsSigT) GetRxPathDeleteEvent

func (m *TeStatsSigT) GetRxPathDeleteEvent() uint32

func (*TeStatsSigT) GetRxPathErrorEvent

func (m *TeStatsSigT) GetRxPathErrorEvent() uint32

func (*TeStatsSigT) GetRxPathReevalQueryEvent

func (m *TeStatsSigT) GetRxPathReevalQueryEvent() uint32

func (*TeStatsSigT) GetRxResvChangeEvent

func (m *TeStatsSigT) GetRxResvChangeEvent() uint32

func (*TeStatsSigT) GetRxResvCreateEvent

func (m *TeStatsSigT) GetRxResvCreateEvent() uint32

func (*TeStatsSigT) GetRxResvDeleteEvent

func (m *TeStatsSigT) GetRxResvDeleteEvent() uint32

func (*TeStatsSigT) GetRxResvErrorEvent

func (m *TeStatsSigT) GetRxResvErrorEvent() uint32

func (*TeStatsSigT) GetTxBackupAssignEvent

func (m *TeStatsSigT) GetTxBackupAssignEvent() uint32

func (*TeStatsSigT) GetTxEventUnknown

func (m *TeStatsSigT) GetTxEventUnknown() uint32

func (*TeStatsSigT) GetTxPathChangeEvent

func (m *TeStatsSigT) GetTxPathChangeEvent() uint32

func (*TeStatsSigT) GetTxPathCreateEvent

func (m *TeStatsSigT) GetTxPathCreateEvent() uint32

func (*TeStatsSigT) GetTxPathDeleteEvent

func (m *TeStatsSigT) GetTxPathDeleteEvent() uint32

func (*TeStatsSigT) GetTxPathErrorEvent

func (m *TeStatsSigT) GetTxPathErrorEvent() uint32

func (*TeStatsSigT) GetTxPathReevalQueryEvent

func (m *TeStatsSigT) GetTxPathReevalQueryEvent() uint32

func (*TeStatsSigT) GetTxResvChangeEvent

func (m *TeStatsSigT) GetTxResvChangeEvent() uint32

func (*TeStatsSigT) GetTxResvCreateEvent

func (m *TeStatsSigT) GetTxResvCreateEvent() uint32

func (*TeStatsSigT) GetTxResvDeleteEvent

func (m *TeStatsSigT) GetTxResvDeleteEvent() uint32

func (*TeStatsSigT) GetTxResvErrorEvent

func (m *TeStatsSigT) GetTxResvErrorEvent() uint32

func (*TeStatsSigT) ProtoMessage

func (*TeStatsSigT) ProtoMessage()

func (*TeStatsSigT) Reset

func (m *TeStatsSigT) Reset()

func (*TeStatsSigT) String

func (m *TeStatsSigT) String() string

func (*TeStatsSigT) XXX_DiscardUnknown

func (m *TeStatsSigT) XXX_DiscardUnknown()

func (*TeStatsSigT) XXX_Marshal

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

func (*TeStatsSigT) XXX_Merge

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

func (*TeStatsSigT) XXX_Size

func (m *TeStatsSigT) XXX_Size() int

func (*TeStatsSigT) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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