cisco_ios_xr_mpls_lsd_oper_mpls_lsd_nodes_mpls_lsd_node_labels_label

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-nodes/mpls-lsd-node/labels/label

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsLsdAppRsrcState

type MplsLsdAppRsrcState struct {
	ApplicationName        string   `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	ApplicationType        string   `protobuf:"bytes,2,opt,name=application_type,json=applicationType,proto3" json:"application_type,omitempty"`
	ApplicationRolePrimary int32    `` /* 132-byte string literal not displayed */
	ApplicationInstance    string   `protobuf:"bytes,4,opt,name=application_instance,json=applicationInstance,proto3" json:"application_instance,omitempty"`
	ResourceState          string   `protobuf:"bytes,5,opt,name=resource_state,json=resourceState,proto3" json:"resource_state,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*MplsLsdAppRsrcState) Descriptor

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

func (*MplsLsdAppRsrcState) GetApplicationInstance

func (m *MplsLsdAppRsrcState) GetApplicationInstance() string

func (*MplsLsdAppRsrcState) GetApplicationName

func (m *MplsLsdAppRsrcState) GetApplicationName() string

func (*MplsLsdAppRsrcState) GetApplicationRolePrimary

func (m *MplsLsdAppRsrcState) GetApplicationRolePrimary() int32

func (*MplsLsdAppRsrcState) GetApplicationType

func (m *MplsLsdAppRsrcState) GetApplicationType() string

func (*MplsLsdAppRsrcState) GetResourceState

func (m *MplsLsdAppRsrcState) GetResourceState() string

func (*MplsLsdAppRsrcState) ProtoMessage

func (*MplsLsdAppRsrcState) ProtoMessage()

func (*MplsLsdAppRsrcState) Reset

func (m *MplsLsdAppRsrcState) Reset()

func (*MplsLsdAppRsrcState) String

func (m *MplsLsdAppRsrcState) String() string

func (*MplsLsdAppRsrcState) XXX_DiscardUnknown

func (m *MplsLsdAppRsrcState) XXX_DiscardUnknown()

func (*MplsLsdAppRsrcState) XXX_Marshal

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

func (*MplsLsdAppRsrcState) XXX_Merge

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

func (*MplsLsdAppRsrcState) XXX_Size

func (m *MplsLsdAppRsrcState) XXX_Size() int

func (*MplsLsdAppRsrcState) XXX_Unmarshal

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

type MplsLsdLbl

type MplsLsdLbl struct {
	Label                uint32                 `protobuf:"varint,50,opt,name=label,proto3" json:"label,omitempty"`
	ApplicationOwner     []*MplsLsdAppRsrcState `protobuf:"bytes,51,rep,name=application_owner,json=applicationOwner,proto3" json:"application_owner,omitempty"`
	RewriteIsBound       int32                  `protobuf:"zigzag32,52,opt,name=rewrite_is_bound,json=rewriteIsBound,proto3" json:"rewrite_is_bound,omitempty"`
	LabelContext         *MplsLsdLblCtx         `protobuf:"bytes,53,opt,name=label_context,json=labelContext,proto3" json:"label_context,omitempty"`
	RewriteOwners        uint32                 `protobuf:"varint,54,opt,name=rewrite_owners,json=rewriteOwners,proto3" json:"rewrite_owners,omitempty"`
	RsIconnected         int32                  `protobuf:"zigzag32,55,opt,name=rs_iconnected,json=rsIconnected,proto3" json:"rs_iconnected,omitempty"`
	VrfName              string                 `protobuf:"bytes,56,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*MplsLsdLbl) Descriptor

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

func (*MplsLsdLbl) GetApplicationOwner

func (m *MplsLsdLbl) GetApplicationOwner() []*MplsLsdAppRsrcState

func (*MplsLsdLbl) GetLabel

func (m *MplsLsdLbl) GetLabel() uint32

func (*MplsLsdLbl) GetLabelContext

func (m *MplsLsdLbl) GetLabelContext() *MplsLsdLblCtx

func (*MplsLsdLbl) GetRewriteIsBound

func (m *MplsLsdLbl) GetRewriteIsBound() int32

func (*MplsLsdLbl) GetRewriteOwners

func (m *MplsLsdLbl) GetRewriteOwners() uint32

func (*MplsLsdLbl) GetRsIconnected

func (m *MplsLsdLbl) GetRsIconnected() int32

func (*MplsLsdLbl) GetVrfName

func (m *MplsLsdLbl) GetVrfName() string

func (*MplsLsdLbl) ProtoMessage

func (*MplsLsdLbl) ProtoMessage()

func (*MplsLsdLbl) Reset

func (m *MplsLsdLbl) Reset()

func (*MplsLsdLbl) String

func (m *MplsLsdLbl) String() string

func (*MplsLsdLbl) XXX_DiscardUnknown

func (m *MplsLsdLbl) XXX_DiscardUnknown()

func (*MplsLsdLbl) XXX_Marshal

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

func (*MplsLsdLbl) XXX_Merge

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

func (*MplsLsdLbl) XXX_Size

func (m *MplsLsdLbl) XXX_Size() int

func (*MplsLsdLbl) XXX_Unmarshal

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

type MplsLsdLblCtx

type MplsLsdLblCtx struct {
	Key                  *MplsLsdLblCtxKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	ApplicationData      string            `protobuf:"bytes,2,opt,name=application_data,json=applicationData,proto3" json:"application_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MplsLsdLblCtx) Descriptor

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

func (*MplsLsdLblCtx) GetApplicationData

func (m *MplsLsdLblCtx) GetApplicationData() string

func (*MplsLsdLblCtx) GetKey

func (m *MplsLsdLblCtx) GetKey() *MplsLsdLblCtxKey

func (*MplsLsdLblCtx) ProtoMessage

func (*MplsLsdLblCtx) ProtoMessage()

func (*MplsLsdLblCtx) Reset

func (m *MplsLsdLblCtx) Reset()

func (*MplsLsdLblCtx) String

func (m *MplsLsdLblCtx) String() string

func (*MplsLsdLblCtx) XXX_DiscardUnknown

func (m *MplsLsdLblCtx) XXX_DiscardUnknown()

func (*MplsLsdLblCtx) XXX_Marshal

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

func (*MplsLsdLblCtx) XXX_Merge

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

func (*MplsLsdLblCtx) XXX_Size

func (m *MplsLsdLblCtx) XXX_Size() int

func (*MplsLsdLblCtx) XXX_Unmarshal

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

type MplsLsdLblCtxBlbIpv4

type MplsLsdLblCtxBlbIpv4 struct {
	BlbIntf              string   `protobuf:"bytes,1,opt,name=blb_intf,json=blbIntf,proto3" json:"blb_intf,omitempty"`
	Prefix               string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxBlbIpv4) Descriptor

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

func (*MplsLsdLblCtxBlbIpv4) GetBlbIntf

func (m *MplsLsdLblCtxBlbIpv4) GetBlbIntf() string

func (*MplsLsdLblCtxBlbIpv4) GetPrefix

func (m *MplsLsdLblCtxBlbIpv4) GetPrefix() string

func (*MplsLsdLblCtxBlbIpv4) ProtoMessage

func (*MplsLsdLblCtxBlbIpv4) ProtoMessage()

func (*MplsLsdLblCtxBlbIpv4) Reset

func (m *MplsLsdLblCtxBlbIpv4) Reset()

func (*MplsLsdLblCtxBlbIpv4) String

func (m *MplsLsdLblCtxBlbIpv4) String() string

func (*MplsLsdLblCtxBlbIpv4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxBlbIpv4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxBlbIpv4) XXX_Marshal

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

func (*MplsLsdLblCtxBlbIpv4) XXX_Merge

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

func (*MplsLsdLblCtxBlbIpv4) XXX_Size

func (m *MplsLsdLblCtxBlbIpv4) XXX_Size() int

func (*MplsLsdLblCtxBlbIpv4) XXX_Unmarshal

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

type MplsLsdLblCtxBlbIpv6

type MplsLsdLblCtxBlbIpv6 struct {
	BlbIntf              string   `protobuf:"bytes,1,opt,name=blb_intf,json=blbIntf,proto3" json:"blb_intf,omitempty"`
	Prefix               string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxBlbIpv6) Descriptor

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

func (*MplsLsdLblCtxBlbIpv6) GetBlbIntf

func (m *MplsLsdLblCtxBlbIpv6) GetBlbIntf() string

func (*MplsLsdLblCtxBlbIpv6) GetPrefix

func (m *MplsLsdLblCtxBlbIpv6) GetPrefix() string

func (*MplsLsdLblCtxBlbIpv6) ProtoMessage

func (*MplsLsdLblCtxBlbIpv6) ProtoMessage()

func (*MplsLsdLblCtxBlbIpv6) Reset

func (m *MplsLsdLblCtxBlbIpv6) Reset()

func (*MplsLsdLblCtxBlbIpv6) String

func (m *MplsLsdLblCtxBlbIpv6) String() string

func (*MplsLsdLblCtxBlbIpv6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxBlbIpv6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxBlbIpv6) XXX_Marshal

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

func (*MplsLsdLblCtxBlbIpv6) XXX_Merge

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

func (*MplsLsdLblCtxBlbIpv6) XXX_Size

func (m *MplsLsdLblCtxBlbIpv6) XXX_Size() int

func (*MplsLsdLblCtxBlbIpv6) XXX_Unmarshal

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

type MplsLsdLblCtxEvpn

type MplsLsdLblCtxEvpn struct {
	EvpnId               uint32   `protobuf:"varint,1,opt,name=evpn_id,json=evpnId,proto3" json:"evpn_id,omitempty"`
	EvpnTag              uint32   `protobuf:"varint,2,opt,name=evpn_tag,json=evpnTag,proto3" json:"evpn_tag,omitempty"`
	EthernetSegment      []uint32 `protobuf:"varint,3,rep,packed,name=ethernet_segment,json=ethernetSegment,proto3" json:"ethernet_segment,omitempty"`
	EvpnEncap            uint32   `protobuf:"varint,4,opt,name=evpn_encap,json=evpnEncap,proto3" json:"evpn_encap,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxEvpn) Descriptor

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

func (*MplsLsdLblCtxEvpn) GetEthernetSegment

func (m *MplsLsdLblCtxEvpn) GetEthernetSegment() []uint32

func (*MplsLsdLblCtxEvpn) GetEvpnEncap

func (m *MplsLsdLblCtxEvpn) GetEvpnEncap() uint32

func (*MplsLsdLblCtxEvpn) GetEvpnId

func (m *MplsLsdLblCtxEvpn) GetEvpnId() uint32

func (*MplsLsdLblCtxEvpn) GetEvpnTag

func (m *MplsLsdLblCtxEvpn) GetEvpnTag() uint32

func (*MplsLsdLblCtxEvpn) ProtoMessage

func (*MplsLsdLblCtxEvpn) ProtoMessage()

func (*MplsLsdLblCtxEvpn) Reset

func (m *MplsLsdLblCtxEvpn) Reset()

func (*MplsLsdLblCtxEvpn) String

func (m *MplsLsdLblCtxEvpn) String() string

func (*MplsLsdLblCtxEvpn) XXX_DiscardUnknown

func (m *MplsLsdLblCtxEvpn) XXX_DiscardUnknown()

func (*MplsLsdLblCtxEvpn) XXX_Marshal

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

func (*MplsLsdLblCtxEvpn) XXX_Merge

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

func (*MplsLsdLblCtxEvpn) XXX_Size

func (m *MplsLsdLblCtxEvpn) XXX_Size() int

func (*MplsLsdLblCtxEvpn) XXX_Unmarshal

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

type MplsLsdLblCtxGre

type MplsLsdLblCtxGre struct {
	GreInterface         string   `protobuf:"bytes,1,opt,name=gre_interface,json=greInterface,proto3" json:"gre_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxGre) Descriptor

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

func (*MplsLsdLblCtxGre) GetGreInterface

func (m *MplsLsdLblCtxGre) GetGreInterface() string

func (*MplsLsdLblCtxGre) ProtoMessage

func (*MplsLsdLblCtxGre) ProtoMessage()

func (*MplsLsdLblCtxGre) Reset

func (m *MplsLsdLblCtxGre) Reset()

func (*MplsLsdLblCtxGre) String

func (m *MplsLsdLblCtxGre) String() string

func (*MplsLsdLblCtxGre) XXX_DiscardUnknown

func (m *MplsLsdLblCtxGre) XXX_DiscardUnknown()

func (*MplsLsdLblCtxGre) XXX_Marshal

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

func (*MplsLsdLblCtxGre) XXX_Merge

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

func (*MplsLsdLblCtxGre) XXX_Size

func (m *MplsLsdLblCtxGre) XXX_Size() int

func (*MplsLsdLblCtxGre) XXX_Unmarshal

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

type MplsLsdLblCtxGreIpv6

type MplsLsdLblCtxGreIpv6 struct {
	Greipv6Interface     string   `protobuf:"bytes,1,opt,name=greipv6_interface,json=greipv6Interface,proto3" json:"greipv6_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxGreIpv6) Descriptor

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

func (*MplsLsdLblCtxGreIpv6) GetGreipv6Interface

func (m *MplsLsdLblCtxGreIpv6) GetGreipv6Interface() string

func (*MplsLsdLblCtxGreIpv6) ProtoMessage

func (*MplsLsdLblCtxGreIpv6) ProtoMessage()

func (*MplsLsdLblCtxGreIpv6) Reset

func (m *MplsLsdLblCtxGreIpv6) Reset()

func (*MplsLsdLblCtxGreIpv6) String

func (m *MplsLsdLblCtxGreIpv6) String() string

func (*MplsLsdLblCtxGreIpv6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxGreIpv6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxGreIpv6) XXX_Marshal

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

func (*MplsLsdLblCtxGreIpv6) XXX_Merge

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

func (*MplsLsdLblCtxGreIpv6) XXX_Size

func (m *MplsLsdLblCtxGreIpv6) XXX_Size() int

func (*MplsLsdLblCtxGreIpv6) XXX_Unmarshal

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

type MplsLsdLblCtxIpSub

type MplsLsdLblCtxIpSub struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	ParentInterface      string   `protobuf:"bytes,2,opt,name=parent_interface,json=parentInterface,proto3" json:"parent_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxIpSub) Descriptor

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

func (*MplsLsdLblCtxIpSub) GetParentInterface

func (m *MplsLsdLblCtxIpSub) GetParentInterface() string

func (*MplsLsdLblCtxIpSub) GetTableId

func (m *MplsLsdLblCtxIpSub) GetTableId() uint32

func (*MplsLsdLblCtxIpSub) ProtoMessage

func (*MplsLsdLblCtxIpSub) ProtoMessage()

func (*MplsLsdLblCtxIpSub) Reset

func (m *MplsLsdLblCtxIpSub) Reset()

func (*MplsLsdLblCtxIpSub) String

func (m *MplsLsdLblCtxIpSub) String() string

func (*MplsLsdLblCtxIpSub) XXX_DiscardUnknown

func (m *MplsLsdLblCtxIpSub) XXX_DiscardUnknown()

func (*MplsLsdLblCtxIpSub) XXX_Marshal

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

func (*MplsLsdLblCtxIpSub) XXX_Merge

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

func (*MplsLsdLblCtxIpSub) XXX_Size

func (m *MplsLsdLblCtxIpSub) XXX_Size() int

func (*MplsLsdLblCtxIpSub) XXX_Unmarshal

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

type MplsLsdLblCtxIpv4

type MplsLsdLblCtxIpv4 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	Prefix               string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,3,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	SecurityId           uint32   `protobuf:"varint,4,opt,name=security_id,json=securityId,proto3" json:"security_id,omitempty"`
	VrfName              string   `protobuf:"bytes,5,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxIpv4) Descriptor

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

func (*MplsLsdLblCtxIpv4) GetPrefix

func (m *MplsLsdLblCtxIpv4) GetPrefix() string

func (*MplsLsdLblCtxIpv4) GetPrefixLength

func (m *MplsLsdLblCtxIpv4) GetPrefixLength() uint32

func (*MplsLsdLblCtxIpv4) GetSecurityId

func (m *MplsLsdLblCtxIpv4) GetSecurityId() uint32

func (*MplsLsdLblCtxIpv4) GetTableId

func (m *MplsLsdLblCtxIpv4) GetTableId() uint32

func (*MplsLsdLblCtxIpv4) GetVrfName

func (m *MplsLsdLblCtxIpv4) GetVrfName() string

func (*MplsLsdLblCtxIpv4) ProtoMessage

func (*MplsLsdLblCtxIpv4) ProtoMessage()

func (*MplsLsdLblCtxIpv4) Reset

func (m *MplsLsdLblCtxIpv4) Reset()

func (*MplsLsdLblCtxIpv4) String

func (m *MplsLsdLblCtxIpv4) String() string

func (*MplsLsdLblCtxIpv4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxIpv4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxIpv4) XXX_Marshal

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

func (*MplsLsdLblCtxIpv4) XXX_Merge

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

func (*MplsLsdLblCtxIpv4) XXX_Size

func (m *MplsLsdLblCtxIpv4) XXX_Size() int

func (*MplsLsdLblCtxIpv4) XXX_Unmarshal

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

type MplsLsdLblCtxIpv6

type MplsLsdLblCtxIpv6 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	Prefix               string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,3,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	SecurityId           uint32   `protobuf:"varint,4,opt,name=security_id,json=securityId,proto3" json:"security_id,omitempty"`
	VrfName              string   `protobuf:"bytes,5,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxIpv6) Descriptor

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

func (*MplsLsdLblCtxIpv6) GetPrefix

func (m *MplsLsdLblCtxIpv6) GetPrefix() string

func (*MplsLsdLblCtxIpv6) GetPrefixLength

func (m *MplsLsdLblCtxIpv6) GetPrefixLength() uint32

func (*MplsLsdLblCtxIpv6) GetSecurityId

func (m *MplsLsdLblCtxIpv6) GetSecurityId() uint32

func (*MplsLsdLblCtxIpv6) GetTableId

func (m *MplsLsdLblCtxIpv6) GetTableId() uint32

func (*MplsLsdLblCtxIpv6) GetVrfName

func (m *MplsLsdLblCtxIpv6) GetVrfName() string

func (*MplsLsdLblCtxIpv6) ProtoMessage

func (*MplsLsdLblCtxIpv6) ProtoMessage()

func (*MplsLsdLblCtxIpv6) Reset

func (m *MplsLsdLblCtxIpv6) Reset()

func (*MplsLsdLblCtxIpv6) String

func (m *MplsLsdLblCtxIpv6) String() string

func (*MplsLsdLblCtxIpv6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxIpv6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxIpv6) XXX_Marshal

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

func (*MplsLsdLblCtxIpv6) XXX_Merge

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

func (*MplsLsdLblCtxIpv6) XXX_Size

func (m *MplsLsdLblCtxIpv6) XXX_Size() int

func (*MplsLsdLblCtxIpv6) XXX_Unmarshal

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

type MplsLsdLblCtxKey

type MplsLsdLblCtxKey struct {
	LabelContextType                string                     `protobuf:"bytes,1,opt,name=label_context_type,json=labelContextType,proto3" json:"label_context_type,omitempty"`
	Ipv4Data                        *MplsLsdLblCtxIpv4         `protobuf:"bytes,2,opt,name=ipv4_data,json=ipv4Data,proto3" json:"ipv4_data,omitempty"`
	Ipv6Data                        *MplsLsdLblCtxIpv6         `protobuf:"bytes,3,opt,name=ipv6_data,json=ipv6Data,proto3" json:"ipv6_data,omitempty"`
	Tev4Data                        *MplsLsdLblCtxTev4         `protobuf:"bytes,4,opt,name=tev4_data,json=tev4Data,proto3" json:"tev4_data,omitempty"`
	Ipv4L3VpnData                   *MplsLsdLblCtxL3VpnIpv4    `protobuf:"bytes,5,opt,name=ipv4l3vpn_data,json=ipv4l3vpnData,proto3" json:"ipv4l3vpn_data,omitempty"`
	Ipv6L3VpnData                   *MplsLsdLblCtxL3VpnIpv6    `protobuf:"bytes,6,opt,name=ipv6l3vpn_data,json=ipv6l3vpnData,proto3" json:"ipv6l3vpn_data,omitempty"`
	VrfL3VpnData                    *MplsLsdLblCtxL3VpnVrf     `protobuf:"bytes,7,opt,name=vrf_l3vpn_data,json=vrfL3vpnData,proto3" json:"vrf_l3vpn_data,omitempty"`
	Cev4L3VpnData                   *MplsLsdLblCtxL3VpnCev4    `protobuf:"bytes,8,opt,name=cev4l3vpn_data,json=cev4l3vpnData,proto3" json:"cev4l3vpn_data,omitempty"`
	Cev6L3VpnData                   *MplsLsdLblCtxL3VpnCev6    `protobuf:"bytes,9,opt,name=cev6l3vpn_data,json=cev6l3vpnData,proto3" json:"cev6l3vpn_data,omitempty"`
	PseudowireData                  *MplsLsdLblCtxPw           `protobuf:"bytes,10,opt,name=pseudowire_data,json=pseudowireData,proto3" json:"pseudowire_data,omitempty"`
	LabelBlockData                  *MplsLsdLblCtxLblBlk       `protobuf:"bytes,11,opt,name=label_block_data,json=labelBlockData,proto3" json:"label_block_data,omitempty"`
	IpSubData                       *MplsLsdLblCtxIpSub        `protobuf:"bytes,12,opt,name=ip_sub_data,json=ipSubData,proto3" json:"ip_sub_data,omitempty"`
	Tev4P2MpData                    *MplsLsdLblCtxTev4P2Mp     `protobuf:"bytes,13,opt,name=tev4p2mp_data,json=tev4p2mpData,proto3" json:"tev4p2mp_data,omitempty"`
	MldPv4Data                      *MplsLsdLblCtxMldpv4       `protobuf:"bytes,14,opt,name=mld_pv4_data,json=mldPv4Data,proto3" json:"mld_pv4_data,omitempty"`
	PseudowireHeadEndData           *MplsLsdLblCtxPwhe         `` /* 129-byte string literal not displayed */
	TpData                          *MplsLsdLblCtxTp           `protobuf:"bytes,16,opt,name=tp_data,json=tpData,proto3" json:"tp_data,omitempty"`
	GenericRoutingEncapsulation     *MplsLsdLblCtxGre          `` /* 145-byte string literal not displayed */
	Ipv6GenericRoutingEncapsulation *MplsLsdLblCtxGreIpv6      `` /* 159-byte string literal not displayed */
	EvpnData                        *MplsLsdLblCtxEvpn         `protobuf:"bytes,19,opt,name=evpn_data,json=evpnData,proto3" json:"evpn_data,omitempty"`
	Ipv4BlbData                     *MplsLsdLblCtxBlbIpv4      `protobuf:"bytes,20,opt,name=ipv4blb_data,json=ipv4blbData,proto3" json:"ipv4blb_data,omitempty"`
	Ipv6BlbData                     *MplsLsdLblCtxBlbIpv6      `protobuf:"bytes,21,opt,name=ipv6blb_data,json=ipv6blbData,proto3" json:"ipv6blb_data,omitempty"`
	PiMiPmsiData                    *MplsLsdLblCtxPimIPmsi     `protobuf:"bytes,22,opt,name=pi_mi_pmsi_data,json=piMiPmsiData,proto3" json:"pi_mi_pmsi_data,omitempty"`
	PiMsPmsiData                    *MplsLsdLblCtxPimSPmsi     `protobuf:"bytes,23,opt,name=pi_ms_pmsi_data,json=piMsPmsiData,proto3" json:"pi_ms_pmsi_data,omitempty"`
	NextHopSetL3Vpn                 *MplsLsdLblCtxL3VpnNhSet   `protobuf:"bytes,24,opt,name=next_hop_set_l3vpn,json=nextHopSetL3vpn,proto3" json:"next_hop_set_l3vpn,omitempty"`
	SrPrefixSegment                 *MplsLsdLblCtxSrPfxSeg     `protobuf:"bytes,25,opt,name=sr_prefix_segment,json=srPrefixSegment,proto3" json:"sr_prefix_segment,omitempty"`
	SrAdjSegmentIpv4                *MplsLsdLblCtxSrAdjSegIpv4 `protobuf:"bytes,26,opt,name=sr_adj_segment_ipv4,json=srAdjSegmentIpv4,proto3" json:"sr_adj_segment_ipv4,omitempty"`
	SrAdjSegmentIpv6                *MplsLsdLblCtxSrAdjSegIpv6 `protobuf:"bytes,27,opt,name=sr_adj_segment_ipv6,json=srAdjSegmentIpv6,proto3" json:"sr_adj_segment_ipv6,omitempty"`
	LabelBlockSrgbData              *MplsLsdLblCtxLblBlkSrgb   `protobuf:"bytes,28,opt,name=label_block_srgb_data,json=labelBlockSrgbData,proto3" json:"label_block_srgb_data,omitempty"`
	TeBinding                       *MplsLsdLblCtxTeBinding    `protobuf:"bytes,29,opt,name=te_binding,json=teBinding,proto3" json:"te_binding,omitempty"`
	LabelBlockSrlbData              *MplsLsdLblCtxLblBlkSrlb   `protobuf:"bytes,30,opt,name=label_block_srlb_data,json=labelBlockSrlbData,proto3" json:"label_block_srlb_data,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}                   `json:"-"`
	XXX_unrecognized                []byte                     `json:"-"`
	XXX_sizecache                   int32                      `json:"-"`
}

func (*MplsLsdLblCtxKey) Descriptor

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

func (*MplsLsdLblCtxKey) GetCev4L3VpnData

func (m *MplsLsdLblCtxKey) GetCev4L3VpnData() *MplsLsdLblCtxL3VpnCev4

func (*MplsLsdLblCtxKey) GetCev6L3VpnData

func (m *MplsLsdLblCtxKey) GetCev6L3VpnData() *MplsLsdLblCtxL3VpnCev6

func (*MplsLsdLblCtxKey) GetEvpnData

func (m *MplsLsdLblCtxKey) GetEvpnData() *MplsLsdLblCtxEvpn

func (*MplsLsdLblCtxKey) GetGenericRoutingEncapsulation

func (m *MplsLsdLblCtxKey) GetGenericRoutingEncapsulation() *MplsLsdLblCtxGre

func (*MplsLsdLblCtxKey) GetIpSubData

func (m *MplsLsdLblCtxKey) GetIpSubData() *MplsLsdLblCtxIpSub

func (*MplsLsdLblCtxKey) GetIpv4BlbData

func (m *MplsLsdLblCtxKey) GetIpv4BlbData() *MplsLsdLblCtxBlbIpv4

func (*MplsLsdLblCtxKey) GetIpv4Data

func (m *MplsLsdLblCtxKey) GetIpv4Data() *MplsLsdLblCtxIpv4

func (*MplsLsdLblCtxKey) GetIpv4L3VpnData

func (m *MplsLsdLblCtxKey) GetIpv4L3VpnData() *MplsLsdLblCtxL3VpnIpv4

func (*MplsLsdLblCtxKey) GetIpv6BlbData

func (m *MplsLsdLblCtxKey) GetIpv6BlbData() *MplsLsdLblCtxBlbIpv6

func (*MplsLsdLblCtxKey) GetIpv6Data

func (m *MplsLsdLblCtxKey) GetIpv6Data() *MplsLsdLblCtxIpv6

func (*MplsLsdLblCtxKey) GetIpv6GenericRoutingEncapsulation

func (m *MplsLsdLblCtxKey) GetIpv6GenericRoutingEncapsulation() *MplsLsdLblCtxGreIpv6

func (*MplsLsdLblCtxKey) GetIpv6L3VpnData

func (m *MplsLsdLblCtxKey) GetIpv6L3VpnData() *MplsLsdLblCtxL3VpnIpv6

func (*MplsLsdLblCtxKey) GetLabelBlockData

func (m *MplsLsdLblCtxKey) GetLabelBlockData() *MplsLsdLblCtxLblBlk

func (*MplsLsdLblCtxKey) GetLabelBlockSrgbData

func (m *MplsLsdLblCtxKey) GetLabelBlockSrgbData() *MplsLsdLblCtxLblBlkSrgb

func (*MplsLsdLblCtxKey) GetLabelBlockSrlbData

func (m *MplsLsdLblCtxKey) GetLabelBlockSrlbData() *MplsLsdLblCtxLblBlkSrlb

func (*MplsLsdLblCtxKey) GetLabelContextType

func (m *MplsLsdLblCtxKey) GetLabelContextType() string

func (*MplsLsdLblCtxKey) GetMldPv4Data

func (m *MplsLsdLblCtxKey) GetMldPv4Data() *MplsLsdLblCtxMldpv4

func (*MplsLsdLblCtxKey) GetNextHopSetL3Vpn

func (m *MplsLsdLblCtxKey) GetNextHopSetL3Vpn() *MplsLsdLblCtxL3VpnNhSet

func (*MplsLsdLblCtxKey) GetPiMiPmsiData

func (m *MplsLsdLblCtxKey) GetPiMiPmsiData() *MplsLsdLblCtxPimIPmsi

func (*MplsLsdLblCtxKey) GetPiMsPmsiData

func (m *MplsLsdLblCtxKey) GetPiMsPmsiData() *MplsLsdLblCtxPimSPmsi

func (*MplsLsdLblCtxKey) GetPseudowireData

func (m *MplsLsdLblCtxKey) GetPseudowireData() *MplsLsdLblCtxPw

func (*MplsLsdLblCtxKey) GetPseudowireHeadEndData

func (m *MplsLsdLblCtxKey) GetPseudowireHeadEndData() *MplsLsdLblCtxPwhe

func (*MplsLsdLblCtxKey) GetSrAdjSegmentIpv4

func (m *MplsLsdLblCtxKey) GetSrAdjSegmentIpv4() *MplsLsdLblCtxSrAdjSegIpv4

func (*MplsLsdLblCtxKey) GetSrAdjSegmentIpv6

func (m *MplsLsdLblCtxKey) GetSrAdjSegmentIpv6() *MplsLsdLblCtxSrAdjSegIpv6

func (*MplsLsdLblCtxKey) GetSrPrefixSegment

func (m *MplsLsdLblCtxKey) GetSrPrefixSegment() *MplsLsdLblCtxSrPfxSeg

func (*MplsLsdLblCtxKey) GetTeBinding

func (m *MplsLsdLblCtxKey) GetTeBinding() *MplsLsdLblCtxTeBinding

func (*MplsLsdLblCtxKey) GetTev4Data

func (m *MplsLsdLblCtxKey) GetTev4Data() *MplsLsdLblCtxTev4

func (*MplsLsdLblCtxKey) GetTev4P2MpData

func (m *MplsLsdLblCtxKey) GetTev4P2MpData() *MplsLsdLblCtxTev4P2Mp

func (*MplsLsdLblCtxKey) GetTpData

func (m *MplsLsdLblCtxKey) GetTpData() *MplsLsdLblCtxTp

func (*MplsLsdLblCtxKey) GetVrfL3VpnData

func (m *MplsLsdLblCtxKey) GetVrfL3VpnData() *MplsLsdLblCtxL3VpnVrf

func (*MplsLsdLblCtxKey) ProtoMessage

func (*MplsLsdLblCtxKey) ProtoMessage()

func (*MplsLsdLblCtxKey) Reset

func (m *MplsLsdLblCtxKey) Reset()

func (*MplsLsdLblCtxKey) String

func (m *MplsLsdLblCtxKey) String() string

func (*MplsLsdLblCtxKey) XXX_DiscardUnknown

func (m *MplsLsdLblCtxKey) XXX_DiscardUnknown()

func (*MplsLsdLblCtxKey) XXX_Marshal

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

func (*MplsLsdLblCtxKey) XXX_Merge

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

func (*MplsLsdLblCtxKey) XXX_Size

func (m *MplsLsdLblCtxKey) XXX_Size() int

func (*MplsLsdLblCtxKey) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnCev4

type MplsLsdLblCtxL3VpnCev4 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	Ipv4NextHop          string   `protobuf:"bytes,2,opt,name=ipv4_next_hop,json=ipv4NextHop,proto3" json:"ipv4_next_hop,omitempty"`
	SecurityId           uint32   `protobuf:"varint,3,opt,name=security_id,json=securityId,proto3" json:"security_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnCev4) Descriptor

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

func (*MplsLsdLblCtxL3VpnCev4) GetIpv4NextHop

func (m *MplsLsdLblCtxL3VpnCev4) GetIpv4NextHop() string

func (*MplsLsdLblCtxL3VpnCev4) GetSecurityId

func (m *MplsLsdLblCtxL3VpnCev4) GetSecurityId() uint32

func (*MplsLsdLblCtxL3VpnCev4) GetTableId

func (m *MplsLsdLblCtxL3VpnCev4) GetTableId() uint32

func (*MplsLsdLblCtxL3VpnCev4) ProtoMessage

func (*MplsLsdLblCtxL3VpnCev4) ProtoMessage()

func (*MplsLsdLblCtxL3VpnCev4) Reset

func (m *MplsLsdLblCtxL3VpnCev4) Reset()

func (*MplsLsdLblCtxL3VpnCev4) String

func (m *MplsLsdLblCtxL3VpnCev4) String() string

func (*MplsLsdLblCtxL3VpnCev4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnCev4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnCev4) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnCev4) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnCev4) XXX_Size

func (m *MplsLsdLblCtxL3VpnCev4) XXX_Size() int

func (*MplsLsdLblCtxL3VpnCev4) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnCev6

type MplsLsdLblCtxL3VpnCev6 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	Ipv6NextHop          string   `protobuf:"bytes,2,opt,name=ipv6_next_hop,json=ipv6NextHop,proto3" json:"ipv6_next_hop,omitempty"`
	SecurityId           uint32   `protobuf:"varint,3,opt,name=security_id,json=securityId,proto3" json:"security_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnCev6) Descriptor

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

func (*MplsLsdLblCtxL3VpnCev6) GetIpv6NextHop

func (m *MplsLsdLblCtxL3VpnCev6) GetIpv6NextHop() string

func (*MplsLsdLblCtxL3VpnCev6) GetSecurityId

func (m *MplsLsdLblCtxL3VpnCev6) GetSecurityId() uint32

func (*MplsLsdLblCtxL3VpnCev6) GetTableId

func (m *MplsLsdLblCtxL3VpnCev6) GetTableId() uint32

func (*MplsLsdLblCtxL3VpnCev6) ProtoMessage

func (*MplsLsdLblCtxL3VpnCev6) ProtoMessage()

func (*MplsLsdLblCtxL3VpnCev6) Reset

func (m *MplsLsdLblCtxL3VpnCev6) Reset()

func (*MplsLsdLblCtxL3VpnCev6) String

func (m *MplsLsdLblCtxL3VpnCev6) String() string

func (*MplsLsdLblCtxL3VpnCev6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnCev6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnCev6) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnCev6) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnCev6) XXX_Size

func (m *MplsLsdLblCtxL3VpnCev6) XXX_Size() int

func (*MplsLsdLblCtxL3VpnCev6) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnIpv4

type MplsLsdLblCtxL3VpnIpv4 struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	RouteDistinguisher   uint64   `protobuf:"varint,3,opt,name=route_distinguisher,json=routeDistinguisher,proto3" json:"route_distinguisher,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnIpv4) Descriptor

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

func (*MplsLsdLblCtxL3VpnIpv4) GetPrefix

func (m *MplsLsdLblCtxL3VpnIpv4) GetPrefix() string

func (*MplsLsdLblCtxL3VpnIpv4) GetPrefixLength

func (m *MplsLsdLblCtxL3VpnIpv4) GetPrefixLength() uint32

func (*MplsLsdLblCtxL3VpnIpv4) GetRouteDistinguisher

func (m *MplsLsdLblCtxL3VpnIpv4) GetRouteDistinguisher() uint64

func (*MplsLsdLblCtxL3VpnIpv4) ProtoMessage

func (*MplsLsdLblCtxL3VpnIpv4) ProtoMessage()

func (*MplsLsdLblCtxL3VpnIpv4) Reset

func (m *MplsLsdLblCtxL3VpnIpv4) Reset()

func (*MplsLsdLblCtxL3VpnIpv4) String

func (m *MplsLsdLblCtxL3VpnIpv4) String() string

func (*MplsLsdLblCtxL3VpnIpv4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnIpv4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnIpv4) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnIpv4) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnIpv4) XXX_Size

func (m *MplsLsdLblCtxL3VpnIpv4) XXX_Size() int

func (*MplsLsdLblCtxL3VpnIpv4) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnIpv6

type MplsLsdLblCtxL3VpnIpv6 struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	RouteDistinguisher   uint64   `protobuf:"varint,3,opt,name=route_distinguisher,json=routeDistinguisher,proto3" json:"route_distinguisher,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnIpv6) Descriptor

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

func (*MplsLsdLblCtxL3VpnIpv6) GetPrefix

func (m *MplsLsdLblCtxL3VpnIpv6) GetPrefix() string

func (*MplsLsdLblCtxL3VpnIpv6) GetPrefixLength

func (m *MplsLsdLblCtxL3VpnIpv6) GetPrefixLength() uint32

func (*MplsLsdLblCtxL3VpnIpv6) GetRouteDistinguisher

func (m *MplsLsdLblCtxL3VpnIpv6) GetRouteDistinguisher() uint64

func (*MplsLsdLblCtxL3VpnIpv6) ProtoMessage

func (*MplsLsdLblCtxL3VpnIpv6) ProtoMessage()

func (*MplsLsdLblCtxL3VpnIpv6) Reset

func (m *MplsLsdLblCtxL3VpnIpv6) Reset()

func (*MplsLsdLblCtxL3VpnIpv6) String

func (m *MplsLsdLblCtxL3VpnIpv6) String() string

func (*MplsLsdLblCtxL3VpnIpv6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnIpv6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnIpv6) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnIpv6) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnIpv6) XXX_Size

func (m *MplsLsdLblCtxL3VpnIpv6) XXX_Size() int

func (*MplsLsdLblCtxL3VpnIpv6) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnNhSet

type MplsLsdLblCtxL3VpnNhSet struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	NextHopSetId         uint32   `protobuf:"varint,2,opt,name=next_hop_set_id,json=nextHopSetId,proto3" json:"next_hop_set_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnNhSet) Descriptor

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

func (*MplsLsdLblCtxL3VpnNhSet) GetNextHopSetId

func (m *MplsLsdLblCtxL3VpnNhSet) GetNextHopSetId() uint32

func (*MplsLsdLblCtxL3VpnNhSet) GetTableId

func (m *MplsLsdLblCtxL3VpnNhSet) GetTableId() uint32

func (*MplsLsdLblCtxL3VpnNhSet) ProtoMessage

func (*MplsLsdLblCtxL3VpnNhSet) ProtoMessage()

func (*MplsLsdLblCtxL3VpnNhSet) Reset

func (m *MplsLsdLblCtxL3VpnNhSet) Reset()

func (*MplsLsdLblCtxL3VpnNhSet) String

func (m *MplsLsdLblCtxL3VpnNhSet) String() string

func (*MplsLsdLblCtxL3VpnNhSet) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnNhSet) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnNhSet) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnNhSet) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnNhSet) XXX_Size

