cisco_ios_xr_infra_xtc_oper_pce_tunnel_infos_tunnel_info

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-infra-xtc-oper:pce/tunnel-infos/tunnel-info

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PceIpAddrType

type PceIpAddrType struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4                 string   `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PceIpAddrType) Descriptor

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

func (*PceIpAddrType) GetAfName

func (m *PceIpAddrType) GetAfName() string

func (*PceIpAddrType) GetIpv4

func (m *PceIpAddrType) GetIpv4() string

func (*PceIpAddrType) GetIpv6

func (m *PceIpAddrType) GetIpv6() string

func (*PceIpAddrType) ProtoMessage

func (*PceIpAddrType) ProtoMessage()

func (*PceIpAddrType) Reset

func (m *PceIpAddrType) Reset()

func (*PceIpAddrType) String

func (m *PceIpAddrType) String() string

func (*PceIpAddrType) XXX_DiscardUnknown

func (m *PceIpAddrType) XXX_DiscardUnknown()

func (*PceIpAddrType) XXX_Marshal

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

func (*PceIpAddrType) XXX_Merge

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

func (*PceIpAddrType) XXX_Size

func (m *PceIpAddrType) XXX_Size() int

func (*PceIpAddrType) XXX_Unmarshal

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

type PceLspInfo

type PceLspInfo struct {
	SourceAddress        *PceIpAddrType `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	DestinationAddress   *PceIpAddrType `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	TunnelId             uint32         `protobuf:"varint,3,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	Lspid                uint32         `protobuf:"varint,4,opt,name=lspid,proto3" json:"lspid,omitempty"`
	BindingSid           uint32         `protobuf:"varint,5,opt,name=binding_sid,json=bindingSid,proto3" json:"binding_sid,omitempty"`
	LspSetupType         string         `protobuf:"bytes,6,opt,name=lsp_setup_type,json=lspSetupType,proto3" json:"lsp_setup_type,omitempty"`
	OperationalState     string         `protobuf:"bytes,7,opt,name=operational_state,json=operationalState,proto3" json:"operational_state,omitempty"`
	AdministrativeState  string         `protobuf:"bytes,8,opt,name=administrative_state,json=administrativeState,proto3" json:"administrative_state,omitempty"`
	Msd                  uint32         `protobuf:"varint,9,opt,name=msd,proto3" json:"msd,omitempty"`
	AbsoluteMargin       uint32         `protobuf:"varint,10,opt,name=absolute_margin,json=absoluteMargin,proto3" json:"absolute_margin,omitempty"`
	RelativeMargin       uint32         `protobuf:"varint,11,opt,name=relative_margin,json=relativeMargin,proto3" json:"relative_margin,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PceLspInfo) Descriptor

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

func (*PceLspInfo) GetAbsoluteMargin

func (m *PceLspInfo) GetAbsoluteMargin() uint32

func (*PceLspInfo) GetAdministrativeState

func (m *PceLspInfo) GetAdministrativeState() string

func (*PceLspInfo) GetBindingSid

func (m *PceLspInfo) GetBindingSid() uint32

func (*PceLspInfo) GetDestinationAddress

func (m *PceLspInfo) GetDestinationAddress() *PceIpAddrType

func (*PceLspInfo) GetLspSetupType

func (m *PceLspInfo) GetLspSetupType() string

func (*PceLspInfo) GetLspid

func (m *PceLspInfo) GetLspid() uint32

func (*PceLspInfo) GetMsd

func (m *PceLspInfo) GetMsd() uint32

func (*PceLspInfo) GetOperationalState

func (m *PceLspInfo) GetOperationalState() string

func (*PceLspInfo) GetRelativeMargin

func (m *PceLspInfo) GetRelativeMargin() uint32

func (*PceLspInfo) GetSourceAddress

func (m *PceLspInfo) GetSourceAddress() *PceIpAddrType

func (*PceLspInfo) GetTunnelId

func (m *PceLspInfo) GetTunnelId() uint32

func (*PceLspInfo) ProtoMessage

func (*PceLspInfo) ProtoMessage()

func (*PceLspInfo) Reset

func (m *PceLspInfo) Reset()

func (*PceLspInfo) String

func (m *PceLspInfo) String() string

func (*PceLspInfo) XXX_DiscardUnknown

func (m *PceLspInfo) XXX_DiscardUnknown()

func (*PceLspInfo) XXX_Marshal

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

func (*PceLspInfo) XXX_Merge

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

func (*PceLspInfo) XXX_Size

func (m *PceLspInfo) XXX_Size() int

func (*PceLspInfo) XXX_Unmarshal

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

type PceTunBag

type PceTunBag struct {
	PccAddress           *PceIpAddrType `protobuf:"bytes,50,opt,name=pcc_address,json=pccAddress,proto3" json:"pcc_address,omitempty"`
	TunnelNameXr         string         `protobuf:"bytes,51,opt,name=tunnel_name_xr,json=tunnelNameXr,proto3" json:"tunnel_name_xr,omitempty"`
	BriefLspInformation  []*PceLspInfo  `protobuf:"bytes,52,rep,name=brief_lsp_information,json=briefLspInformation,proto3" json:"brief_lsp_information,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PceTunBag) Descriptor

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

