cisco_ios_xr_mpls_te_oper_mpls_te_standby_path_protection_switchover_log

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-standby/path-protection/switchover-log

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TePpSwLogBag

type TePpSwLogBag struct {
	PathProtectionSwitchovers     uint32               `` /* 140-byte string literal not displayed */
	MaximumSwitchoverMillisec     uint32               `` /* 140-byte string literal not displayed */
	AverageSwitchoverMillisec     uint32               `` /* 140-byte string literal not displayed */
	PathProtectionSwitchoverEntry []*TePpSwLogEntryBag `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}             `json:"-"`
	XXX_unrecognized              []byte               `json:"-"`
	XXX_sizecache                 int32                `json:"-"`
}

func (*TePpSwLogBag) Descriptor

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

func (*TePpSwLogBag) GetAverageSwitchoverMillisec

func (m *TePpSwLogBag) GetAverageSwitchoverMillisec() uint32

func (*TePpSwLogBag) GetMaximumSwitchoverMillisec

func (m *TePpSwLogBag) GetMaximumSwitchoverMillisec() uint32

func (*TePpSwLogBag) GetPathProtectionSwitchoverEntry

func (m *TePpSwLogBag) GetPathProtectionSwitchoverEntry() []*TePpSwLogEntryBag

func (*TePpSwLogBag) GetPathProtectionSwitchovers

func (m *TePpSwLogBag) GetPathProtectionSwitchovers() uint32

func (*TePpSwLogBag) ProtoMessage

func (*TePpSwLogBag) ProtoMessage()

func (*TePpSwLogBag) Reset

func (m *TePpSwLogBag) Reset()

func (*TePpSwLogBag) String

func (m *TePpSwLogBag) String() string

func (*TePpSwLogBag) XXX_DiscardUnknown

func (m *TePpSwLogBag) XXX_DiscardUnknown()

func (*TePpSwLogBag) XXX_Marshal

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

func (*TePpSwLogBag) XXX_Merge

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

func (*TePpSwLogBag) XXX_Size

func (m *TePpSwLogBag) XXX_Size() int

func (*TePpSwLogBag) XXX_Unmarshal

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

type TePpSwLogBag_KEYS

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

func (*TePpSwLogBag_KEYS) Descriptor

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

func (*TePpSwLogBag_KEYS) ProtoMessage

func (*TePpSwLogBag_KEYS) ProtoMessage()

func (*TePpSwLogBag_KEYS) Reset

func (m *TePpSwLogBag_KEYS) Reset()

func (*TePpSwLogBag_KEYS) String

func (m *TePpSwLogBag_KEYS) String() string

func (*TePpSwLogBag_KEYS) XXX_DiscardUnknown

func (m *TePpSwLogBag_KEYS) XXX_DiscardUnknown()

func (*TePpSwLogBag_KEYS) XXX_Marshal

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

func (*TePpSwLogBag_KEYS) XXX_Merge

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

func (*TePpSwLogBag_KEYS) XXX_Size

func (m *TePpSwLogBag_KEYS) XXX_Size() int

func (*TePpSwLogBag_KEYS) XXX_Unmarshal

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

type TePpSwLogEntryBag

type TePpSwLogEntryBag struct {
	PathProtectionSwitchoverEventIndex uint32   `` /* 170-byte string literal not displayed */
	PathProtectionTunnelId             uint32   `` /* 132-byte string literal not displayed */
	FromLspId                          uint32   `protobuf:"varint,3,opt,name=from_lsp_id,json=fromLspId,proto3" json:"from_lsp_id,omitempty"`
	ToLspId                            uint32   `protobuf:"varint,4,opt,name=to_lsp_id,json=toLspId,proto3" json:"to_lsp_id,omitempty"`
	DateOfErrorDetection               uint32   `` /* 126-byte string literal not displayed */
	DateOfErrorDetectionMillisec       uint32   `` /* 152-byte string literal not displayed */
	SwitchoverDurationMillisec         uint32   `` /* 142-byte string literal not displayed */
	PathProtectionSwitchoverReason     string   `` /* 155-byte string literal not displayed */
	XXX_NoUnkeyedLiteral               struct{} `json:"-"`
	XXX_unrecognized                   []byte   `json:"-"`
	XXX_sizecache                      int32    `json:"-"`
}

func (*TePpSwLogEntryBag) Descriptor

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

func (*TePpSwLogEntryBag) GetDateOfErrorDetection

func (m *TePpSwLogEntryBag) GetDateOfErrorDetection() uint32

func (*TePpSwLogEntryBag) GetDateOfErrorDetectionMillisec

func (m *TePpSwLogEntryBag) GetDateOfErrorDetectionMillisec() uint32

func (*TePpSwLogEntryBag) GetFromLspId

func (m *TePpSwLogEntryBag) GetFromLspId() uint32

func (*TePpSwLogEntryBag) GetPathProtectionSwitchoverEventIndex

func (m *TePpSwLogEntryBag) GetPathProtectionSwitchoverEventIndex() uint32

func (*TePpSwLogEntryBag) GetPathProtectionSwitchoverReason

func (m *TePpSwLogEntryBag) GetPathProtectionSwitchoverReason() string

func (*TePpSwLogEntryBag) GetPathProtectionTunnelId

func (m *TePpSwLogEntryBag) GetPathProtectionTunnelId() uint32

func (*TePpSwLogEntryBag) GetSwitchoverDurationMillisec

func (m *TePpSwLogEntryBag) GetSwitchoverDurationMillisec() uint32

func (*TePpSwLogEntryBag) GetToLspId

func (m *TePpSwLogEntryBag) GetToLspId() uint32

func (*TePpSwLogEntryBag) ProtoMessage

func (*TePpSwLogEntryBag) ProtoMessage()

func (*TePpSwLogEntryBag) Reset

func (m *TePpSwLogEntryBag) Reset()

func (*TePpSwLogEntryBag) String

func (m *TePpSwLogEntryBag) String() string

func (*TePpSwLogEntryBag) XXX_DiscardUnknown

func (m *TePpSwLogEntryBag) XXX_DiscardUnknown()

func (*TePpSwLogEntryBag) XXX_Marshal

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

func (*TePpSwLogEntryBag) XXX_Merge

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

func (*TePpSwLogEntryBag) XXX_Size

func (m *TePpSwLogEntryBag) XXX_Size() int

func (*TePpSwLogEntryBag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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