cisco_ios_xr_l2vpn_oper_l2vpnv2_active_xconnect_mp2mps_xconnect_mp2mp

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-l2vpn-oper:l2vpnv2/active/xconnect-mp2mps/xconnect-mp2mp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VpnMp2MpXc

type L2VpnMp2MpXc struct {
	GroupNameXr          string        `protobuf:"bytes,50,opt,name=group_name_xr,json=groupNameXr,proto3" json:"group_name_xr,omitempty"`
	Mp2MpName            string        `protobuf:"bytes,51,opt,name=mp2mp_name,json=mp2mpName,proto3" json:"mp2mp_name,omitempty"`
	Mp2Mpid              uint32        `protobuf:"varint,52,opt,name=mp2mpid,proto3" json:"mp2mpid,omitempty"`
	VpnId                uint32        `protobuf:"varint,53,opt,name=vpn_id,json=vpnId,proto3" json:"vpn_id,omitempty"`
	VpnMtu               uint32        `protobuf:"varint,54,opt,name=vpn_mtu,json=vpnMtu,proto3" json:"vpn_mtu,omitempty"`
	L2Encapsulation      string        `protobuf:"bytes,55,opt,name=l2_encapsulation,json=l2Encapsulation,proto3" json:"l2_encapsulation,omitempty"`
	Discovery            *L2VpnXcDisco `protobuf:"bytes,56,opt,name=discovery,proto3" json:"discovery,omitempty"`
	XconnectShutdown     bool          `protobuf:"varint,57,opt,name=xconnect_shutdown,json=xconnectShutdown,proto3" json:"xconnect_shutdown,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*L2VpnMp2MpXc) Descriptor

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

func (*L2VpnMp2MpXc) GetDiscovery

func (m *L2VpnMp2MpXc) GetDiscovery() *L2VpnXcDisco

func (*L2VpnMp2MpXc) GetGroupNameXr

func (m *L2VpnMp2MpXc) GetGroupNameXr() string

func (*L2VpnMp2MpXc) GetL2Encapsulation

func (m *L2VpnMp2MpXc) GetL2Encapsulation() string

func (*L2VpnMp2MpXc) GetMp2MpName

func (m *L2VpnMp2MpXc) GetMp2MpName() string

func (*L2VpnMp2MpXc) GetMp2Mpid

func (m *L2VpnMp2MpXc) GetMp2Mpid() uint32

func (*L2VpnMp2MpXc) GetVpnId

func (m *L2VpnMp2MpXc) GetVpnId() uint32

func (*L2VpnMp2MpXc) GetVpnMtu

func (m *L2VpnMp2MpXc) GetVpnMtu() uint32

func (*L2VpnMp2MpXc) GetXconnectShutdown

func (m *L2VpnMp2MpXc) GetXconnectShutdown() bool

func (*L2VpnMp2MpXc) ProtoMessage

func (*L2VpnMp2MpXc) ProtoMessage()

func (*L2VpnMp2MpXc) Reset

func (m *L2VpnMp2MpXc) Reset()

func (*L2VpnMp2MpXc) String

func (m *L2VpnMp2MpXc) String() string

func (*L2VpnMp2MpXc) XXX_DiscardUnknown

func (m *L2VpnMp2MpXc) XXX_DiscardUnknown()

func (*L2VpnMp2MpXc) XXX_Marshal

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

func (*L2VpnMp2MpXc) XXX_Merge

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

func (*L2VpnMp2MpXc) XXX_Size

func (m *L2VpnMp2MpXc) XXX_Size() int

func (*L2VpnMp2MpXc) XXX_Unmarshal

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

type L2VpnMp2MpXc_KEYS

type L2VpnMp2MpXc_KEYS struct {
	GroupName            string   `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	Mp2MpName            string   `protobuf:"bytes,2,opt,name=mp2_mp_name,json=mp2MpName,proto3" json:"mp2_mp_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnMp2MpXc_KEYS) Descriptor

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

func (*L2VpnMp2MpXc_KEYS) GetGroupName

func (m *L2VpnMp2MpXc_KEYS) GetGroupName() string

func (*L2VpnMp2MpXc_KEYS) GetMp2MpName

func (m *L2VpnMp2MpXc_KEYS) GetMp2MpName() string

func (*L2VpnMp2MpXc_KEYS) ProtoMessage

func (*L2VpnMp2MpXc_KEYS) ProtoMessage()

func (*L2VpnMp2MpXc_KEYS) Reset

func (m *L2VpnMp2MpXc_KEYS) Reset()

func (*L2VpnMp2MpXc_KEYS) String

func (m *L2VpnMp2MpXc_KEYS) String() string

func (*L2VpnMp2MpXc_KEYS) XXX_DiscardUnknown

func (m *L2VpnMp2MpXc_KEYS) XXX_DiscardUnknown()

func (*L2VpnMp2MpXc_KEYS) XXX_Marshal

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

func (*L2VpnMp2MpXc_KEYS) XXX_Merge

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

func (*L2VpnMp2MpXc_KEYS) XXX_Size

func (m *L2VpnMp2MpXc_KEYS) XXX_Size() int

func (*L2VpnMp2MpXc_KEYS) XXX_Unmarshal

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

type L2VpnRd

type L2VpnRd struct {
	Rd                   string           `protobuf:"bytes,1,opt,name=rd,proto3" json:"rd,omitempty"`
	Auto                 *L2VpnRdAuto     `protobuf:"bytes,2,opt,name=auto,proto3" json:"auto,omitempty"`
	TwoByteAs            *L2VpnRd_2ByteAs `protobuf:"bytes,3,opt,name=two_byte_as,json=twoByteAs,proto3" json:"two_byte_as,omitempty"`
	FourByteAs           *L2VpnRd_4ByteAs `protobuf:"bytes,4,opt,name=four_byte_as,json=fourByteAs,proto3" json:"four_byte_as,omitempty"`
	V4Addr               *L2VpnRdV4Addr   `protobuf:"bytes,5,opt,name=v4_addr,json=v4Addr,proto3" json:"v4_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*L2VpnRd) Descriptor

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

func (*L2VpnRd) GetAuto

func (m *L2VpnRd) GetAuto() *L2VpnRdAuto

func (*L2VpnRd) GetFourByteAs

func (m *L2VpnRd) GetFourByteAs() *L2VpnRd_4ByteAs

func (*L2VpnRd) GetRd

func (m *L2VpnRd) GetRd() string

func (*L2VpnRd) GetTwoByteAs

func (m *L2VpnRd) GetTwoByteAs() *L2VpnRd_2ByteAs

func (*L2VpnRd) GetV4Addr

func (m *L2VpnRd) GetV4Addr() *L2VpnRdV4Addr

func (*L2VpnRd) ProtoMessage

func (*L2VpnRd) ProtoMessage()

func (*L2VpnRd) Reset

func (m *L2VpnRd) Reset()

func (*L2VpnRd) String

func (m *L2VpnRd) String() string

func (*L2VpnRd) XXX_DiscardUnknown

func (m *L2VpnRd) XXX_DiscardUnknown()

func (*L2VpnRd) XXX_Marshal

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

func (*L2VpnRd) XXX_Merge

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

func (*L2VpnRd) XXX_Size

func (m *L2VpnRd) XXX_Size() int

func (*L2VpnRd) XXX_Unmarshal

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

type L2VpnRdAuto

type L2VpnRdAuto struct {
	RouterId             string   `protobuf:"bytes,1,opt,name=router_id,json=routerId,proto3" json:"router_id,omitempty"`
	AutoIndex            uint32   `protobuf:"varint,2,opt,name=auto_index,json=autoIndex,proto3" json:"auto_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRdAuto) Descriptor

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

func (*L2VpnRdAuto) GetAutoIndex

func (m *L2VpnRdAuto) GetAutoIndex() uint32

func (*L2VpnRdAuto) GetRouterId

func (m *L2VpnRdAuto) GetRouterId() string

func (*L2VpnRdAuto) ProtoMessage

func (*L2VpnRdAuto) ProtoMessage()

func (*L2VpnRdAuto) Reset

func (m *L2VpnRdAuto) Reset()

func (*L2VpnRdAuto) String

func (m *L2VpnRdAuto) String() string

func (*L2VpnRdAuto) XXX_DiscardUnknown

func (m *L2VpnRdAuto) XXX_DiscardUnknown()

func (*L2VpnRdAuto) XXX_Marshal

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

func (*L2VpnRdAuto) XXX_Merge

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

func (*L2VpnRdAuto) XXX_Size

func (m *L2VpnRdAuto) XXX_Size() int

func (*L2VpnRdAuto) XXX_Unmarshal

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

type L2VpnRdV4Addr

type L2VpnRdV4Addr struct {
	Ipv4Address          string   `protobuf:"bytes,1,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	TwoByteIndex         uint32   `protobuf:"varint,2,opt,name=two_byte_index,json=twoByteIndex,proto3" json:"two_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRdV4Addr) Descriptor

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

func (*L2VpnRdV4Addr) GetIpv4Address

func (m *L2VpnRdV4Addr) GetIpv4Address() string

func (*L2VpnRdV4Addr) GetTwoByteIndex

func (m *L2VpnRdV4Addr) GetTwoByteIndex() uint32

func (*L2VpnRdV4Addr) ProtoMessage

func (*L2VpnRdV4Addr) ProtoMessage()

func (*L2VpnRdV4Addr) Reset

func (m *L2VpnRdV4Addr) Reset()

func (*L2VpnRdV4Addr) String

func (m *L2VpnRdV4Addr) String() string

func (*L2VpnRdV4Addr) XXX_DiscardUnknown

func (m *L2VpnRdV4Addr) XXX_DiscardUnknown()

func (*L2VpnRdV4Addr) XXX_Marshal

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

func (*L2VpnRdV4Addr) XXX_Merge

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

func (*L2VpnRdV4Addr) XXX_Size

func (m *L2VpnRdV4Addr) XXX_Size() int

func (*L2VpnRdV4Addr) XXX_Unmarshal

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

type L2VpnRd_2ByteAs

type L2VpnRd_2ByteAs struct {
	TwoByteAs            uint32   `protobuf:"varint,1,opt,name=two_byte_as,json=twoByteAs,proto3" json:"two_byte_as,omitempty"`
	FourByteIndex        uint32   `protobuf:"varint,2,opt,name=four_byte_index,json=fourByteIndex,proto3" json:"four_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRd_2ByteAs) Descriptor

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

func (*L2VpnRd_2ByteAs) GetFourByteIndex

func (m *L2VpnRd_2ByteAs) GetFourByteIndex() uint32

func (*L2VpnRd_2ByteAs) GetTwoByteAs

func (m *L2VpnRd_2ByteAs) GetTwoByteAs() uint32

func (*L2VpnRd_2ByteAs) ProtoMessage

func (*L2VpnRd_2ByteAs) ProtoMessage()

func (*L2VpnRd_2ByteAs) Reset

func (m *L2VpnRd_2ByteAs) Reset()

func (*L2VpnRd_2ByteAs) String

func (m *L2VpnRd_2ByteAs) String() string

func (*L2VpnRd_2ByteAs) XXX_DiscardUnknown

func (m *L2VpnRd_2ByteAs) XXX_DiscardUnknown()

func (*L2VpnRd_2ByteAs) XXX_Marshal

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

func (*L2VpnRd_2ByteAs) XXX_Merge

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

func (*L2VpnRd_2ByteAs) XXX_Size

func (m *L2VpnRd_2ByteAs) XXX_Size() int

func (*L2VpnRd_2ByteAs) XXX_Unmarshal

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

type L2VpnRd_4ByteAs

type L2VpnRd_4ByteAs struct {
	FourByteAs           uint32   `protobuf:"varint,1,opt,name=four_byte_as,json=fourByteAs,proto3" json:"four_byte_as,omitempty"`
	TwoByteIndex         uint32   `protobuf:"varint,2,opt,name=two_byte_index,json=twoByteIndex,proto3" json:"two_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRd_4ByteAs) Descriptor

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

func (*L2VpnRd_4ByteAs) GetFourByteAs

func (m *L2VpnRd_4ByteAs) GetFourByteAs() uint32

func (*L2VpnRd_4ByteAs) GetTwoByteIndex

func (m *L2VpnRd_4ByteAs) GetTwoByteIndex() uint32

func (*L2VpnRd_4ByteAs) ProtoMessage

func (*L2VpnRd_4ByteAs) ProtoMessage()

func (*L2VpnRd_4ByteAs) Reset

func (m *L2VpnRd_4ByteAs) Reset()

func (*L2VpnRd_4ByteAs) String

func (m *L2VpnRd_4ByteAs) String() string

func (*L2VpnRd_4ByteAs) XXX_DiscardUnknown

func (m *L2VpnRd_4ByteAs) XXX_DiscardUnknown()

func (*L2VpnRd_4ByteAs) XXX_Marshal

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

func (*L2VpnRd_4ByteAs) XXX_Merge

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

func (*L2VpnRd_4ByteAs) XXX_Size

func (m *L2VpnRd_4ByteAs) XXX_Size() int

func (*L2VpnRd_4ByteAs) XXX_Unmarshal

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

type L2VpnRt

type L2VpnRt struct {
	Rt                   string           `protobuf:"bytes,1,opt,name=rt,proto3" json:"rt,omitempty"`
	TwoByteAs            *L2VpnRt_2ByteAs `protobuf:"bytes,2,opt,name=two_byte_as,json=twoByteAs,proto3" json:"two_byte_as,omitempty"`
	FourByteAs           *L2VpnRt_4ByteAs `protobuf:"bytes,3,opt,name=four_byte_as,json=fourByteAs,proto3" json:"four_byte_as,omitempty"`
	V4Addr               *L2VpnRtV4Addr   `protobuf:"bytes,4,opt,name=v4_addr,json=v4Addr,proto3" json:"v4_addr,omitempty"`
	EsImport             *L2VpnRtEsImport `protobuf:"bytes,5,opt,name=es_import,json=esImport,proto3" json:"es_import,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*L2VpnRt) Descriptor

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

func (*L2VpnRt) GetEsImport

func (m *L2VpnRt) GetEsImport() *L2VpnRtEsImport

func (*L2VpnRt) GetFourByteAs

func (m *L2VpnRt) GetFourByteAs() *L2VpnRt_4ByteAs

func (*L2VpnRt) GetRt

func (m *L2VpnRt) GetRt() string

func (*L2VpnRt) GetTwoByteAs

func (m *L2VpnRt) GetTwoByteAs() *L2VpnRt_2ByteAs

func (*L2VpnRt) GetV4Addr

func (m *L2VpnRt) GetV4Addr() *L2VpnRtV4Addr

func (*L2VpnRt) ProtoMessage

func (*L2VpnRt) ProtoMessage()

func (*L2VpnRt) Reset

func (m *L2VpnRt) Reset()

func (*L2VpnRt) String

func (m *L2VpnRt) String() string

func (*L2VpnRt) XXX_DiscardUnknown

func (m *L2VpnRt) XXX_DiscardUnknown()

func (*L2VpnRt) XXX_Marshal

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

func (*L2VpnRt) XXX_Merge

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

func (*L2VpnRt) XXX_Size

func (m *L2VpnRt) XXX_Size() int

func (*L2VpnRt) XXX_Unmarshal

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

type L2VpnRtEsImport

type L2VpnRtEsImport struct {
	HighBytes            uint32   `protobuf:"varint,1,opt,name=high_bytes,json=highBytes,proto3" json:"high_bytes,omitempty"`
	LowBytes             uint32   `protobuf:"varint,2,opt,name=low_bytes,json=lowBytes,proto3" json:"low_bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRtEsImport) Descriptor

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

func (*L2VpnRtEsImport) GetHighBytes

func (m *L2VpnRtEsImport) GetHighBytes() uint32

func (*L2VpnRtEsImport) GetLowBytes

func (m *L2VpnRtEsImport) GetLowBytes() uint32

func (*L2VpnRtEsImport) ProtoMessage

func (*L2VpnRtEsImport) ProtoMessage()

func (*L2VpnRtEsImport) Reset

func (m *L2VpnRtEsImport) Reset()

func (*L2VpnRtEsImport) String

func (m *L2VpnRtEsImport) String() string

func (*L2VpnRtEsImport) XXX_DiscardUnknown

func (m *L2VpnRtEsImport) XXX_DiscardUnknown()

func (*L2VpnRtEsImport) XXX_Marshal

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

func (*L2VpnRtEsImport) XXX_Merge

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

func (*L2VpnRtEsImport) XXX_Size

func (m *L2VpnRtEsImport) XXX_Size() int

func (*L2VpnRtEsImport) XXX_Unmarshal

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

type L2VpnRtV4Addr

type L2VpnRtV4Addr struct {
	Ipv4Address          string   `protobuf:"bytes,1,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	TwoByteIndex         uint32   `protobuf:"varint,2,opt,name=two_byte_index,json=twoByteIndex,proto3" json:"two_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRtV4Addr) Descriptor

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

func (*L2VpnRtV4Addr) GetIpv4Address

func (m *L2VpnRtV4Addr) GetIpv4Address() string

func (*L2VpnRtV4Addr) GetTwoByteIndex

func (m *L2VpnRtV4Addr) GetTwoByteIndex() uint32

func (*L2VpnRtV4Addr) ProtoMessage

func (*L2VpnRtV4Addr) ProtoMessage()

func (*L2VpnRtV4Addr) Reset

func (m *L2VpnRtV4Addr) Reset()

func (*L2VpnRtV4Addr) String

func (m *L2VpnRtV4Addr) String() string

func (*L2VpnRtV4Addr) XXX_DiscardUnknown

func (m *L2VpnRtV4Addr) XXX_DiscardUnknown()

func (*L2VpnRtV4Addr) XXX_Marshal

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

func (*L2VpnRtV4Addr) XXX_Merge

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

func (*L2VpnRtV4Addr) XXX_Size

func (m *L2VpnRtV4Addr) XXX_Size() int

func (*L2VpnRtV4Addr) XXX_Unmarshal

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

type L2VpnRt_2ByteAs

type L2VpnRt_2ByteAs struct {
	TwoByteAs            uint32   `protobuf:"varint,1,opt,name=two_byte_as,json=twoByteAs,proto3" json:"two_byte_as,omitempty"`
	FourByteIndex        uint32   `protobuf:"varint,2,opt,name=four_byte_index,json=fourByteIndex,proto3" json:"four_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRt_2ByteAs) Descriptor

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

func (*L2VpnRt_2ByteAs) GetFourByteIndex

func (m *L2VpnRt_2ByteAs) GetFourByteIndex() uint32

func (*L2VpnRt_2ByteAs) GetTwoByteAs

func (m *L2VpnRt_2ByteAs) GetTwoByteAs() uint32

func (*L2VpnRt_2ByteAs) ProtoMessage

func (*L2VpnRt_2ByteAs) ProtoMessage()

func (*L2VpnRt_2ByteAs) Reset

func (m *L2VpnRt_2ByteAs) Reset()

func (*L2VpnRt_2ByteAs) String

func (m *L2VpnRt_2ByteAs) String() string

func (*L2VpnRt_2ByteAs) XXX_DiscardUnknown

func (m *L2VpnRt_2ByteAs) XXX_DiscardUnknown()

func (*L2VpnRt_2ByteAs) XXX_Marshal

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

func (*L2VpnRt_2ByteAs) XXX_Merge

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

func (*L2VpnRt_2ByteAs) XXX_Size

func (m *L2VpnRt_2ByteAs) XXX_Size() int

func (*L2VpnRt_2ByteAs) XXX_Unmarshal

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

type L2VpnRt_4ByteAs

type L2VpnRt_4ByteAs struct {
	FourByteAs           uint32   `protobuf:"varint,1,opt,name=four_byte_as,json=fourByteAs,proto3" json:"four_byte_as,omitempty"`
	TwoByteIndex         uint32   `protobuf:"varint,2,opt,name=two_byte_index,json=twoByteIndex,proto3" json:"two_byte_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnRt_4ByteAs) Descriptor

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

func (*L2VpnRt_4ByteAs) GetFourByteAs

func (m *L2VpnRt_4ByteAs) GetFourByteAs() uint32

func (*L2VpnRt_4ByteAs) GetTwoByteIndex

func (m *L2VpnRt_4ByteAs) GetTwoByteIndex() uint32

func (*L2VpnRt_4ByteAs) ProtoMessage

func (*L2VpnRt_4ByteAs) ProtoMessage()

func (*L2VpnRt_4ByteAs) Reset

func (m *L2VpnRt_4ByteAs) Reset()

func (*L2VpnRt_4ByteAs) String

func (m *L2VpnRt_4ByteAs) String() string

func (*L2VpnRt_4ByteAs) XXX_DiscardUnknown

func (m *L2VpnRt_4ByteAs) XXX_DiscardUnknown()

func (*L2VpnRt_4ByteAs) XXX_Marshal

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

func (*L2VpnRt_4ByteAs) XXX_Merge

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

func (*L2VpnRt_4ByteAs) XXX_Size

func (m *L2VpnRt_4ByteAs) XXX_Size() int

func (*L2VpnRt_4ByteAs) XXX_Unmarshal

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

type L2VpnXcDisco

type L2VpnXcDisco struct {
	AdMethod              uint32     `protobuf:"varint,1,opt,name=ad_method,json=adMethod,proto3" json:"ad_method,omitempty"`
	VpnAdded              bool       `protobuf:"varint,2,opt,name=vpn_added,json=vpnAdded,proto3" json:"vpn_added,omitempty"`
	AdServiceConnected    bool       `protobuf:"varint,3,opt,name=ad_service_connected,json=adServiceConnected,proto3" json:"ad_service_connected,omitempty"`
	RdValue               *L2VpnRd   `protobuf:"bytes,4,opt,name=rd_value,json=rdValue,proto3" json:"rd_value,omitempty"`
	ImportRt              []*L2VpnRt `protobuf:"bytes,5,rep,name=import_rt,json=importRt,proto3" json:"import_rt,omitempty"`
	ExportRt              []*L2VpnRt `protobuf:"bytes,6,rep,name=export_rt,json=exportRt,proto3" json:"export_rt,omitempty"`
	AdSignallingMethod    uint32     `protobuf:"varint,7,opt,name=ad_signalling_method,json=adSignallingMethod,proto3" json:"ad_signalling_method,omitempty"`
	CeRange               uint32     `protobuf:"varint,8,opt,name=ce_range,json=ceRange,proto3" json:"ce_range,omitempty"`
	ExportRoutePolicy     string     `protobuf:"bytes,9,opt,name=export_route_policy,json=exportRoutePolicy,proto3" json:"export_route_policy,omitempty"`
	NumberACsUp           uint32     `protobuf:"varint,10,opt,name=number_a_cs_up,json=numberACsUp,proto3" json:"number_a_cs_up,omitempty"`
	NumberPWsUp           uint32     `protobuf:"varint,11,opt,name=number_p_ws_up,json=numberPWsUp,proto3" json:"number_p_ws_up,omitempty"`
	NumberCe2CeAdvertised uint32     `` /* 128-byte string literal not displayed */
	NumberACs             uint32     `protobuf:"varint,13,opt,name=number_a_cs,json=numberACs,proto3" json:"number_a_cs,omitempty"`
	NumberPseudowires     uint32     `protobuf:"varint,14,opt,name=number_pseudowires,json=numberPseudowires,proto3" json:"number_pseudowires,omitempty"`
	NumberCe2CEs          uint32     `protobuf:"varint,15,opt,name=number_ce2c_es,json=numberCe2cEs,proto3" json:"number_ce2c_es,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}   `json:"-"`
	XXX_unrecognized      []byte     `json:"-"`
	XXX_sizecache         int32      `json:"-"`
}

func (*L2VpnXcDisco) Descriptor

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

func (*L2VpnXcDisco) GetAdMethod

func (m *L2VpnXcDisco) GetAdMethod() uint32

func (*L2VpnXcDisco) GetAdServiceConnected

func (m *L2VpnXcDisco) GetAdServiceConnected() bool

func (*L2VpnXcDisco) GetAdSignallingMethod

func (m *L2VpnXcDisco) GetAdSignallingMethod() uint32

func (*L2VpnXcDisco) GetCeRange

func (m *L2VpnXcDisco) GetCeRange() uint32

func (*L2VpnXcDisco) GetExportRoutePolicy

func (m *L2VpnXcDisco) GetExportRoutePolicy() string

func (*L2VpnXcDisco) GetExportRt

func (m *L2VpnXcDisco) GetExportRt() []*L2VpnRt

func (*L2VpnXcDisco) GetImportRt

func (m *L2VpnXcDisco) GetImportRt() []*L2VpnRt

func (*L2VpnXcDisco) GetNumberACs

func (m *L2VpnXcDisco) GetNumberACs() uint32

func (*L2VpnXcDisco) GetNumberACsUp

func (m *L2VpnXcDisco) GetNumberACsUp() uint32

func (*L2VpnXcDisco) GetNumberCe2CEs

func (m *L2VpnXcDisco) GetNumberCe2CEs() uint32

func (*L2VpnXcDisco) GetNumberCe2CeAdvertised

func (m *L2VpnXcDisco) GetNumberCe2CeAdvertised() uint32

func (*L2VpnXcDisco) GetNumberPWsUp

func (m *L2VpnXcDisco) GetNumberPWsUp() uint32

func (*L2VpnXcDisco) GetNumberPseudowires

func (m *L2VpnXcDisco) GetNumberPseudowires() uint32

func (*L2VpnXcDisco) GetRdValue

func (m *L2VpnXcDisco) GetRdValue() *L2VpnRd

func (*L2VpnXcDisco) GetVpnAdded

func (m *L2VpnXcDisco) GetVpnAdded() bool

func (*L2VpnXcDisco) ProtoMessage

func (*L2VpnXcDisco) ProtoMessage()

func (*L2VpnXcDisco) Reset

func (m *L2VpnXcDisco) Reset()

func (*L2VpnXcDisco) String

func (m *L2VpnXcDisco) String() string

func (*L2VpnXcDisco) XXX_DiscardUnknown

func (m *L2VpnXcDisco) XXX_DiscardUnknown()

func (*L2VpnXcDisco) XXX_Marshal

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

func (*L2VpnXcDisco) XXX_Merge

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

func (*L2VpnXcDisco) XXX_Size

func (m *L2VpnXcDisco) XXX_Size() int

func (*L2VpnXcDisco) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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