func (*PceTunBag) GetBriefLspInformation

func (m *PceTunBag) GetBriefLspInformation() []*PceLspInfo

func (*PceTunBag) GetPccAddress

func (m *PceTunBag) GetPccAddress() *PceIpAddrType

func (*PceTunBag) GetTunnelNameXr

func (m *PceTunBag) GetTunnelNameXr() string

func (*PceTunBag) ProtoMessage

func (*PceTunBag) ProtoMessage()

func (*PceTunBag) Reset

func (m *PceTunBag) Reset()

func (*PceTunBag) String

func (m *PceTunBag) String() string

func (*PceTunBag) XXX_DiscardUnknown

func (m *PceTunBag) XXX_DiscardUnknown()

func (*PceTunBag) XXX_Marshal

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

func (*PceTunBag) XXX_Merge

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

func (*PceTunBag) XXX_Size

func (m *PceTunBag) XXX_Size() int

func (*PceTunBag) XXX_Unmarshal

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

type PceTunBag_KEYS

type PceTunBag_KEYS struct {
	PeerAddress          string   `protobuf:"bytes,1,opt,name=peer_address,json=peerAddress,proto3" json:"peer_address,omitempty"`
	PlspId               uint32   `protobuf:"varint,2,opt,name=plsp_id,json=plspId,proto3" json:"plsp_id,omitempty"`
	TunnelName           string   `protobuf:"bytes,3,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PceTunBag_KEYS) Descriptor

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

func (*PceTunBag_KEYS) GetPeerAddress

func (m *PceTunBag_KEYS) GetPeerAddress() string

func (*PceTunBag_KEYS) GetPlspId

func (m *PceTunBag_KEYS) GetPlspId() uint32

func (*PceTunBag_KEYS) GetTunnelName

func (m *PceTunBag_KEYS) GetTunnelName() string

func (*PceTunBag_KEYS) ProtoMessage

func (*PceTunBag_KEYS) ProtoMessage()

func (*PceTunBag_KEYS) Reset

func (m *PceTunBag_KEYS) Reset()

func (*PceTunBag_KEYS) String

func (m *PceTunBag_KEYS) String() string

func (*PceTunBag_KEYS) XXX_DiscardUnknown

func (m *PceTunBag_KEYS) XXX_DiscardUnknown()

func (*PceTunBag_KEYS) XXX_Marshal

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

func (*PceTunBag_KEYS) XXX_Merge

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

func (*PceTunBag_KEYS) XXX_Size

func (m *PceTunBag_KEYS) XXX_Size() int

func (*PceTunBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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