cisco_ios_xr_mpls_lsd_oper_mpls_lsd_frr_database_tunnel_heads_tunnel_head

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-lsd-oper:mpls-lsd/frr-database/tunnel-heads/tunnel-head

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsLsdFrrDbEntry

type MplsLsdFrrDbEntry struct {
	FrrEntryId           *MplsLsdFrrDbEntryGenId `protobuf:"bytes,50,opt,name=frr_entry_id,json=frrEntryId,proto3" json:"frr_entry_id,omitempty"`
	TunnelInterface      string                  `protobuf:"bytes,51,opt,name=tunnel_interface,json=tunnelInterface,proto3" json:"tunnel_interface,omitempty"`
	InputLabel           uint32                  `protobuf:"varint,52,opt,name=input_label,json=inputLabel,proto3" json:"input_label,omitempty"`
	OutPath              []*MplsLsdFrrOutPath    `protobuf:"bytes,53,rep,name=out_path,json=outPath,proto3" json:"out_path,omitempty"`
	EntryFrrState        string                  `protobuf:"bytes,54,opt,name=entry_frr_state,json=entryFrrState,proto3" json:"entry_frr_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*MplsLsdFrrDbEntry) Descriptor

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

func (*MplsLsdFrrDbEntry) GetEntryFrrState

func (m *MplsLsdFrrDbEntry) GetEntryFrrState() string

func (*MplsLsdFrrDbEntry) GetFrrEntryId

func (m *MplsLsdFrrDbEntry) GetFrrEntryId() *MplsLsdFrrDbEntryGenId

func (*MplsLsdFrrDbEntry) GetInputLabel

func (m *MplsLsdFrrDbEntry) GetInputLabel() uint32

func (*MplsLsdFrrDbEntry) GetOutPath

func (m *MplsLsdFrrDbEntry) GetOutPath() []*MplsLsdFrrOutPath

func (*MplsLsdFrrDbEntry) GetTunnelInterface

func (m *MplsLsdFrrDbEntry) GetTunnelInterface() string

func (*MplsLsdFrrDbEntry) ProtoMessage

func (*MplsLsdFrrDbEntry) ProtoMessage()

func (*MplsLsdFrrDbEntry) Reset

func (m *MplsLsdFrrDbEntry) Reset()

func (*MplsLsdFrrDbEntry) String

func (m *MplsLsdFrrDbEntry) String() string

func (*MplsLsdFrrDbEntry) XXX_DiscardUnknown

func (m *MplsLsdFrrDbEntry) XXX_DiscardUnknown()

func (*MplsLsdFrrDbEntry) XXX_Marshal

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

func (*MplsLsdFrrDbEntry) XXX_Merge

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

func (*MplsLsdFrrDbEntry) XXX_Size

func (m *MplsLsdFrrDbEntry) XXX_Size() int

func (*MplsLsdFrrDbEntry) XXX_Unmarshal

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

type MplsLsdFrrDbEntryGenId

type MplsLsdFrrDbEntryGenId struct {
	Role                 string                   `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	Head                 *MplsLsdFrrDbEntryHeadId `protobuf:"bytes,2,opt,name=head,proto3" json:"head,omitempty"`
	Midpoint             *MplsLsdFrrDbEntryMidId  `protobuf:"bytes,3,opt,name=midpoint,proto3" json:"midpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MplsLsdFrrDbEntryGenId) Descriptor

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

func (*MplsLsdFrrDbEntryGenId) GetHead

func (*MplsLsdFrrDbEntryGenId) GetMidpoint

func (*MplsLsdFrrDbEntryGenId) GetRole

func (m *MplsLsdFrrDbEntryGenId) GetRole() string

func (*MplsLsdFrrDbEntryGenId) ProtoMessage

func (*MplsLsdFrrDbEntryGenId) ProtoMessage()

func (*MplsLsdFrrDbEntryGenId) Reset

func (m *MplsLsdFrrDbEntryGenId) Reset()

func (*MplsLsdFrrDbEntryGenId) String

func (m *MplsLsdFrrDbEntryGenId) String() string

func (*MplsLsdFrrDbEntryGenId) XXX_DiscardUnknown

func (m *MplsLsdFrrDbEntryGenId) XXX_DiscardUnknown()

func (*MplsLsdFrrDbEntryGenId) XXX_Marshal

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

func (*MplsLsdFrrDbEntryGenId) XXX_Merge

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

func (*MplsLsdFrrDbEntryGenId) XXX_Size

func (m *MplsLsdFrrDbEntryGenId) XXX_Size() int

func (*MplsLsdFrrDbEntryGenId) XXX_Unmarshal

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

type MplsLsdFrrDbEntryHeadId

type MplsLsdFrrDbEntryHeadId struct {
	DestinationPrefix       string   `protobuf:"bytes,1,opt,name=destination_prefix,json=destinationPrefix,proto3" json:"destination_prefix,omitempty"`
	DestinationPrefixLength uint32   `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*MplsLsdFrrDbEntryHeadId) Descriptor

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

