cisco_ios_xr_man_ipsla_oper_ipsla_operation_data_operations_operation_lpd_status_lpd_paths_lpd_path

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-man-ipsla-oper:ipsla/operation-data/operations/operation/lpd/status/lpd-paths/lpd-path

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpslaLpdPathIdBag

type IpslaLpdPathIdBag struct {
	LspSelector          string   `protobuf:"bytes,1,opt,name=lsp_selector,json=lspSelector,proto3" json:"lsp_selector,omitempty"`
	OutputInterface      string   `protobuf:"bytes,2,opt,name=output_interface,json=outputInterface,proto3" json:"output_interface,omitempty"`
	NexthopAddress       string   `protobuf:"bytes,3,opt,name=nexthop_address,json=nexthopAddress,proto3" json:"nexthop_address,omitempty"`
	DownstreamLabel      []uint32 `protobuf:"varint,4,rep,packed,name=downstream_label,json=downstreamLabel,proto3" json:"downstream_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpslaLpdPathIdBag) Descriptor

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

func (*IpslaLpdPathIdBag) GetDownstreamLabel

func (m *IpslaLpdPathIdBag) GetDownstreamLabel() []uint32

func (*IpslaLpdPathIdBag) GetLspSelector

func (m *IpslaLpdPathIdBag) GetLspSelector() string

func (*IpslaLpdPathIdBag) GetNexthopAddress

func (m *IpslaLpdPathIdBag) GetNexthopAddress() string

func (*IpslaLpdPathIdBag) GetOutputInterface

func (m *IpslaLpdPathIdBag) GetOutputInterface() string

func (*IpslaLpdPathIdBag) ProtoMessage

func (*IpslaLpdPathIdBag) ProtoMessage()

func (*IpslaLpdPathIdBag) Reset

func (m *IpslaLpdPathIdBag) Reset()

func (*IpslaLpdPathIdBag) String

func (m *IpslaLpdPathIdBag) String() string

func (*IpslaLpdPathIdBag) XXX_DiscardUnknown

func (m *IpslaLpdPathIdBag) XXX_DiscardUnknown()

func (*IpslaLpdPathIdBag) XXX_Marshal

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

func (*IpslaLpdPathIdBag) XXX_Merge

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

func (*IpslaLpdPathIdBag) XXX_Size

func (m *IpslaLpdPathIdBag) XXX_Size() int

func (*IpslaLpdPathIdBag) XXX_Unmarshal

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

type IpslaLpdPathStateBag

type IpslaLpdPathStateBag struct {
	PathId               *IpslaLpdPathIdBag `protobuf:"bytes,50,opt,name=path_id,json=pathId,proto3" json:"path_id,omitempty"`
	PathStatus           string             `protobuf:"bytes,51,opt,name=path_status,json=pathStatus,proto3" json:"path_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*IpslaLpdPathStateBag) Descriptor

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

func (*IpslaLpdPathStateBag) GetPathId

func (m *IpslaLpdPathStateBag) GetPathId() *IpslaLpdPathIdBag

func (*IpslaLpdPathStateBag) GetPathStatus

func (m *IpslaLpdPathStateBag) GetPathStatus() string

func (*IpslaLpdPathStateBag) ProtoMessage

func (*IpslaLpdPathStateBag) ProtoMessage()

func (*IpslaLpdPathStateBag) Reset

func (m *IpslaLpdPathStateBag) Reset()

func (*IpslaLpdPathStateBag) String

func (m *IpslaLpdPathStateBag) String() string

func (*IpslaLpdPathStateBag) XXX_DiscardUnknown

func (m *IpslaLpdPathStateBag) XXX_DiscardUnknown()

func (*IpslaLpdPathStateBag) XXX_Marshal

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

func (*IpslaLpdPathStateBag) XXX_Merge

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

func (*IpslaLpdPathStateBag) XXX_Size

func (m *IpslaLpdPathStateBag) XXX_Size() int

func (*IpslaLpdPathStateBag) XXX_Unmarshal

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

type IpslaLpdPathStateBag_KEYS

type IpslaLpdPathStateBag_KEYS struct {
	OperationId          uint32   `protobuf:"varint,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	PathIndex            uint32   `protobuf:"varint,2,opt,name=path_index,json=pathIndex,proto3" json:"path_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpslaLpdPathStateBag_KEYS) Descriptor

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

func (*IpslaLpdPathStateBag_KEYS) GetOperationId

func (m *IpslaLpdPathStateBag_KEYS) GetOperationId() uint32

func (*IpslaLpdPathStateBag_KEYS) GetPathIndex

func (m *IpslaLpdPathStateBag_KEYS) GetPathIndex() uint32

func (*IpslaLpdPathStateBag_KEYS) ProtoMessage

func (*IpslaLpdPathStateBag_KEYS) ProtoMessage()

func (*IpslaLpdPathStateBag_KEYS) Reset

func (m *IpslaLpdPathStateBag_KEYS) Reset()

func (*IpslaLpdPathStateBag_KEYS) String

func (m *IpslaLpdPathStateBag_KEYS) String() string

func (*IpslaLpdPathStateBag_KEYS) XXX_DiscardUnknown

func (m *IpslaLpdPathStateBag_KEYS) XXX_DiscardUnknown()

func (*IpslaLpdPathStateBag_KEYS) XXX_Marshal

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

func (*IpslaLpdPathStateBag_KEYS) XXX_Merge

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

func (*IpslaLpdPathStateBag_KEYS) XXX_Size

func (m *IpslaLpdPathStateBag_KEYS) XXX_Size() int

func (*IpslaLpdPathStateBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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