cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_active_vrfs_vrf_afs_af_interfaces_interface

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-ldp-oper:mpls-ldp/global/active/vrfs/vrf/afs/af/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpIntf

type LdpIntf struct {
	Interface            string              `protobuf:"bytes,50,opt,name=interface,proto3" json:"interface,omitempty"`
	InterfaceNameXr      string              `protobuf:"bytes,51,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	Vrf                  *LdpVrfInfo         `protobuf:"bytes,52,opt,name=vrf,proto3" json:"vrf,omitempty"`
	LdpEnabled           bool                `protobuf:"varint,53,opt,name=ldp_enabled,json=ldpEnabled,proto3" json:"ldp_enabled,omitempty"`
	IsImStale            bool                `protobuf:"varint,54,opt,name=is_im_stale,json=isImStale,proto3" json:"is_im_stale,omitempty"`
	LdpConfigMode        bool                `protobuf:"varint,55,opt,name=ldp_config_mode,json=ldpConfigMode,proto3" json:"ldp_config_mode,omitempty"`
	LdpAutoconfigDisable bool                `protobuf:"varint,56,opt,name=ldp_autoconfig_disable,json=ldpAutoconfigDisable,proto3" json:"ldp_autoconfig_disable,omitempty"`
	TeMeshGrp            []*LdpIntfTeMeshGrp `protobuf:"bytes,57,rep,name=te_mesh_grp,json=teMeshGrp,proto3" json:"te_mesh_grp,omitempty"`
	AutoConfig           []*LdpIntfAutocfg   `protobuf:"bytes,58,rep,name=auto_config,json=autoConfig,proto3" json:"auto_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*LdpIntf) Descriptor

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

func (*LdpIntf) GetAutoConfig

func (m *LdpIntf) GetAutoConfig() []*LdpIntfAutocfg

func (*LdpIntf) GetInterface

func (m *LdpIntf) GetInterface() string

func (*LdpIntf) GetInterfaceNameXr

func (m *LdpIntf) GetInterfaceNameXr() string

func (*LdpIntf) GetIsImStale

func (m *LdpIntf) GetIsImStale() bool

func (*LdpIntf) GetLdpAutoconfigDisable

func (m *LdpIntf) GetLdpAutoconfigDisable() bool

func (*LdpIntf) GetLdpConfigMode

func (m *LdpIntf) GetLdpConfigMode() bool

func (*LdpIntf) GetLdpEnabled

func (m *LdpIntf) GetLdpEnabled() bool

func (*LdpIntf) GetTeMeshGrp

func (m *LdpIntf) GetTeMeshGrp() []*LdpIntfTeMeshGrp

func (*LdpIntf) GetVrf

func (m *LdpIntf) GetVrf() *LdpVrfInfo

func (*LdpIntf) ProtoMessage

func (*LdpIntf) ProtoMessage()

func (*LdpIntf) Reset

func (m *LdpIntf) Reset()

func (*LdpIntf) String

func (m *LdpIntf) String() string

func (*LdpIntf) XXX_DiscardUnknown

func (m *LdpIntf) XXX_DiscardUnknown()

func (*LdpIntf) XXX_Marshal

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

func (*LdpIntf) XXX_Merge

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

func (*LdpIntf) XXX_Size

func (m *LdpIntf) XXX_Size() int

func (*LdpIntf) XXX_Unmarshal

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

type LdpIntfAutocfg

type LdpIntfAutocfg struct {
	Tuple                string   `protobuf:"bytes,1,opt,name=tuple,proto3" json:"tuple,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpIntfAutocfg) Descriptor

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

func (*LdpIntfAutocfg) GetTuple

func (m *LdpIntfAutocfg) GetTuple() string

func (*LdpIntfAutocfg) ProtoMessage

func (*LdpIntfAutocfg) ProtoMessage()

func (*LdpIntfAutocfg) Reset

func (m *LdpIntfAutocfg) Reset()

func (*LdpIntfAutocfg) String

func (m *LdpIntfAutocfg) String() string

func (*LdpIntfAutocfg) XXX_DiscardUnknown

func (m *LdpIntfAutocfg) XXX_DiscardUnknown()

func (*LdpIntfAutocfg) XXX_Marshal

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

func (*LdpIntfAutocfg) XXX_Merge

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

func (*LdpIntfAutocfg) XXX_Size

func (m *LdpIntfAutocfg) XXX_Size() int

func (*LdpIntfAutocfg) XXX_Unmarshal

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

type LdpIntfTeMeshGrp

type LdpIntfTeMeshGrp struct {
	LdpTeMeshGroupAllCfgd bool     `` /* 133-byte string literal not displayed */
	LdpMeshGroupEnabled   bool     `protobuf:"varint,2,opt,name=ldp_mesh_group_enabled,json=ldpMeshGroupEnabled,proto3" json:"ldp_mesh_group_enabled,omitempty"`
	TeMeshGroupId         uint32   `protobuf:"varint,3,opt,name=te_mesh_group_id,json=teMeshGroupId,proto3" json:"te_mesh_group_id,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*LdpIntfTeMeshGrp) Descriptor

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

func (*LdpIntfTeMeshGrp) GetLdpMeshGroupEnabled

func (m *LdpIntfTeMeshGrp) GetLdpMeshGroupEnabled() bool

func (*LdpIntfTeMeshGrp) GetLdpTeMeshGroupAllCfgd

func (m *LdpIntfTeMeshGrp) GetLdpTeMeshGroupAllCfgd() bool

func (*LdpIntfTeMeshGrp) GetTeMeshGroupId

func (m *LdpIntfTeMeshGrp) GetTeMeshGroupId() uint32

func (*LdpIntfTeMeshGrp) ProtoMessage

func (*LdpIntfTeMeshGrp) ProtoMessage()

func (*LdpIntfTeMeshGrp) Reset

func (m *LdpIntfTeMeshGrp) Reset()

func (*LdpIntfTeMeshGrp) String

func (m *LdpIntfTeMeshGrp) String() string

func (*LdpIntfTeMeshGrp) XXX_DiscardUnknown

func (m *LdpIntfTeMeshGrp) XXX_DiscardUnknown()

func (*LdpIntfTeMeshGrp) XXX_Marshal

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

func (*LdpIntfTeMeshGrp) XXX_Merge

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

func (*LdpIntfTeMeshGrp) XXX_Size

func (m *LdpIntfTeMeshGrp) XXX_Size() int

func (*LdpIntfTeMeshGrp) XXX_Unmarshal

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

type LdpIntf_KEYS

type LdpIntf_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	AfName               string   `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,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 (*LdpIntf_KEYS) Descriptor

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

func (*LdpIntf_KEYS) GetAfName

func (m *LdpIntf_KEYS) GetAfName() string

func (*LdpIntf_KEYS) GetInterfaceName

func (m *LdpIntf_KEYS) GetInterfaceName() string

func (*LdpIntf_KEYS) GetVrfName

func (m *LdpIntf_KEYS) GetVrfName() string

func (*LdpIntf_KEYS) ProtoMessage

func (*LdpIntf_KEYS) ProtoMessage()

func (*LdpIntf_KEYS) Reset

func (m *LdpIntf_KEYS) Reset()

func (*LdpIntf_KEYS) String

func (m *LdpIntf_KEYS) String() string

func (*LdpIntf_KEYS) XXX_DiscardUnknown

func (m *LdpIntf_KEYS) XXX_DiscardUnknown()

func (*LdpIntf_KEYS) XXX_Marshal

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

func (*LdpIntf_KEYS) XXX_Merge

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

func (*LdpIntf_KEYS) XXX_Size

func (m *LdpIntf_KEYS) XXX_Size() int

func (*LdpIntf_KEYS) XXX_Unmarshal

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

type LdpVrfInfo

type LdpVrfInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpVrfInfo) Descriptor

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

func (*LdpVrfInfo) GetId

func (m *LdpVrfInfo) GetId() uint32

func (*LdpVrfInfo) GetName

func (m *LdpVrfInfo) GetName() string

func (*LdpVrfInfo) ProtoMessage

func (*LdpVrfInfo) ProtoMessage()

func (*LdpVrfInfo) Reset

func (m *LdpVrfInfo) Reset()

func (*LdpVrfInfo) String

func (m *LdpVrfInfo) String() string

func (*LdpVrfInfo) XXX_DiscardUnknown

func (m *LdpVrfInfo) XXX_DiscardUnknown()

func (*LdpVrfInfo) XXX_Marshal

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

func (*LdpVrfInfo) XXX_Merge

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

func (*LdpVrfInfo) XXX_Size

func (m *LdpVrfInfo) XXX_Size() int

func (*LdpVrfInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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