func (m *MplsLsdLblCtxL3VpnNhSet) XXX_Size() int

func (*MplsLsdLblCtxL3VpnNhSet) XXX_Unmarshal

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

type MplsLsdLblCtxL3VpnVrf

type MplsLsdLblCtxL3VpnVrf struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	SecurityId           uint32   `protobuf:"varint,2,opt,name=security_id,json=securityId,proto3" json:"security_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxL3VpnVrf) Descriptor

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

func (*MplsLsdLblCtxL3VpnVrf) GetSecurityId

func (m *MplsLsdLblCtxL3VpnVrf) GetSecurityId() uint32

func (*MplsLsdLblCtxL3VpnVrf) GetTableId

func (m *MplsLsdLblCtxL3VpnVrf) GetTableId() uint32

func (*MplsLsdLblCtxL3VpnVrf) ProtoMessage

func (*MplsLsdLblCtxL3VpnVrf) ProtoMessage()

func (*MplsLsdLblCtxL3VpnVrf) Reset

func (m *MplsLsdLblCtxL3VpnVrf) Reset()

func (*MplsLsdLblCtxL3VpnVrf) String

func (m *MplsLsdLblCtxL3VpnVrf) String() string

func (*MplsLsdLblCtxL3VpnVrf) XXX_DiscardUnknown

func (m *MplsLsdLblCtxL3VpnVrf) XXX_DiscardUnknown()

func (*MplsLsdLblCtxL3VpnVrf) XXX_Marshal

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

func (*MplsLsdLblCtxL3VpnVrf) XXX_Merge

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

func (*MplsLsdLblCtxL3VpnVrf) XXX_Size

func (m *MplsLsdLblCtxL3VpnVrf) XXX_Size() int

func (*MplsLsdLblCtxL3VpnVrf) XXX_Unmarshal

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

type MplsLsdLblCtxLblBlk

type MplsLsdLblCtxLblBlk struct {
	Service              uint32   `protobuf:"varint,1,opt,name=service,proto3" json:"service,omitempty"`
	VpnId                uint32   `protobuf:"varint,2,opt,name=vpn_id,json=vpnId,proto3" json:"vpn_id,omitempty"`
	EdgeId               uint32   `protobuf:"varint,3,opt,name=edge_id,json=edgeId,proto3" json:"edge_id,omitempty"`
	Offset               uint32   `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	Size                 uint32   `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxLblBlk) Descriptor

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

func (*MplsLsdLblCtxLblBlk) GetEdgeId

func (m *MplsLsdLblCtxLblBlk) GetEdgeId() uint32

func (*MplsLsdLblCtxLblBlk) GetOffset

func (m *MplsLsdLblCtxLblBlk) GetOffset() uint32

func (*MplsLsdLblCtxLblBlk) GetService

func (m *MplsLsdLblCtxLblBlk) GetService() uint32

func (*MplsLsdLblCtxLblBlk) GetSize

func (m *MplsLsdLblCtxLblBlk) GetSize() uint32

func (*MplsLsdLblCtxLblBlk) GetVpnId

func (m *MplsLsdLblCtxLblBlk) GetVpnId() uint32

func (*MplsLsdLblCtxLblBlk) ProtoMessage

func (*MplsLsdLblCtxLblBlk) ProtoMessage()

func (*MplsLsdLblCtxLblBlk) Reset

func (m *MplsLsdLblCtxLblBlk) Reset()

func (*MplsLsdLblCtxLblBlk) String

func (m *MplsLsdLblCtxLblBlk) String() string

func (*MplsLsdLblCtxLblBlk) XXX_DiscardUnknown

func (m *MplsLsdLblCtxLblBlk) XXX_DiscardUnknown()

func (*MplsLsdLblCtxLblBlk) XXX_Marshal

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

func (*MplsLsdLblCtxLblBlk) XXX_Merge

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

func (*MplsLsdLblCtxLblBlk) XXX_Size

func (m *MplsLsdLblCtxLblBlk) XXX_Size() int

func (*MplsLsdLblCtxLblBlk) XXX_Unmarshal

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

type MplsLsdLblCtxLblBlkSrgb

type MplsLsdLblCtxLblBlkSrgb struct {
	StartLabel           uint32   `protobuf:"varint,1,opt,name=start_label,json=startLabel,proto3" json:"start_label,omitempty"`
	Offset               uint32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Size                 uint32   `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxLblBlkSrgb) Descriptor

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

