cisco_ios_xr_mpls_te_oper_mpls_te_lsp_out_of_resources_summary

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-mpls-te-oper:mpls-te/lsp-out-of-resources/summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeLspOorInfo

type TeLspOorInfo struct {
	LspOorStateXr              []*TeLspOorStateInfo `protobuf:"bytes,50,rep,name=lsp_oor_state_xr,json=lspOorStateXr,proto3" json:"lsp_oor_state_xr,omitempty"`
	TransitLspTotalCount       uint32               `` /* 127-byte string literal not displayed */
	TransitLspUnprotectedCount uint32               `` /* 145-byte string literal not displayed */
	LspOorState                string               `protobuf:"bytes,53,opt,name=lsp_oor_state,json=lspOorState,proto3" json:"lsp_oor_state,omitempty"`
	LspOorTimestamp            uint32               `protobuf:"varint,54,opt,name=lsp_oor_timestamp,json=lspOorTimestamp,proto3" json:"lsp_oor_timestamp,omitempty"`
	LspOorGreenRecoveryTime    uint32               `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}             `json:"-"`
	XXX_unrecognized           []byte               `json:"-"`
	XXX_sizecache              int32                `json:"-"`
}

func (*TeLspOorInfo) Descriptor

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

func (*TeLspOorInfo) GetLspOorGreenRecoveryTime

func (m *TeLspOorInfo) GetLspOorGreenRecoveryTime() uint32

func (*TeLspOorInfo) GetLspOorState

func (m *TeLspOorInfo) GetLspOorState() string

func (*TeLspOorInfo) GetLspOorStateXr

func (m *TeLspOorInfo) GetLspOorStateXr() []*TeLspOorStateInfo

func (*TeLspOorInfo) GetLspOorTimestamp

func (m *TeLspOorInfo) GetLspOorTimestamp() uint32

func (*TeLspOorInfo) GetTransitLspTotalCount

func (m *TeLspOorInfo) GetTransitLspTotalCount() uint32

func (*TeLspOorInfo) GetTransitLspUnprotectedCount

func (m *TeLspOorInfo) GetTransitLspUnprotectedCount() uint32

func (*TeLspOorInfo) ProtoMessage

func (*TeLspOorInfo) ProtoMessage()

func (*TeLspOorInfo) Reset

func (m *TeLspOorInfo) Reset()

func (*TeLspOorInfo) String

func (m *TeLspOorInfo) String() string

func (*TeLspOorInfo) XXX_DiscardUnknown

func (m *TeLspOorInfo) XXX_DiscardUnknown()

func (*TeLspOorInfo) XXX_Marshal

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

func (*TeLspOorInfo) XXX_Merge

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

func (*TeLspOorInfo) XXX_Size

func (m *TeLspOorInfo) XXX_Size() int

func (*TeLspOorInfo) XXX_Unmarshal

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

type TeLspOorInfo_KEYS

type TeLspOorInfo_KEYS struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeLspOorInfo_KEYS) Descriptor

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

func (*TeLspOorInfo_KEYS) ProtoMessage

func (*TeLspOorInfo_KEYS) ProtoMessage()

func (*TeLspOorInfo_KEYS) Reset

func (m *TeLspOorInfo_KEYS) Reset()

func (*TeLspOorInfo_KEYS) String

func (m *TeLspOorInfo_KEYS) String() string

func (*TeLspOorInfo_KEYS) XXX_DiscardUnknown

func (m *TeLspOorInfo_KEYS) XXX_DiscardUnknown()

func (*TeLspOorInfo_KEYS) XXX_Marshal

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

func (*TeLspOorInfo_KEYS) XXX_Merge

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

func (*TeLspOorInfo_KEYS) XXX_Size

func (m *TeLspOorInfo_KEYS) XXX_Size() int

func (*TeLspOorInfo_KEYS) XXX_Unmarshal

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

type TeLspOorStateInfo

type TeLspOorStateInfo struct {
	LspOorState                 string         `protobuf:"bytes,1,opt,name=lsp_oor_state,json=lspOorState,proto3" json:"lsp_oor_state,omitempty"`
	ThresholdTransitAll         uint32         `protobuf:"varint,2,opt,name=threshold_transit_all,json=thresholdTransitAll,proto3" json:"threshold_transit_all,omitempty"`
	ThresholdTransitUnprotected uint32         `` /* 145-byte string literal not displayed */
	TeMetricPenalty             uint32         `protobuf:"varint,4,opt,name=te_metric_penalty,json=teMetricPenalty,proto3" json:"te_metric_penalty,omitempty"`
	AvailableBwPercentage       uint32         `` /* 127-byte string literal not displayed */
	TransitionDuration          uint32         `protobuf:"varint,6,opt,name=transition_duration,json=transitionDuration,proto3" json:"transition_duration,omitempty"`
	MinimumLspBandwidth         uint32         `protobuf:"varint,7,opt,name=minimum_lsp_bandwidth,json=minimumLspBandwidth,proto3" json:"minimum_lsp_bandwidth,omitempty"`
	AcceptReopt                 bool           `protobuf:"varint,8,opt,name=accept_reopt,json=acceptReopt,proto3" json:"accept_reopt,omitempty"`
	Statistics                  *TeLspOorStats `protobuf:"bytes,9,opt,name=statistics,proto3" json:"statistics,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}       `json:"-"`
	XXX_unrecognized            []byte         `json:"-"`
	XXX_sizecache               int32          `json:"-"`
}

