cisco_ios_xr_mpls_te_oper_mpls_te_auto_route_destination_entries_auto_route_destination_entry

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-mpls-te-oper:mpls-te/auto-route-destination-entries/auto-route-destination-entry

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeTunnelAutorouteDest

type TeTunnelAutorouteDest struct {
	PrefixAddress        string   `protobuf:"bytes,1,opt,name=prefix_address,json=prefixAddress,proto3" json:"prefix_address,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	Metric               uint32   `protobuf:"varint,3,opt,name=metric,proto3" json:"metric,omitempty"`
	InstallTime          uint32   `protobuf:"varint,4,opt,name=install_time,json=installTime,proto3" json:"install_time,omitempty"`
	InterfaceHandle      string   `protobuf:"bytes,5,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeTunnelAutorouteDest) Descriptor

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

func (*TeTunnelAutorouteDest) GetInstallTime

func (m *TeTunnelAutorouteDest) GetInstallTime() uint32

func (*TeTunnelAutorouteDest) GetInterfaceHandle

func (m *TeTunnelAutorouteDest) GetInterfaceHandle() string

func (*TeTunnelAutorouteDest) GetMetric

func (m *TeTunnelAutorouteDest) GetMetric() uint32

func (*TeTunnelAutorouteDest) GetPrefixAddress

func (m *TeTunnelAutorouteDest) GetPrefixAddress() string

func (*TeTunnelAutorouteDest) GetPrefixLength

func (m *TeTunnelAutorouteDest) GetPrefixLength() uint32

func (*TeTunnelAutorouteDest) ProtoMessage

func (*TeTunnelAutorouteDest) ProtoMessage()

func (*TeTunnelAutorouteDest) Reset

func (m *TeTunnelAutorouteDest) Reset()

func (*TeTunnelAutorouteDest) String

func (m *TeTunnelAutorouteDest) String() string

func (*TeTunnelAutorouteDest) XXX_DiscardUnknown

func (m *TeTunnelAutorouteDest) XXX_DiscardUnknown()

func (*TeTunnelAutorouteDest) XXX_Marshal

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

func (*TeTunnelAutorouteDest) XXX_Merge

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

func (*TeTunnelAutorouteDest) XXX_Size

func (m *TeTunnelAutorouteDest) XXX_Size() int

func (*TeTunnelAutorouteDest) XXX_Unmarshal

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

type TeTunnelAutorouteDestinations

type TeTunnelAutorouteDestinations struct {
	TunnelIdXr           uint32                   `protobuf:"varint,50,opt,name=tunnel_id_xr,json=tunnelIdXr,proto3" json:"tunnel_id_xr,omitempty"`
	TunnelAutorouteDest  []*TeTunnelAutorouteDest `protobuf:"bytes,51,rep,name=tunnel_autoroute_dest,json=tunnelAutorouteDest,proto3" json:"tunnel_autoroute_dest,omitempty"`
	TunnelName           string                   `protobuf:"bytes,52,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*TeTunnelAutorouteDestinations) Descriptor

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

func (*TeTunnelAutorouteDestinations) GetTunnelAutorouteDest

func (m *TeTunnelAutorouteDestinations) GetTunnelAutorouteDest() []*TeTunnelAutorouteDest

func (*TeTunnelAutorouteDestinations) GetTunnelIdXr

func (m *TeTunnelAutorouteDestinations) GetTunnelIdXr() uint32

func (*TeTunnelAutorouteDestinations) GetTunnelName

func (m *TeTunnelAutorouteDestinations) GetTunnelName() string

func (*TeTunnelAutorouteDestinations) ProtoMessage

func (*TeTunnelAutorouteDestinations) ProtoMessage()

func (*TeTunnelAutorouteDestinations) Reset

func (m *TeTunnelAutorouteDestinations) Reset()

func (*TeTunnelAutorouteDestinations) String

func (*TeTunnelAutorouteDestinations) XXX_DiscardUnknown

func (m *TeTunnelAutorouteDestinations) XXX_DiscardUnknown()

func (*TeTunnelAutorouteDestinations) XXX_Marshal

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

func (*TeTunnelAutorouteDestinations) XXX_Merge

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

func (*TeTunnelAutorouteDestinations) XXX_Size

func (m *TeTunnelAutorouteDestinations) XXX_Size() int

func (*TeTunnelAutorouteDestinations) XXX_Unmarshal

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

type TeTunnelAutorouteDestinations_KEYS

type TeTunnelAutorouteDestinations_KEYS struct {
	TunnelId             uint32   `protobuf:"varint,1,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeTunnelAutorouteDestinations_KEYS) Descriptor

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

func (*TeTunnelAutorouteDestinations_KEYS) GetTunnelId

func (m *TeTunnelAutorouteDestinations_KEYS) GetTunnelId() uint32

func (*TeTunnelAutorouteDestinations_KEYS) ProtoMessage

func (*TeTunnelAutorouteDestinations_KEYS) ProtoMessage()

func (*TeTunnelAutorouteDestinations_KEYS) Reset

func (*TeTunnelAutorouteDestinations_KEYS) String

func (*TeTunnelAutorouteDestinations_KEYS) XXX_DiscardUnknown

func (m *TeTunnelAutorouteDestinations_KEYS) XXX_DiscardUnknown()

func (*TeTunnelAutorouteDestinations_KEYS) XXX_Marshal

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

func (*TeTunnelAutorouteDestinations_KEYS) XXX_Merge

func (*TeTunnelAutorouteDestinations_KEYS) XXX_Size

func (*TeTunnelAutorouteDestinations_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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