cisco_ios_xr_evpn_oper_evpn_standby_evi_detail_evi_children_ethernet_auto_discoveries_ethernet_auto_discovery

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-evpn-oper:evpn/standby/evi-detail/evi-children/ethernet-auto-discoveries/ethernet-auto-discovery

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VpnEvpnEad

type L2VpnEvpnEad struct {
	EvpnInstance               *L2VpnEvpnEviSummary    `protobuf:"bytes,50,opt,name=evpn_instance,json=evpnInstance,proto3" json:"evpn_instance,omitempty"`
	EthernetSegmentIdentifier  []uint32                `` /* 147-byte string literal not displayed */
	EthernetTagXr              uint32                  `protobuf:"varint,52,opt,name=ethernet_tag_xr,json=ethernetTagXr,proto3" json:"ethernet_tag_xr,omitempty"`
	LocalNextHop               string                  `protobuf:"bytes,53,opt,name=local_next_hop,json=localNextHop,proto3" json:"local_next_hop,omitempty"`
	LocalLabel                 uint32                  `protobuf:"varint,54,opt,name=local_label,json=localLabel,proto3" json:"local_label,omitempty"`
	IsLocalEad                 bool                    `protobuf:"varint,55,opt,name=is_local_ead,json=isLocalEad,proto3" json:"is_local_ead,omitempty"`
	RedundancySingleActive     bool                    `` /* 131-byte string literal not displayed */
	RedundancySingleFlowActive bool                    `` /* 145-byte string literal not displayed */
	NumPaths                   uint32                  `protobuf:"varint,58,opt,name=num_paths,json=numPaths,proto3" json:"num_paths,omitempty"`
	PathBuffer                 []*L2VpnLabelPathBuffer `protobuf:"bytes,59,rep,name=path_buffer,json=pathBuffer,proto3" json:"path_buffer,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                `json:"-"`
	XXX_unrecognized           []byte                  `json:"-"`
	XXX_sizecache              int32                   `json:"-"`
}

func (*L2VpnEvpnEad) Descriptor

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

func (*L2VpnEvpnEad) GetEthernetSegmentIdentifier

func (m *L2VpnEvpnEad) GetEthernetSegmentIdentifier() []uint32

func (*L2VpnEvpnEad) GetEthernetTagXr

func (m *L2VpnEvpnEad) GetEthernetTagXr() uint32

func (*L2VpnEvpnEad) GetEvpnInstance

func (m *L2VpnEvpnEad) GetEvpnInstance() *L2VpnEvpnEviSummary

func (*L2VpnEvpnEad) GetIsLocalEad

func (m *L2VpnEvpnEad) GetIsLocalEad() bool

func (*L2VpnEvpnEad) GetLocalLabel

func (m *L2VpnEvpnEad) GetLocalLabel() uint32

func (*L2VpnEvpnEad) GetLocalNextHop

func (m *L2VpnEvpnEad) GetLocalNextHop() string

func (*L2VpnEvpnEad) GetNumPaths

func (m *L2VpnEvpnEad) GetNumPaths() uint32

func (*L2VpnEvpnEad) GetPathBuffer

func (m *L2VpnEvpnEad) GetPathBuffer() []*L2VpnLabelPathBuffer

func (*L2VpnEvpnEad) GetRedundancySingleActive

func (m *L2VpnEvpnEad) GetRedundancySingleActive() bool

func (*L2VpnEvpnEad) GetRedundancySingleFlowActive

func (m *L2VpnEvpnEad) GetRedundancySingleFlowActive() bool

func (*L2VpnEvpnEad) ProtoMessage

func (*L2VpnEvpnEad) ProtoMessage()

func (*L2VpnEvpnEad) Reset

func (m *L2VpnEvpnEad) Reset()

func (*L2VpnEvpnEad) String

func (m *L2VpnEvpnEad) String() string

func (*L2VpnEvpnEad) XXX_DiscardUnknown

func (m *L2VpnEvpnEad) XXX_DiscardUnknown()

func (*L2VpnEvpnEad) XXX_Marshal

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

func (*L2VpnEvpnEad) XXX_Merge

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

func (*L2VpnEvpnEad) XXX_Size

func (m *L2VpnEvpnEad) XXX_Size() int

func (*L2VpnEvpnEad) XXX_Unmarshal

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

type L2VpnEvpnEad_KEYS

type L2VpnEvpnEad_KEYS struct {
	Evi                  uint32   `protobuf:"varint,1,opt,name=evi,proto3" json:"evi,omitempty"`
	Encapsulation        uint32   `protobuf:"varint,2,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	Esi1                 string   `protobuf:"bytes,3,opt,name=esi1,proto3" json:"esi1,omitempty"`
	Esi2                 string   `protobuf:"bytes,4,opt,name=esi2,proto3" json:"esi2,omitempty"`
	Esi3                 string   `protobuf:"bytes,5,opt,name=esi3,proto3" json:"esi3,omitempty"`
	Esi4                 string   `protobuf:"bytes,6,opt,name=esi4,proto3" json:"esi4,omitempty"`
	Esi5                 string   `protobuf:"bytes,7,opt,name=esi5,proto3" json:"esi5,omitempty"`
	EthernetTag          uint32   `protobuf:"varint,8,opt,name=ethernet_tag,json=ethernetTag,proto3" json:"ethernet_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnEvpnEad_KEYS) Descriptor

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

func (*L2VpnEvpnEad_KEYS) GetEncapsulation

func (m *L2VpnEvpnEad_KEYS) GetEncapsulation() uint32

func (*L2VpnEvpnEad_KEYS) GetEsi1

func (m *L2VpnEvpnEad_KEYS) GetEsi1() string

func (*L2VpnEvpnEad_KEYS) GetEsi2

func (m *L2VpnEvpnEad_KEYS) GetEsi2() string

func (*L2VpnEvpnEad_KEYS) GetEsi3

func (m *L2VpnEvpnEad_KEYS) GetEsi3() string

func (*L2VpnEvpnEad_KEYS) GetEsi4

func (m *L2VpnEvpnEad_KEYS) GetEsi4() string

func (*L2VpnEvpnEad_KEYS) GetEsi5

func (m *L2VpnEvpnEad_KEYS) GetEsi5() string

func (*L2VpnEvpnEad_KEYS) GetEthernetTag

func (m *L2VpnEvpnEad_KEYS) GetEthernetTag() uint32

func (*L2VpnEvpnEad_KEYS) GetEvi

func (m *L2VpnEvpnEad_KEYS) GetEvi() uint32

func (*L2VpnEvpnEad_KEYS) ProtoMessage

func (*L2VpnEvpnEad_KEYS) ProtoMessage()

func (*L2VpnEvpnEad_KEYS) Reset

func (m *L2VpnEvpnEad_KEYS) Reset()

func (*L2VpnEvpnEad_KEYS) String

func (m *L2VpnEvpnEad_KEYS) String() string

func (*L2VpnEvpnEad_KEYS) XXX_DiscardUnknown

func (m *L2VpnEvpnEad_KEYS) XXX_DiscardUnknown()

func (*L2VpnEvpnEad_KEYS) XXX_Marshal

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

func (*L2VpnEvpnEad_KEYS) XXX_Merge

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

func (*L2VpnEvpnEad_KEYS) XXX_Size

func (m *L2VpnEvpnEad_KEYS) XXX_Size() int

func (*L2VpnEvpnEad_KEYS) XXX_Unmarshal

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

type L2VpnEvpnEviSummary

type L2VpnEvpnEviSummary struct {
	EthernetVpnId        uint32   `protobuf:"varint,1,opt,name=ethernet_vpn_id,json=ethernetVpnId,proto3" json:"ethernet_vpn_id,omitempty"`
	EncapsulationXr      uint32   `protobuf:"varint,2,opt,name=encapsulation_xr,json=encapsulationXr,proto3" json:"encapsulation_xr,omitempty"`
	BdName               string   `protobuf:"bytes,3,opt,name=bd_name,json=bdName,proto3" json:"bd_name,omitempty"`
	Type                 string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnEvpnEviSummary) Descriptor

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

func (*L2VpnEvpnEviSummary) GetBdName

func (m *L2VpnEvpnEviSummary) GetBdName() string

func (*L2VpnEvpnEviSummary) GetEncapsulationXr

func (m *L2VpnEvpnEviSummary) GetEncapsulationXr() uint32

func (*L2VpnEvpnEviSummary) GetEthernetVpnId

func (m *L2VpnEvpnEviSummary) GetEthernetVpnId() uint32

func (*L2VpnEvpnEviSummary) GetType

func (m *L2VpnEvpnEviSummary) GetType() string

func (*L2VpnEvpnEviSummary) ProtoMessage

func (*L2VpnEvpnEviSummary) ProtoMessage()

func (*L2VpnEvpnEviSummary) Reset

func (m *L2VpnEvpnEviSummary) Reset()

func (*L2VpnEvpnEviSummary) String

func (m *L2VpnEvpnEviSummary) String() string

func (*L2VpnEvpnEviSummary) XXX_DiscardUnknown

func (m *L2VpnEvpnEviSummary) XXX_DiscardUnknown()

func (*L2VpnEvpnEviSummary) XXX_Marshal

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

func (*L2VpnEvpnEviSummary) XXX_Merge

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

func (*L2VpnEvpnEviSummary) XXX_Size

func (m *L2VpnEvpnEviSummary) XXX_Size() int

func (*L2VpnEvpnEviSummary) XXX_Unmarshal

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

type L2VpnLabelPathBuffer

type L2VpnLabelPathBuffer struct {
	TunnelEndpointId     uint32   `protobuf:"varint,1,opt,name=tunnel_endpoint_id,json=tunnelEndpointId,proto3" json:"tunnel_endpoint_id,omitempty"`
	NextHop              string   `protobuf:"bytes,2,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	OutputLabel          uint32   `protobuf:"varint,3,opt,name=output_label,json=outputLabel,proto3" json:"output_label,omitempty"`
	SrteTunnel           string   `protobuf:"bytes,4,opt,name=srte_tunnel,json=srteTunnel,proto3" json:"srte_tunnel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnLabelPathBuffer) Descriptor

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

func (*L2VpnLabelPathBuffer) GetNextHop

func (m *L2VpnLabelPathBuffer) GetNextHop() string

func (*L2VpnLabelPathBuffer) GetOutputLabel

func (m *L2VpnLabelPathBuffer) GetOutputLabel() uint32

func (*L2VpnLabelPathBuffer) GetSrteTunnel

func (m *L2VpnLabelPathBuffer) GetSrteTunnel() string

func (*L2VpnLabelPathBuffer) GetTunnelEndpointId

func (m *L2VpnLabelPathBuffer) GetTunnelEndpointId() uint32

func (*L2VpnLabelPathBuffer) ProtoMessage

func (*L2VpnLabelPathBuffer) ProtoMessage()

func (*L2VpnLabelPathBuffer) Reset

func (m *L2VpnLabelPathBuffer) Reset()

func (*L2VpnLabelPathBuffer) String

func (m *L2VpnLabelPathBuffer) String() string

func (*L2VpnLabelPathBuffer) XXX_DiscardUnknown

func (m *L2VpnLabelPathBuffer) XXX_DiscardUnknown()

func (*L2VpnLabelPathBuffer) XXX_Marshal

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

func (*L2VpnLabelPathBuffer) XXX_Merge

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

func (*L2VpnLabelPathBuffer) XXX_Size

func (m *L2VpnLabelPathBuffer) XXX_Size() int

func (*L2VpnLabelPathBuffer) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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