cisco_ios_xr_infra_xtc_oper_pce_cspf_cspf_paths_cspf_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: 0

Documentation

Overview

Cisco-IOS-XR-infra-xtc-oper:pce/cspf/cspf-paths/cspf-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,1,rep,name=hops,proto3" json:"hops,omitempty"`
	Cost                 uint64         `protobuf:"varint,2,opt,name=cost,proto3" json:"cost,omitempty"`
	SourceXr             *PceIpAddrType `protobuf:"bytes,3,opt,name=source_xr,json=sourceXr,proto3" json:"source_xr,omitempty"`
	DestinationXr        *PceIpAddrType `protobuf:"bytes,4,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 PcePathListBag

type PcePathListBag struct {
	OutputPath           []*PcePathBag `protobuf:"bytes,50,rep,name=output_path,json=outputPath,proto3" json:"output_path,omitempty"`
	HeadendsSwapped      string        `protobuf:"bytes,51,opt,name=headends_swapped,json=headendsSwapped,proto3" json:"headends_swapped,omitempty"`
	CspfResult           string        `protobuf:"bytes,52,opt,name=cspf_result,json=cspfResult,proto3" json:"cspf_result,omitempty"`
	IterationsDone       uint32        `protobuf:"varint,53,opt,name=iterations_done,json=iterationsDone,proto3" json:"iterations_done,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*PcePathListBag) Descriptor

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

func (*PcePathListBag) GetCspfResult

func (m *PcePathListBag) GetCspfResult() string

func (*PcePathListBag) GetHeadendsSwapped

func (m *PcePathListBag) GetHeadendsSwapped() string

func (*PcePathListBag) GetIterationsDone

func (m *PcePathListBag) GetIterationsDone() uint32

func (*PcePathListBag) GetOutputPath

func (m *PcePathListBag) GetOutputPath() []*PcePathBag

func (*PcePathListBag) ProtoMessage

func (*PcePathListBag) ProtoMessage()

func (*PcePathListBag) Reset

func (m *PcePathListBag) Reset()

func (*PcePathListBag) String

func (m *PcePathListBag) String() string

func (*PcePathListBag) XXX_DiscardUnknown

func (m *PcePathListBag) XXX_DiscardUnknown()

func (*PcePathListBag) XXX_Marshal

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

func (*PcePathListBag) XXX_Merge

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

func (*PcePathListBag) XXX_Size

func (m *PcePathListBag) XXX_Size() int

func (*PcePathListBag) XXX_Unmarshal

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

type PcePathListBag_KEYS

type PcePathListBag_KEYS struct {
	Af                   uint32   `protobuf:"varint,1,opt,name=af,proto3" json:"af,omitempty"`
	Source1              string   `protobuf:"bytes,2,opt,name=source1,proto3" json:"source1,omitempty"`
	Destination1         string   `protobuf:"bytes,3,opt,name=destination1,proto3" json:"destination1,omitempty"`
	MetricType           uint32   `protobuf:"varint,4,opt,name=metric_type,json=metricType,proto3" json:"metric_type,omitempty"`
	Source2              string   `protobuf:"bytes,5,opt,name=source2,proto3" json:"source2,omitempty"`
	Destination2         string   `protobuf:"bytes,6,opt,name=destination2,proto3" json:"destination2,omitempty"`
	DisjointLevel        uint32   `protobuf:"varint,7,opt,name=disjoint_level,json=disjointLevel,proto3" json:"disjoint_level,omitempty"`
	DisjointStrict       uint32   `protobuf:"varint,8,opt,name=disjoint_strict,json=disjointStrict,proto3" json:"disjoint_strict,omitempty"`
	ShortestPath         uint32   `protobuf:"varint,9,opt,name=shortest_path,json=shortestPath,proto3" json:"shortest_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PcePathListBag_KEYS) Descriptor

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

func (*PcePathListBag_KEYS) GetAf

func (m *PcePathListBag_KEYS) GetAf() uint32

func (*PcePathListBag_KEYS) GetDestination1

func (m *PcePathListBag_KEYS) GetDestination1() string

func (*PcePathListBag_KEYS) GetDestination2

func (m *PcePathListBag_KEYS) GetDestination2() string

func (*PcePathListBag_KEYS) GetDisjointLevel

func (m *PcePathListBag_KEYS) GetDisjointLevel() uint32

func (*PcePathListBag_KEYS) GetDisjointStrict

func (m *PcePathListBag_KEYS) GetDisjointStrict() uint32

func (*PcePathListBag_KEYS) GetMetricType

func (m *PcePathListBag_KEYS) GetMetricType() uint32

func (*PcePathListBag_KEYS) GetShortestPath

func (m *PcePathListBag_KEYS) GetShortestPath() uint32

func (*PcePathListBag_KEYS) GetSource1

func (m *PcePathListBag_KEYS) GetSource1() string

func (*PcePathListBag_KEYS) GetSource2

func (m *PcePathListBag_KEYS) GetSource2() string

func (*PcePathListBag_KEYS) ProtoMessage

func (*PcePathListBag_KEYS) ProtoMessage()

func (*PcePathListBag_KEYS) Reset

func (m *PcePathListBag_KEYS) Reset()

func (*PcePathListBag_KEYS) String

func (m *PcePathListBag_KEYS) String() string

func (*PcePathListBag_KEYS) XXX_DiscardUnknown

func (m *PcePathListBag_KEYS) XXX_DiscardUnknown()

func (*PcePathListBag_KEYS) XXX_Marshal

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

func (*PcePathListBag_KEYS) XXX_Merge

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

func (*PcePathListBag_KEYS) XXX_Size

func (m *PcePathListBag_KEYS) XXX_Size() int

func (*PcePathListBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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