cisco_ios_xr_l2vpn_oper_l2vpnv2_nodes_node_preferred_paths_preferred_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-l2vpn-oper:l2vpnv2/nodes/node/preferred-paths/preferred-path

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VpnPreferredPath

type L2VpnPreferredPath struct {
	Type                 string    `protobuf:"bytes,50,opt,name=type,proto3" json:"type,omitempty"`
	InterfaceNameXr      string    `protobuf:"bytes,51,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	TotalBandwidth       uint32    `protobuf:"varint,52,opt,name=total_bandwidth,json=totalBandwidth,proto3" json:"total_bandwidth,omitempty"`
	AvailableBandwidth   uint32    `protobuf:"varint,53,opt,name=available_bandwidth,json=availableBandwidth,proto3" json:"available_bandwidth,omitempty"`
	ReservedBandwidth    uint32    `protobuf:"varint,54,opt,name=reserved_bandwidth,json=reservedBandwidth,proto3" json:"reserved_bandwidth,omitempty"`
	VirtualCircuit       []*VcInfo `protobuf:"bytes,55,rep,name=virtual_circuit,json=virtualCircuit,proto3" json:"virtual_circuit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*L2VpnPreferredPath) Descriptor

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

func (*L2VpnPreferredPath) GetAvailableBandwidth

func (m *L2VpnPreferredPath) GetAvailableBandwidth() uint32

func (*L2VpnPreferredPath) GetInterfaceNameXr

func (m *L2VpnPreferredPath) GetInterfaceNameXr() string

func (*L2VpnPreferredPath) GetReservedBandwidth

func (m *L2VpnPreferredPath) GetReservedBandwidth() uint32

func (*L2VpnPreferredPath) GetTotalBandwidth

func (m *L2VpnPreferredPath) GetTotalBandwidth() uint32

func (*L2VpnPreferredPath) GetType

func (m *L2VpnPreferredPath) GetType() string

func (*L2VpnPreferredPath) GetVirtualCircuit

func (m *L2VpnPreferredPath) GetVirtualCircuit() []*VcInfo

func (*L2VpnPreferredPath) ProtoMessage

func (*L2VpnPreferredPath) ProtoMessage()

func (*L2VpnPreferredPath) Reset

func (m *L2VpnPreferredPath) Reset()

func (*L2VpnPreferredPath) String

func (m *L2VpnPreferredPath) String() string

func (*L2VpnPreferredPath) XXX_DiscardUnknown

func (m *L2VpnPreferredPath) XXX_DiscardUnknown()

func (*L2VpnPreferredPath) XXX_Marshal

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

func (*L2VpnPreferredPath) XXX_Merge

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

func (*L2VpnPreferredPath) XXX_Size

func (m *L2VpnPreferredPath) XXX_Size() int

func (*L2VpnPreferredPath) XXX_Unmarshal

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

type L2VpnPreferredPath_KEYS

type L2VpnPreferredPath_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	PreferredType        string   `protobuf:"bytes,2,opt,name=preferred_type,json=preferredType,proto3" json:"preferred_type,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnPreferredPath_KEYS) Descriptor

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

func (*L2VpnPreferredPath_KEYS) GetInterfaceName

func (m *L2VpnPreferredPath_KEYS) GetInterfaceName() string

func (*L2VpnPreferredPath_KEYS) GetNodeId

func (m *L2VpnPreferredPath_KEYS) GetNodeId() string

func (*L2VpnPreferredPath_KEYS) GetPreferredType

func (m *L2VpnPreferredPath_KEYS) GetPreferredType() string

func (*L2VpnPreferredPath_KEYS) ProtoMessage

func (*L2VpnPreferredPath_KEYS) ProtoMessage()

func (*L2VpnPreferredPath_KEYS) Reset

func (m *L2VpnPreferredPath_KEYS) Reset()

func (*L2VpnPreferredPath_KEYS) String

func (m *L2VpnPreferredPath_KEYS) String() string

func (*L2VpnPreferredPath_KEYS) XXX_DiscardUnknown

func (m *L2VpnPreferredPath_KEYS) XXX_DiscardUnknown()

func (*L2VpnPreferredPath_KEYS) XXX_Marshal

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

func (*L2VpnPreferredPath_KEYS) XXX_Merge

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

func (*L2VpnPreferredPath_KEYS) XXX_Size

func (m *L2VpnPreferredPath_KEYS) XXX_Size() int

func (*L2VpnPreferredPath_KEYS) XXX_Unmarshal

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

type VcInfo

type VcInfo struct {
	PeerId               string   `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	SourceAddress        string   `protobuf:"bytes,2,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	PwidType             string   `protobuf:"bytes,3,opt,name=pwid_type,json=pwidType,proto3" json:"pwid_type,omitempty"`
	Pwid                 uint64   `protobuf:"varint,4,opt,name=pwid,proto3" json:"pwid,omitempty"`
	FeCtype              string   `protobuf:"bytes,5,opt,name=fe_ctype,json=feCtype,proto3" json:"fe_ctype,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VcInfo) Descriptor

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

func (*VcInfo) GetFeCtype

func (m *VcInfo) GetFeCtype() string

func (*VcInfo) GetPeerId

func (m *VcInfo) GetPeerId() string

func (*VcInfo) GetPwid

func (m *VcInfo) GetPwid() uint64

func (*VcInfo) GetPwidType

func (m *VcInfo) GetPwidType() string

func (*VcInfo) GetSourceAddress

func (m *VcInfo) GetSourceAddress() string

func (*VcInfo) ProtoMessage

func (*VcInfo) ProtoMessage()

func (*VcInfo) Reset

func (m *VcInfo) Reset()

func (*VcInfo) String

func (m *VcInfo) String() string

func (*VcInfo) XXX_DiscardUnknown

func (m *VcInfo) XXX_DiscardUnknown()

func (*VcInfo) XXX_Marshal

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

func (*VcInfo) XXX_Merge

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

func (*VcInfo) XXX_Size

func (m *VcInfo) XXX_Size() int

func (*VcInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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