func (*MplsLsdLblCtxLblBlkSrgb) GetOffset

func (m *MplsLsdLblCtxLblBlkSrgb) GetOffset() uint32

func (*MplsLsdLblCtxLblBlkSrgb) GetSize

func (m *MplsLsdLblCtxLblBlkSrgb) GetSize() uint32

func (*MplsLsdLblCtxLblBlkSrgb) GetStartLabel

func (m *MplsLsdLblCtxLblBlkSrgb) GetStartLabel() uint32

func (*MplsLsdLblCtxLblBlkSrgb) ProtoMessage

func (*MplsLsdLblCtxLblBlkSrgb) ProtoMessage()

func (*MplsLsdLblCtxLblBlkSrgb) Reset

func (m *MplsLsdLblCtxLblBlkSrgb) Reset()

func (*MplsLsdLblCtxLblBlkSrgb) String

func (m *MplsLsdLblCtxLblBlkSrgb) String() string

func (*MplsLsdLblCtxLblBlkSrgb) XXX_DiscardUnknown

func (m *MplsLsdLblCtxLblBlkSrgb) XXX_DiscardUnknown()

func (*MplsLsdLblCtxLblBlkSrgb) XXX_Marshal

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

func (*MplsLsdLblCtxLblBlkSrgb) XXX_Merge

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

