cisco_ios_xr_infra_xtc_oper_pce_paths_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-infra-xtc-oper:pce/paths/path

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PceAddrBag

type PceAddrBag struct {
	AddressFamily        uint32   `protobuf:"varint,1,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	Ipv4Prefix           string   `protobuf:"bytes,2,opt,name=ipv4_prefix,json=ipv4Prefix,proto3" json:"ipv4_prefix,omitempty"`
	Ipv6Prefix           string   `protobuf:"bytes,3,opt,name=ipv6_prefix,json=ipv6Prefix,proto3" json:"ipv6_prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PceAddrBag) Descriptor

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

func (*PceAddrBag) GetAddressFamily

func (m *PceAddrBag) GetAddressFamily() uint32

func (*PceAddrBag) GetIpv4Prefix

func (m *PceAddrBag) GetIpv4Prefix() string

func (*PceAddrBag) GetIpv6Prefix

func (m *PceAddrBag) GetIpv6Prefix() string

func (*PceAddrBag) ProtoMessage

func (*PceAddrBag) ProtoMessage()

func (*PceAddrBag) Reset

func (m *PceAddrBag) Reset()

func (*PceAddrBag) String

func (m *PceAddrBag) String() string

func (*PceAddrBag) XXX_DiscardUnknown

func (m *PceAddrBag) XXX_DiscardUnknown()

func (*PceAddrBag) XXX_Marshal

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

func (*PceAddrBag) XXX_Merge

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

func (*PceAddrBag) XXX_Size

func (m *PceAddrBag) XXX_Size() int

func (*PceAddrBag) XXX_Unmarshal

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

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 PcePathBag

type PcePathBag struct {
	Hops                 []*PceAddrBag  `protobuf:"bytes,50,rep,name=hops,proto3" json:"hops,omitempty"`
	Cost                 uint64         `protobuf:"varint,51,opt,name=cost,proto3" json:"cost,omitempty"`
	SourceXr             *PceIpAddrType `protobuf:"bytes,52,opt,name=source_xr,json=sourceXr,proto3" json:"source_xr,omitempty"`
	DestinationXr        *PceIpAddrType `protobuf:"bytes,53,opt,name=destination_xr,json=destinationXr,proto3" json:"destination_xr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PcePathBag) Descriptor

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

func (*PcePathBag) GetCost

func (m *PcePathBag) GetCost() uint64

func (*PcePathBag) GetDestinationXr

func (m *PcePathBag) GetDestinationXr() *PceIpAddrType

func (*PcePathBag) GetHops

func (m *PcePathBag) GetHops() []*PceAddrBag

func (*PcePathBag) GetSourceXr

func (m *PcePathBag) GetSourceXr() *PceIpAddrType

func (*PcePathBag) ProtoMessage

func (*PcePathBag) ProtoMessage()

func (*PcePathBag) Reset

func (m *PcePathBag) Reset()

func (*PcePathBag) String

func (m *PcePathBag) String() string

func (*PcePathBag) XXX_DiscardUnknown

func (m *PcePathBag) XXX_DiscardUnknown()

func (*PcePathBag) XXX_Marshal

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

func (*PcePathBag) XXX_Merge

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

func (*PcePathBag) XXX_Size

func (m *PcePathBag) XXX_Size() int

func (*PcePathBag) XXX_Unmarshal

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

type PcePathBag_KEYS

type PcePathBag_KEYS struct {
	Af                   uint32   `protobuf:"varint,1,opt,name=af,proto3" json:"af,omitempty"`
	Source               string   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Destination          string   `protobuf:"bytes,3,opt,name=destination,proto3" json:"destination,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PcePathBag_KEYS) Descriptor

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

func (*PcePathBag_KEYS) GetAf

func (m *PcePathBag_KEYS) GetAf() uint32

func (*PcePathBag_KEYS) GetDestination

func (m *PcePathBag_KEYS) GetDestination() string

func (*PcePathBag_KEYS) GetSource

func (m *PcePathBag_KEYS) GetSource() string

func (*PcePathBag_KEYS) ProtoMessage

func (*PcePathBag_KEYS) ProtoMessage()

func (*PcePathBag_KEYS) Reset

func (m *PcePathBag_KEYS) Reset()

func (*PcePathBag_KEYS) String

func (m *PcePathBag_KEYS) String() string

func (*PcePathBag_KEYS) XXX_DiscardUnknown

func (m *PcePathBag_KEYS) XXX_DiscardUnknown()

func (*PcePathBag_KEYS) XXX_Marshal

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

func (*PcePathBag_KEYS) XXX_Merge

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

func (*PcePathBag_KEYS) XXX_Size

func (m *PcePathBag_KEYS) XXX_Size() int

func (*PcePathBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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