func (*MplsLsdFrrDbEntryHeadId) GetDestinationPrefix

func (m *MplsLsdFrrDbEntryHeadId) GetDestinationPrefix() string

func (*MplsLsdFrrDbEntryHeadId) GetDestinationPrefixLength

func (m *MplsLsdFrrDbEntryHeadId) GetDestinationPrefixLength() uint32

func (*MplsLsdFrrDbEntryHeadId) ProtoMessage

func (*MplsLsdFrrDbEntryHeadId) ProtoMessage()

func (*MplsLsdFrrDbEntryHeadId) Reset

func (m *MplsLsdFrrDbEntryHeadId) Reset()

func (*MplsLsdFrrDbEntryHeadId) String

func (m *MplsLsdFrrDbEntryHeadId) String() string

func (*MplsLsdFrrDbEntryHeadId) XXX_DiscardUnknown

func (m *MplsLsdFrrDbEntryHeadId) XXX_DiscardUnknown()

func (*MplsLsdFrrDbEntryHeadId) XXX_Marshal

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

func (*MplsLsdFrrDbEntryHeadId) XXX_Merge

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

func (*MplsLsdFrrDbEntryHeadId) XXX_Size

func (m *MplsLsdFrrDbEntryHeadId) XXX_Size() int

func (*MplsLsdFrrDbEntryHeadId) XXX_Unmarshal

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

type MplsLsdFrrDbEntryMidId