func (*MplsLsdLblCtxLblBlkSrgb) XXX_Size

func (m *MplsLsdLblCtxLblBlkSrgb) XXX_Size() int

func (*MplsLsdLblCtxLblBlkSrgb) XXX_Unmarshal

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

type MplsLsdLblCtxLblBlkSrlb

type MplsLsdLblCtxLblBlkSrlb struct {
	StartLabel           uint32   `protobuf:"varint,1,opt,name=start_label,json=startLabel,proto3" json:"start_label,omitempty"`
	Offset               uint32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Size                 uint32   `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxLblBlkSrlb) Descriptor

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

func (*MplsLsdLblCtxLblBlkSrlb) GetOffset

func (m *MplsLsdLblCtxLblBlkSrlb) GetOffset() uint32

func (*MplsLsdLblCtxLblBlkSrlb) GetSize

func (m *MplsLsdLblCtxLblBlkSrlb) GetSize() uint32

func (*MplsLsdLblCtxLblBlkSrlb) GetStartLabel

func (m *MplsLsdLblCtxLblBlkSrlb) GetStartLabel() uint32

func (*MplsLsdLblCtxLblBlkSrlb) ProtoMessage

func (*MplsLsdLblCtxLblBlkSrlb) ProtoMessage()

func (*MplsLsdLblCtxLblBlkSrlb) Reset

func (m *MplsLsdLblCtxLblBlkSrlb) Reset()

func (*MplsLsdLblCtxLblBlkSrlb) String

func (m *MplsLsdLblCtxLblBlkSrlb) String() string

func (*MplsLsdLblCtxLblBlkSrlb) XXX_DiscardUnknown

func (m *MplsLsdLblCtxLblBlkSrlb) XXX_DiscardUnknown()

func (*MplsLsdLblCtxLblBlkSrlb) XXX_Marshal

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

func (*MplsLsdLblCtxLblBlkSrlb) XXX_Merge

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

func (*MplsLsdLblCtxLblBlkSrlb) XXX_Size

func (m *MplsLsdLblCtxLblBlkSrlb) XXX_Size() int

func (*MplsLsdLblCtxLblBlkSrlb) XXX_Unmarshal

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

type MplsLsdLblCtxMldpv4

type MplsLsdLblCtxMldpv4 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	Type                 uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	LsmId                uint32   `protobuf:"varint,3,opt,name=lsm_id,json=lsmId,proto3" json:"lsm_id,omitempty"`
	PeerLsrid            string   `protobuf:"bytes,4,opt,name=peer_lsrid,json=peerLsrid,proto3" json:"peer_lsrid,omitempty"`
	PeerLabelSpaceId     uint32   `protobuf:"varint,5,opt,name=peer_label_space_id,json=peerLabelSpaceId,proto3" json:"peer_label_space_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxMldpv4) Descriptor

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

func (*MplsLsdLblCtxMldpv4) GetLsmId

func (m *MplsLsdLblCtxMldpv4) GetLsmId() uint32

func (*MplsLsdLblCtxMldpv4) GetPeerLabelSpaceId

func (m *MplsLsdLblCtxMldpv4) GetPeerLabelSpaceId() uint32

func (*MplsLsdLblCtxMldpv4) GetPeerLsrid

func (m *MplsLsdLblCtxMldpv4) GetPeerLsrid() string

func (*MplsLsdLblCtxMldpv4) GetTableId

func (m *MplsLsdLblCtxMldpv4) GetTableId() uint32

func (*MplsLsdLblCtxMldpv4) GetType

func (m *MplsLsdLblCtxMldpv4) GetType() uint32

func (*MplsLsdLblCtxMldpv4) ProtoMessage

func (*MplsLsdLblCtxMldpv4) ProtoMessage()

func (*MplsLsdLblCtxMldpv4) Reset

func (m *MplsLsdLblCtxMldpv4) Reset()

func (*MplsLsdLblCtxMldpv4) String

func (m *MplsLsdLblCtxMldpv4) String() string

func (*MplsLsdLblCtxMldpv4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxMldpv4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxMldpv4) XXX_Marshal

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

func (*MplsLsdLblCtxMldpv4) XXX_Merge

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

func (*MplsLsdLblCtxMldpv4) XXX_Size

func (m *MplsLsdLblCtxMldpv4) XXX_Size() int

func (*MplsLsdLblCtxMldpv4) XXX_Unmarshal

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

type MplsLsdLblCtxPimIPmsi

type MplsLsdLblCtxPimIPmsi struct {
	VrfId                uint32   `protobuf:"varint,1,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	Head                 int32    `protobuf:"zigzag32,2,opt,name=head,proto3" json:"head,omitempty"`
	V6                   int32    `protobuf:"zigzag32,3,opt,name=v6,proto3" json:"v6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxPimIPmsi) Descriptor

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

func (*MplsLsdLblCtxPimIPmsi) GetHead

func (m *MplsLsdLblCtxPimIPmsi) GetHead() int32

func (*MplsLsdLblCtxPimIPmsi) GetV6

func (m *MplsLsdLblCtxPimIPmsi) GetV6() int32

func (*MplsLsdLblCtxPimIPmsi) GetVrfId

func (m *MplsLsdLblCtxPimIPmsi) GetVrfId() uint32

func (*MplsLsdLblCtxPimIPmsi) ProtoMessage

func (*MplsLsdLblCtxPimIPmsi) ProtoMessage()

func (*MplsLsdLblCtxPimIPmsi) Reset

func (m *MplsLsdLblCtxPimIPmsi) Reset()

func (*MplsLsdLblCtxPimIPmsi) String

func (m *MplsLsdLblCtxPimIPmsi) String() string

func (*MplsLsdLblCtxPimIPmsi) XXX_DiscardUnknown

func (m *MplsLsdLblCtxPimIPmsi) XXX_DiscardUnknown()

func (*MplsLsdLblCtxPimIPmsi) XXX_Marshal

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

func (*MplsLsdLblCtxPimIPmsi) XXX_Merge

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

func (*MplsLsdLblCtxPimIPmsi) XXX_Size

func (m *MplsLsdLblCtxPimIPmsi) XXX_Size() int

func (*MplsLsdLblCtxPimIPmsi) XXX_Unmarshal

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

type MplsLsdLblCtxPimSPmsi

type MplsLsdLblCtxPimSPmsi struct {
	VrfId                uint32   `protobuf:"varint,1,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	Source               string   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Head                 int32    `protobuf:"zigzag32,3,opt,name=head,proto3" json:"head,omitempty"`
	V6                   int32    `protobuf:"zigzag32,4,opt,name=v6,proto3" json:"v6,omitempty"`
	Hli                  uint32   `protobuf:"varint,5,opt,name=hli,proto3" json:"hli,omitempty"`
	Seg                  int32    `protobuf:"zigzag32,6,opt,name=seg,proto3" json:"seg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxPimSPmsi) Descriptor

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

func (*MplsLsdLblCtxPimSPmsi) GetHead

func (m *MplsLsdLblCtxPimSPmsi) GetHead() int32

func (*MplsLsdLblCtxPimSPmsi) GetHli

func (m *MplsLsdLblCtxPimSPmsi) GetHli() uint32

func (*MplsLsdLblCtxPimSPmsi) GetSeg

func (m *MplsLsdLblCtxPimSPmsi) GetSeg() int32

func (*MplsLsdLblCtxPimSPmsi) GetSource

func (m *MplsLsdLblCtxPimSPmsi) GetSource() string

func (*MplsLsdLblCtxPimSPmsi) GetV6

func (m *MplsLsdLblCtxPimSPmsi) GetV6() int32

func (*MplsLsdLblCtxPimSPmsi) GetVrfId

func (m *MplsLsdLblCtxPimSPmsi) GetVrfId() uint32

func (*MplsLsdLblCtxPimSPmsi) ProtoMessage

func (*MplsLsdLblCtxPimSPmsi) ProtoMessage()

func (*MplsLsdLblCtxPimSPmsi) Reset

func (m *MplsLsdLblCtxPimSPmsi) Reset()

func (*MplsLsdLblCtxPimSPmsi) String

func (m *MplsLsdLblCtxPimSPmsi) String() string

func (*MplsLsdLblCtxPimSPmsi) XXX_DiscardUnknown

func (m *MplsLsdLblCtxPimSPmsi) XXX_DiscardUnknown()

func (*MplsLsdLblCtxPimSPmsi) XXX_Marshal

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

func (*MplsLsdLblCtxPimSPmsi) XXX_Merge

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

func (*MplsLsdLblCtxPimSPmsi) XXX_Size

func (m *MplsLsdLblCtxPimSPmsi) XXX_Size() int

func (*MplsLsdLblCtxPimSPmsi) XXX_Unmarshal

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

type MplsLsdLblCtxPw

type MplsLsdLblCtxPw struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PseudowireId         uint64   `protobuf:"varint,2,opt,name=pseudowire_id,json=pseudowireId,proto3" json:"pseudowire_id,omitempty"`
	RemoteL2RouterId     uint32   `protobuf:"varint,3,opt,name=remote_l2_router_id,json=remoteL2RouterId,proto3" json:"remote_l2_router_id,omitempty"`
	Subinterface         string   `protobuf:"bytes,4,opt,name=subinterface,proto3" json:"subinterface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxPw) Descriptor

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

func (*MplsLsdLblCtxPw) GetPrefix

func (m *MplsLsdLblCtxPw) GetPrefix() string

func (*MplsLsdLblCtxPw) GetPseudowireId

func (m *MplsLsdLblCtxPw) GetPseudowireId() uint64

func (*MplsLsdLblCtxPw) GetRemoteL2RouterId

func (m *MplsLsdLblCtxPw) GetRemoteL2RouterId() uint32

func (*MplsLsdLblCtxPw) GetSubinterface

func (m *MplsLsdLblCtxPw) GetSubinterface() string

func (*MplsLsdLblCtxPw) ProtoMessage

func (*MplsLsdLblCtxPw) ProtoMessage()

func (*MplsLsdLblCtxPw) Reset

func (m *MplsLsdLblCtxPw) Reset()

func (*MplsLsdLblCtxPw) String

func (m *MplsLsdLblCtxPw) String() string

func (*MplsLsdLblCtxPw) XXX_DiscardUnknown

func (m *MplsLsdLblCtxPw) XXX_DiscardUnknown()

func (*MplsLsdLblCtxPw) XXX_Marshal

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

func (*MplsLsdLblCtxPw) XXX_Merge

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

func (*MplsLsdLblCtxPw) XXX_Size

func (m *MplsLsdLblCtxPw) XXX_Size() int

func (*MplsLsdLblCtxPw) XXX_Unmarshal

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

type MplsLsdLblCtxPwhe

type MplsLsdLblCtxPwhe struct {
	PwheIntf             string   `protobuf:"bytes,1,opt,name=pwhe_intf,json=pwheIntf,proto3" json:"pwhe_intf,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxPwhe) Descriptor

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

func (*MplsLsdLblCtxPwhe) GetPwheIntf

func (m *MplsLsdLblCtxPwhe) GetPwheIntf() string

func (*MplsLsdLblCtxPwhe) ProtoMessage

func (*MplsLsdLblCtxPwhe) ProtoMessage()

func (*MplsLsdLblCtxPwhe) Reset

func (m *MplsLsdLblCtxPwhe) Reset()

func (*MplsLsdLblCtxPwhe) String

func (m *MplsLsdLblCtxPwhe) String() string

func (*MplsLsdLblCtxPwhe) XXX_DiscardUnknown

func (m *MplsLsdLblCtxPwhe) XXX_DiscardUnknown()

func (*MplsLsdLblCtxPwhe) XXX_Marshal

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

func (*MplsLsdLblCtxPwhe) XXX_Merge

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

func (*MplsLsdLblCtxPwhe) XXX_Size

func (m *MplsLsdLblCtxPwhe) XXX_Size() int

func (*MplsLsdLblCtxPwhe) XXX_Unmarshal

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

type MplsLsdLblCtxSrAdjSegIpv4

type MplsLsdLblCtxSrAdjSegIpv4 struct {
	Index                uint32   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Type                 uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Intf                 string   `protobuf:"bytes,3,opt,name=intf,proto3" json:"intf,omitempty"`
	Addr                 string   `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxSrAdjSegIpv4) Descriptor

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

func (*MplsLsdLblCtxSrAdjSegIpv4) GetAddr

func (m *MplsLsdLblCtxSrAdjSegIpv4) GetAddr() string

func (*MplsLsdLblCtxSrAdjSegIpv4) GetIndex

func (m *MplsLsdLblCtxSrAdjSegIpv4) GetIndex() uint32

func (*MplsLsdLblCtxSrAdjSegIpv4) GetIntf

func (m *MplsLsdLblCtxSrAdjSegIpv4) GetIntf() string

func (*MplsLsdLblCtxSrAdjSegIpv4) GetType

func (m *MplsLsdLblCtxSrAdjSegIpv4) GetType() uint32

func (*MplsLsdLblCtxSrAdjSegIpv4) ProtoMessage

func (*MplsLsdLblCtxSrAdjSegIpv4) ProtoMessage()

func (*MplsLsdLblCtxSrAdjSegIpv4) Reset

func (m *MplsLsdLblCtxSrAdjSegIpv4) Reset()

func (*MplsLsdLblCtxSrAdjSegIpv4) String

func (m *MplsLsdLblCtxSrAdjSegIpv4) String() string

func (*MplsLsdLblCtxSrAdjSegIpv4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxSrAdjSegIpv4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxSrAdjSegIpv4) XXX_Marshal

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

func (*MplsLsdLblCtxSrAdjSegIpv4) XXX_Merge

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

func (*MplsLsdLblCtxSrAdjSegIpv4) XXX_Size

func (m *MplsLsdLblCtxSrAdjSegIpv4) XXX_Size() int

func (*MplsLsdLblCtxSrAdjSegIpv4) XXX_Unmarshal

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

type MplsLsdLblCtxSrAdjSegIpv6

type MplsLsdLblCtxSrAdjSegIpv6 struct {
	Index                uint32   `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Type                 uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Intf                 string   `protobuf:"bytes,3,opt,name=intf,proto3" json:"intf,omitempty"`
	Addr                 string   `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxSrAdjSegIpv6) Descriptor

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

func (*MplsLsdLblCtxSrAdjSegIpv6) GetAddr

func (m *MplsLsdLblCtxSrAdjSegIpv6) GetAddr() string

func (*MplsLsdLblCtxSrAdjSegIpv6) GetIndex

func (m *MplsLsdLblCtxSrAdjSegIpv6) GetIndex() uint32

func (*MplsLsdLblCtxSrAdjSegIpv6) GetIntf

func (m *MplsLsdLblCtxSrAdjSegIpv6) GetIntf() string

func (*MplsLsdLblCtxSrAdjSegIpv6) GetType

func (m *MplsLsdLblCtxSrAdjSegIpv6) GetType() uint32

func (*MplsLsdLblCtxSrAdjSegIpv6) ProtoMessage

func (*MplsLsdLblCtxSrAdjSegIpv6) ProtoMessage()

func (*MplsLsdLblCtxSrAdjSegIpv6) Reset

func (m *MplsLsdLblCtxSrAdjSegIpv6) Reset()

func (*MplsLsdLblCtxSrAdjSegIpv6) String

func (m *MplsLsdLblCtxSrAdjSegIpv6) String() string

func (*MplsLsdLblCtxSrAdjSegIpv6) XXX_DiscardUnknown

func (m *MplsLsdLblCtxSrAdjSegIpv6) XXX_DiscardUnknown()

func (*MplsLsdLblCtxSrAdjSegIpv6) XXX_Marshal

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

func (*MplsLsdLblCtxSrAdjSegIpv6) XXX_Merge

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

func (*MplsLsdLblCtxSrAdjSegIpv6) XXX_Size

func (m *MplsLsdLblCtxSrAdjSegIpv6) XXX_Size() int

func (*MplsLsdLblCtxSrAdjSegIpv6) XXX_Unmarshal

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

type MplsLsdLblCtxSrPfxSeg

type MplsLsdLblCtxSrPfxSeg struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	SegmentId            uint32   `protobuf:"varint,2,opt,name=segment_id,json=segmentId,proto3" json:"segment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxSrPfxSeg) Descriptor

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

func (*MplsLsdLblCtxSrPfxSeg) GetSegmentId

func (m *MplsLsdLblCtxSrPfxSeg) GetSegmentId() uint32

func (*MplsLsdLblCtxSrPfxSeg) GetTableId

func (m *MplsLsdLblCtxSrPfxSeg) GetTableId() uint32

func (*MplsLsdLblCtxSrPfxSeg) ProtoMessage

func (*MplsLsdLblCtxSrPfxSeg) ProtoMessage()

func (*MplsLsdLblCtxSrPfxSeg) Reset

func (m *MplsLsdLblCtxSrPfxSeg) Reset()

func (*MplsLsdLblCtxSrPfxSeg) String

func (m *MplsLsdLblCtxSrPfxSeg) String() string

func (*MplsLsdLblCtxSrPfxSeg) XXX_DiscardUnknown

func (m *MplsLsdLblCtxSrPfxSeg) XXX_DiscardUnknown()

func (*MplsLsdLblCtxSrPfxSeg) XXX_Marshal

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

func (*MplsLsdLblCtxSrPfxSeg) XXX_Merge

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

func (*MplsLsdLblCtxSrPfxSeg) XXX_Size

func (m *MplsLsdLblCtxSrPfxSeg) XXX_Size() int

func (*MplsLsdLblCtxSrPfxSeg) XXX_Unmarshal

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

type MplsLsdLblCtxTeBinding

type MplsLsdLblCtxTeBinding struct {
	TeIdentifier         uint32   `protobuf:"varint,1,opt,name=te_identifier,json=teIdentifier,proto3" json:"te_identifier,omitempty"`
	TeType               string   `protobuf:"bytes,2,opt,name=te_type,json=teType,proto3" json:"te_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxTeBinding) Descriptor

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

func (*MplsLsdLblCtxTeBinding) GetTeIdentifier

func (m *MplsLsdLblCtxTeBinding) GetTeIdentifier() uint32

func (*MplsLsdLblCtxTeBinding) GetTeType

func (m *MplsLsdLblCtxTeBinding) GetTeType() string

func (*MplsLsdLblCtxTeBinding) ProtoMessage

func (*MplsLsdLblCtxTeBinding) ProtoMessage()

func (*MplsLsdLblCtxTeBinding) Reset

func (m *MplsLsdLblCtxTeBinding) Reset()

func (*MplsLsdLblCtxTeBinding) String

func (m *MplsLsdLblCtxTeBinding) String() string

func (*MplsLsdLblCtxTeBinding) XXX_DiscardUnknown

func (m *MplsLsdLblCtxTeBinding) XXX_DiscardUnknown()

func (*MplsLsdLblCtxTeBinding) XXX_Marshal

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

func (*MplsLsdLblCtxTeBinding) XXX_Merge

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

func (*MplsLsdLblCtxTeBinding) XXX_Size

func (m *MplsLsdLblCtxTeBinding) XXX_Size() int

func (*MplsLsdLblCtxTeBinding) XXX_Unmarshal

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

type MplsLsdLblCtxTev4

type MplsLsdLblCtxTev4 struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	TunnelSource         string   `protobuf:"bytes,2,opt,name=tunnel_source,json=tunnelSource,proto3" json:"tunnel_source,omitempty"`
	TunnelDest           string   `protobuf:"bytes,3,opt,name=tunnel_dest,json=tunnelDest,proto3" json:"tunnel_dest,omitempty"`
	TunnelId             uint32   `protobuf:"varint,4,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	TunnelIdExtension    uint32   `protobuf:"varint,5,opt,name=tunnel_id_extension,json=tunnelIdExtension,proto3" json:"tunnel_id_extension,omitempty"`
	TunnelLspId          uint32   `protobuf:"varint,6,opt,name=tunnel_lsp_id,json=tunnelLspId,proto3" json:"tunnel_lsp_id,omitempty"`
	IsSrte               int32    `protobuf:"zigzag32,7,opt,name=is_srte,json=isSrte,proto3" json:"is_srte,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxTev4) Descriptor

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

func (*MplsLsdLblCtxTev4) GetIsSrte

func (m *MplsLsdLblCtxTev4) GetIsSrte() int32

func (*MplsLsdLblCtxTev4) GetTableId

func (m *MplsLsdLblCtxTev4) GetTableId() uint32

func (*MplsLsdLblCtxTev4) GetTunnelDest

func (m *MplsLsdLblCtxTev4) GetTunnelDest() string

func (*MplsLsdLblCtxTev4) GetTunnelId

func (m *MplsLsdLblCtxTev4) GetTunnelId() uint32

func (*MplsLsdLblCtxTev4) GetTunnelIdExtension

func (m *MplsLsdLblCtxTev4) GetTunnelIdExtension() uint32

func (*MplsLsdLblCtxTev4) GetTunnelLspId

func (m *MplsLsdLblCtxTev4) GetTunnelLspId() uint32

func (*MplsLsdLblCtxTev4) GetTunnelSource

func (m *MplsLsdLblCtxTev4) GetTunnelSource() string

func (*MplsLsdLblCtxTev4) ProtoMessage

func (*MplsLsdLblCtxTev4) ProtoMessage()

func (*MplsLsdLblCtxTev4) Reset

func (m *MplsLsdLblCtxTev4) Reset()

func (*MplsLsdLblCtxTev4) String

func (m *MplsLsdLblCtxTev4) String() string

func (*MplsLsdLblCtxTev4) XXX_DiscardUnknown

func (m *MplsLsdLblCtxTev4) XXX_DiscardUnknown()

func (*MplsLsdLblCtxTev4) XXX_Marshal

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

func (*MplsLsdLblCtxTev4) XXX_Merge

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

func (*MplsLsdLblCtxTev4) XXX_Size

func (m *MplsLsdLblCtxTev4) XXX_Size() int

func (*MplsLsdLblCtxTev4) XXX_Unmarshal

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

type MplsLsdLblCtxTev4P2Mp

type MplsLsdLblCtxTev4P2Mp struct {
	TableId              uint32   `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	TunnelSource         string   `protobuf:"bytes,2,opt,name=tunnel_source,json=tunnelSource,proto3" json:"tunnel_source,omitempty"`
	P2MpId               uint32   `protobuf:"varint,3,opt,name=p2mp_id,json=p2mpId,proto3" json:"p2mp_id,omitempty"`
	TunnelId             uint32   `protobuf:"varint,4,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	TunnelIdExtension    uint32   `protobuf:"varint,5,opt,name=tunnel_id_extension,json=tunnelIdExtension,proto3" json:"tunnel_id_extension,omitempty"`
	TunnelLspId          uint32   `protobuf:"varint,6,opt,name=tunnel_lsp_id,json=tunnelLspId,proto3" json:"tunnel_lsp_id,omitempty"`
	PreviousHop          string   `protobuf:"bytes,7,opt,name=previous_hop,json=previousHop,proto3" json:"previous_hop,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxTev4P2Mp) Descriptor

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

func (*MplsLsdLblCtxTev4P2Mp) GetP2MpId

func (m *MplsLsdLblCtxTev4P2Mp) GetP2MpId() uint32

func (*MplsLsdLblCtxTev4P2Mp) GetPreviousHop

func (m *MplsLsdLblCtxTev4P2Mp) GetPreviousHop() string

func (*MplsLsdLblCtxTev4P2Mp) GetTableId

func (m *MplsLsdLblCtxTev4P2Mp) GetTableId() uint32

func (*MplsLsdLblCtxTev4P2Mp) GetTunnelId

func (m *MplsLsdLblCtxTev4P2Mp) GetTunnelId() uint32

func (*MplsLsdLblCtxTev4P2Mp) GetTunnelIdExtension

func (m *MplsLsdLblCtxTev4P2Mp) GetTunnelIdExtension() uint32

func (*MplsLsdLblCtxTev4P2Mp) GetTunnelLspId

func (m *MplsLsdLblCtxTev4P2Mp) GetTunnelLspId() uint32

func (*MplsLsdLblCtxTev4P2Mp) GetTunnelSource

func (m *MplsLsdLblCtxTev4P2Mp) GetTunnelSource() string

func (*MplsLsdLblCtxTev4P2Mp) ProtoMessage

func (*MplsLsdLblCtxTev4P2Mp) ProtoMessage()

func (*MplsLsdLblCtxTev4P2Mp) Reset

func (m *MplsLsdLblCtxTev4P2Mp) Reset()

func (*MplsLsdLblCtxTev4P2Mp) String

func (m *MplsLsdLblCtxTev4P2Mp) String() string

func (*MplsLsdLblCtxTev4P2Mp) XXX_DiscardUnknown

func (m *MplsLsdLblCtxTev4P2Mp) XXX_DiscardUnknown()

func (*MplsLsdLblCtxTev4P2Mp) XXX_Marshal

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

func (*MplsLsdLblCtxTev4P2Mp) XXX_Merge

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

func (*MplsLsdLblCtxTev4P2Mp) XXX_Size

func (m *MplsLsdLblCtxTev4P2Mp) XXX_Size() int

func (*MplsLsdLblCtxTev4P2Mp) XXX_Unmarshal

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

type MplsLsdLblCtxTp

type MplsLsdLblCtxTp struct {
	SourceGlobalId       uint32   `protobuf:"varint,1,opt,name=source_global_id,json=sourceGlobalId,proto3" json:"source_global_id,omitempty"`
	SourceNodeId         string   `protobuf:"bytes,2,opt,name=source_node_id,json=sourceNodeId,proto3" json:"source_node_id,omitempty"`
	DestGlobalId         uint32   `protobuf:"varint,3,opt,name=dest_global_id,json=destGlobalId,proto3" json:"dest_global_id,omitempty"`
	DestNodeId           string   `protobuf:"bytes,4,opt,name=dest_node_id,json=destNodeId,proto3" json:"dest_node_id,omitempty"`
	SourceTunnelId       uint32   `protobuf:"varint,5,opt,name=source_tunnel_id,json=sourceTunnelId,proto3" json:"source_tunnel_id,omitempty"`
	DestTunnelId         uint32   `protobuf:"varint,6,opt,name=dest_tunnel_id,json=destTunnelId,proto3" json:"dest_tunnel_id,omitempty"`
	LspId                uint32   `protobuf:"varint,7,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblCtxTp) Descriptor

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

func (*MplsLsdLblCtxTp) GetDestGlobalId

func (m *MplsLsdLblCtxTp) GetDestGlobalId() uint32

func (*MplsLsdLblCtxTp) GetDestNodeId

func (m *MplsLsdLblCtxTp) GetDestNodeId() string

func (*MplsLsdLblCtxTp) GetDestTunnelId

func (m *MplsLsdLblCtxTp) GetDestTunnelId() uint32

func (*MplsLsdLblCtxTp) GetLspId

func (m *MplsLsdLblCtxTp) GetLspId() uint32

func (*MplsLsdLblCtxTp) GetSourceGlobalId

func (m *MplsLsdLblCtxTp) GetSourceGlobalId() uint32

func (*MplsLsdLblCtxTp) GetSourceNodeId

func (m *MplsLsdLblCtxTp) GetSourceNodeId() string

func (*MplsLsdLblCtxTp) GetSourceTunnelId

func (m *MplsLsdLblCtxTp) GetSourceTunnelId() uint32

func (*MplsLsdLblCtxTp) ProtoMessage

func (*MplsLsdLblCtxTp) ProtoMessage()

func (*MplsLsdLblCtxTp) Reset

func (m *MplsLsdLblCtxTp) Reset()

func (*MplsLsdLblCtxTp) String

func (m *MplsLsdLblCtxTp) String() string

func (*MplsLsdLblCtxTp) XXX_DiscardUnknown

func (m *MplsLsdLblCtxTp) XXX_DiscardUnknown()

func (*MplsLsdLblCtxTp) XXX_Marshal

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

func (*MplsLsdLblCtxTp) XXX_Merge

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

func (*MplsLsdLblCtxTp) XXX_Size

func (m *MplsLsdLblCtxTp) XXX_Size() int

func (*MplsLsdLblCtxTp) XXX_Unmarshal

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

type MplsLsdLbl_KEYS

type MplsLsdLbl_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	LabelId              uint32   `protobuf:"varint,2,opt,name=label_id,json=labelId,proto3" json:"label_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLbl_KEYS) Descriptor

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

func (*MplsLsdLbl_KEYS) GetLabelId

func (m *MplsLsdLbl_KEYS) GetLabelId() uint32

func (*MplsLsdLbl_KEYS) GetNodeName

func (m *MplsLsdLbl_KEYS) GetNodeName() string

func (*MplsLsdLbl_KEYS) ProtoMessage

func (*MplsLsdLbl_KEYS) ProtoMessage()

func (*MplsLsdLbl_KEYS) Reset

func (m *MplsLsdLbl_KEYS) Reset()

func (*MplsLsdLbl_KEYS) String

func (m *MplsLsdLbl_KEYS) String() string

func (*MplsLsdLbl_KEYS) XXX_DiscardUnknown

func (m *MplsLsdLbl_KEYS) XXX_DiscardUnknown()

func (*MplsLsdLbl_KEYS) XXX_Marshal

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

func (*MplsLsdLbl_KEYS) XXX_Merge

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

func (*MplsLsdLbl_KEYS) XXX_Size

func (m *MplsLsdLbl_KEYS) XXX_Size() int

func (*MplsLsdLbl_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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