func (*TeLspOorStateInfo) Descriptor

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

func (*TeLspOorStateInfo) GetAcceptReopt

func (m *TeLspOorStateInfo) GetAcceptReopt() bool

func (*TeLspOorStateInfo) GetAvailableBwPercentage

func (m *TeLspOorStateInfo) GetAvailableBwPercentage() uint32

func (*TeLspOorStateInfo) GetLspOorState

func (m *TeLspOorStateInfo) GetLspOorState() string

func (*TeLspOorStateInfo) GetMinimumLspBandwidth

func (m *TeLspOorStateInfo) GetMinimumLspBandwidth() uint32

func (*TeLspOorStateInfo) GetStatistics

func (m *TeLspOorStateInfo) GetStatistics() *TeLspOorStats

func (*TeLspOorStateInfo) GetTeMetricPenalty

func (m *TeLspOorStateInfo) GetTeMetricPenalty() uint32

func (*TeLspOorStateInfo) GetThresholdTransitAll

func (m *TeLspOorStateInfo) GetThresholdTransitAll() uint32

func (*TeLspOorStateInfo) GetThresholdTransitUnprotected

func (m *TeLspOorStateInfo) GetThresholdTransitUnprotected() uint32

func (*TeLspOorStateInfo) GetTransitionDuration

func (m *TeLspOorStateInfo) GetTransitionDuration() uint32

func (*TeLspOorStateInfo) ProtoMessage

func (*TeLspOorStateInfo) ProtoMessage()

func (*TeLspOorStateInfo) Reset

func (m *TeLspOorStateInfo) Reset()

func (*TeLspOorStateInfo) String

func (m *TeLspOorStateInfo) String() string

func (*TeLspOorStateInfo) XXX_DiscardUnknown

func (m *TeLspOorStateInfo) XXX_DiscardUnknown()

func (*TeLspOorStateInfo) XXX_Marshal

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

func (*TeLspOorStateInfo) XXX_Merge

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

func (*TeLspOorStateInfo) XXX_Size

func (m *TeLspOorStateInfo) XXX_Size() int

func (*TeLspOorStateInfo) XXX_Unmarshal

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

type TeLspOorStats

type TeLspOorStats struct {
	Transitions             uint32   `protobuf:"varint,1,opt,name=transitions,proto3" json:"transitions,omitempty"`
	RejectedLsPsNumber      uint32   `protobuf:"varint,2,opt,name=rejected_ls_ps_number,json=rejectedLsPsNumber,proto3" json:"rejected_ls_ps_number,omitempty"`
	AcceptedLsPsNumber      uint32   `protobuf:"varint,3,opt,name=accepted_ls_ps_number,json=acceptedLsPsNumber,proto3" json:"accepted_ls_ps_number,omitempty"`
	AcceptedReoptLsPsNumber uint32   `` /* 137-byte string literal not displayed */
	RejectedReoptLsPsNumber uint32   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*TeLspOorStats) Descriptor

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

func (*TeLspOorStats) GetAcceptedLsPsNumber

func (m *TeLspOorStats) GetAcceptedLsPsNumber() uint32

func (*TeLspOorStats) GetAcceptedReoptLsPsNumber

func (m *TeLspOorStats) GetAcceptedReoptLsPsNumber() uint32

func (*TeLspOorStats) GetRejectedLsPsNumber

func (m *TeLspOorStats) GetRejectedLsPsNumber() uint32

func (*TeLspOorStats) GetRejectedReoptLsPsNumber

func (m *TeLspOorStats) GetRejectedReoptLsPsNumber() uint32

func (*TeLspOorStats) GetTransitions

func (m *TeLspOorStats) GetTransitions() uint32

func (*TeLspOorStats) ProtoMessage

func (*TeLspOorStats) ProtoMessage()

func (*TeLspOorStats) Reset

func (m *TeLspOorStats) Reset()

func (*TeLspOorStats) String

func (m *TeLspOorStats) String() string

func (*TeLspOorStats) XXX_DiscardUnknown

func (m *TeLspOorStats) XXX_DiscardUnknown()

func (*TeLspOorStats) XXX_Marshal

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

func (*TeLspOorStats) XXX_Merge

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

func (*TeLspOorStats) XXX_Size

func (m *TeLspOorStats) XXX_Size() int

func (*TeLspOorStats) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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