type MplsLsdFrrDbEntryMidId struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	Lspid                uint32   `protobuf:"varint,2,opt,name=lspid,proto3" json:"lspid,omitempty"`
	TunnelId             uint32   `protobuf:"varint,3,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdFrrDbEntryMidId) Descriptor

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

func (*MplsLsdFrrDbEntryMidId) GetLspid

func (m *MplsLsdFrrDbEntryMidId) GetLspid() uint32

func (*MplsLsdFrrDbEntryMidId) GetSourceAddress

func (m *MplsLsdFrrDbEntryMidId) GetSourceAddress() string

func (*MplsLsdFrrDbEntryMidId) GetTunnelId

func (m *MplsLsdFrrDbEntryMidId) GetTunnelId() uint32

func (*MplsLsdFrrDbEntryMidId) ProtoMessage

func (*MplsLsdFrrDbEntryMidId) ProtoMessage()

func (*MplsLsdFrrDbEntryMidId) Reset

func (m *MplsLsdFrrDbEntryMidId) Reset()

func (*MplsLsdFrrDbEntryMidId) String

func (m *MplsLsdFrrDbEntryMidId) String() string

func (*MplsLsdFrrDbEntryMidId) XXX_DiscardUnknown

func (m *MplsLsdFrrDbEntryMidId) XXX_DiscardUnknown()

func (*MplsLsdFrrDbEntryMidId) XXX_Marshal

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

func (*MplsLsdFrrDbEntryMidId) XXX_Merge

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

func (*MplsLsdFrrDbEntryMidId) XXX_Size

func (m *MplsLsdFrrDbEntryMidId) XXX_Size() int

func (*MplsLsdFrrDbEntryMidId) XXX_Unmarshal

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

type MplsLsdFrrDbEntry_KEYS

type MplsLsdFrrDbEntry_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdFrrDbEntry_KEYS) Descriptor

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

func (*MplsLsdFrrDbEntry_KEYS) GetInterfaceName

func (m *MplsLsdFrrDbEntry_KEYS) GetInterfaceName() string

func (*MplsLsdFrrDbEntry_KEYS) ProtoMessage

func (*MplsLsdFrrDbEntry_KEYS) ProtoMessage()

func (*MplsLsdFrrDbEntry_KEYS) Reset

func (m *MplsLsdFrrDbEntry_KEYS) Reset()

func (*MplsLsdFrrDbEntry_KEYS) String

func (m *MplsLsdFrrDbEntry_KEYS) String() string

func (*MplsLsdFrrDbEntry_KEYS) XXX_DiscardUnknown

func (m *MplsLsdFrrDbEntry_KEYS) XXX_DiscardUnknown()

func (*MplsLsdFrrDbEntry_KEYS) XXX_Marshal

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

func (*MplsLsdFrrDbEntry_KEYS) XXX_Merge

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

func (*MplsLsdFrrDbEntry_KEYS) XXX_Size

func (m *MplsLsdFrrDbEntry_KEYS) XXX_Size() int

func (*MplsLsdFrrDbEntry_KEYS) XXX_Unmarshal

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

type MplsLsdFrrOutPath

type MplsLsdFrrOutPath struct {
	OutInterface         string   `protobuf:"bytes,1,opt,name=out_interface,json=outInterface,proto3" json:"out_interface,omitempty"`
	OutLabel             uint32   `protobuf:"varint,2,opt,name=out_label,json=outLabel,proto3" json:"out_label,omitempty"`
	Ipv4NextHop          string   `protobuf:"bytes,3,opt,name=ipv4_next_hop,json=ipv4NextHop,proto3" json:"ipv4_next_hop,omitempty"`
	FrrInterface         string   `protobuf:"bytes,4,opt,name=frr_interface,json=frrInterface,proto3" json:"frr_interface,omitempty"`
	FrrLabel             uint32   `protobuf:"varint,5,opt,name=frr_label,json=frrLabel,proto3" json:"frr_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdFrrOutPath) Descriptor

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

func (*MplsLsdFrrOutPath) GetFrrInterface

func (m *MplsLsdFrrOutPath) GetFrrInterface() string

func (*MplsLsdFrrOutPath) GetFrrLabel

func (m *MplsLsdFrrOutPath) GetFrrLabel() uint32

func (*MplsLsdFrrOutPath) GetIpv4NextHop

func (m *MplsLsdFrrOutPath) GetIpv4NextHop() string

func (*MplsLsdFrrOutPath) GetOutInterface

func (m *MplsLsdFrrOutPath) GetOutInterface() string

func (*MplsLsdFrrOutPath) GetOutLabel

func (m *MplsLsdFrrOutPath) GetOutLabel() uint32

func (*MplsLsdFrrOutPath) ProtoMessage

func (*MplsLsdFrrOutPath) ProtoMessage()

func (*MplsLsdFrrOutPath) Reset

func (m *MplsLsdFrrOutPath) Reset()

func (*MplsLsdFrrOutPath) String

func (m *MplsLsdFrrOutPath) String() string

func (*MplsLsdFrrOutPath) XXX_DiscardUnknown

func (m *MplsLsdFrrOutPath) XXX_DiscardUnknown()

func (*MplsLsdFrrOutPath) XXX_Marshal

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

func (*MplsLsdFrrOutPath) XXX_Merge

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

func (*MplsLsdFrrOutPath) XXX_Size

func (m *MplsLsdFrrOutPath) XXX_Size() int

func (*MplsLsdFrrOutPath) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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