cisco_ios_xr_evpn_oper_evpn_active_evi_detail_evi_children_inclusive_multicasts_inclusive_multicast

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-evpn-oper:evpn/active/evi-detail/evi-children/inclusive-multicasts/inclusive-multicast

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 L2VpnEvpnImcast

type L2VpnEvpnImcast struct {
	EvpnInstance         *L2VpnEvpnEviSummary `protobuf:"bytes,50,opt,name=evpn_instance,json=evpnInstance,proto3" json:"evpn_instance,omitempty"`
	EthernetTagXr        uint32               `protobuf:"varint,51,opt,name=ethernet_tag_xr,json=ethernetTagXr,proto3" json:"ethernet_tag_xr,omitempty"`
	OriginatingIpXr      string               `protobuf:"bytes,52,opt,name=originating_ip_xr,json=originatingIpXr,proto3" json:"originating_ip_xr,omitempty"`
	TunnelEndpointId     uint32               `protobuf:"varint,53,opt,name=tunnel_endpoint_id,json=tunnelEndpointId,proto3" json:"tunnel_endpoint_id,omitempty"`
	PmsiTunnelType       uint32               `protobuf:"varint,54,opt,name=pmsi_tunnel_type,json=pmsiTunnelType,proto3" json:"pmsi_tunnel_type,omitempty"`
	NextHop              string               `protobuf:"bytes,55,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	OutputLabel          uint32               `protobuf:"varint,56,opt,name=output_label,json=outputLabel,proto3" json:"output_label,omitempty"`
	IsLocalEntry         bool                 `protobuf:"varint,57,opt,name=is_local_entry,json=isLocalEntry,proto3" json:"is_local_entry,omitempty"`
	IsProxyEntry         bool                 `protobuf:"varint,58,opt,name=is_proxy_entry,json=isProxyEntry,proto3" json:"is_proxy_entry,omitempty"`
	SrtePolicy           string               `protobuf:"bytes,59,opt,name=srte_policy,json=srtePolicy,proto3" json:"srte_policy,omitempty"`
	EtreeLeaf            bool                 `protobuf:"varint,60,opt,name=etree_leaf,json=etreeLeaf,proto3" json:"etree_leaf,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*L2VpnEvpnImcast) Descriptor

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

func (*L2VpnEvpnImcast) GetEthernetTagXr

func (m *L2VpnEvpnImcast) GetEthernetTagXr() uint32

func (*L2VpnEvpnImcast) GetEtreeLeaf

func (m *L2VpnEvpnImcast) GetEtreeLeaf() bool

func (*L2VpnEvpnImcast) GetEvpnInstance

func (m *L2VpnEvpnImcast) GetEvpnInstance() *L2VpnEvpnEviSummary

func (*L2VpnEvpnImcast) GetIsLocalEntry

func (m *L2VpnEvpnImcast) GetIsLocalEntry() bool

func (*L2VpnEvpnImcast) GetIsProxyEntry

func (m *L2VpnEvpnImcast) GetIsProxyEntry() bool

func (*L2VpnEvpnImcast) GetNextHop

func (m *L2VpnEvpnImcast) GetNextHop() string

func (*L2VpnEvpnImcast) GetOriginatingIpXr

func (m *L2VpnEvpnImcast) GetOriginatingIpXr() string

func (*L2VpnEvpnImcast) GetOutputLabel

func (m *L2VpnEvpnImcast) GetOutputLabel() uint32

func (*L2VpnEvpnImcast) GetPmsiTunnelType

func (m *L2VpnEvpnImcast) GetPmsiTunnelType() uint32

func (*L2VpnEvpnImcast) GetSrtePolicy

func (m *L2VpnEvpnImcast) GetSrtePolicy() string

func (*L2VpnEvpnImcast) GetTunnelEndpointId

func (m *L2VpnEvpnImcast) GetTunnelEndpointId() uint32

func (*L2VpnEvpnImcast) ProtoMessage

func (*L2VpnEvpnImcast) ProtoMessage()

func (*L2VpnEvpnImcast) Reset

func (m *L2VpnEvpnImcast) Reset()

func (*L2VpnEvpnImcast) String

func (m *L2VpnEvpnImcast) String() string

func (*L2VpnEvpnImcast) XXX_DiscardUnknown

func (m *L2VpnEvpnImcast) XXX_DiscardUnknown()

func (*L2VpnEvpnImcast) XXX_Marshal

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

func (*L2VpnEvpnImcast) XXX_Merge

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

func (*L2VpnEvpnImcast) XXX_Size

func (m *L2VpnEvpnImcast) XXX_Size() int

func (*L2VpnEvpnImcast) XXX_Unmarshal

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

type L2VpnEvpnImcast_KEYS

type L2VpnEvpnImcast_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"`
	EthernetTag          uint32   `protobuf:"varint,3,opt,name=ethernet_tag,json=ethernetTag,proto3" json:"ethernet_tag,omitempty"`
	OriginatingIp        string   `protobuf:"bytes,4,opt,name=originating_ip,json=originatingIp,proto3" json:"originating_ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnEvpnImcast_KEYS) Descriptor

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

func (*L2VpnEvpnImcast_KEYS) GetEncapsulation

func (m *L2VpnEvpnImcast_KEYS) GetEncapsulation() uint32

func (*L2VpnEvpnImcast_KEYS) GetEthernetTag

func (m *L2VpnEvpnImcast_KEYS) GetEthernetTag() uint32

func (*L2VpnEvpnImcast_KEYS) GetEvi

func (m *L2VpnEvpnImcast_KEYS) GetEvi() uint32

func (*L2VpnEvpnImcast_KEYS) GetOriginatingIp

func (m *L2VpnEvpnImcast_KEYS) GetOriginatingIp() string

func (*L2VpnEvpnImcast_KEYS) ProtoMessage

func (*L2VpnEvpnImcast_KEYS) ProtoMessage()

func (*L2VpnEvpnImcast_KEYS) Reset

func (m *L2VpnEvpnImcast_KEYS) Reset()

func (*L2VpnEvpnImcast_KEYS) String

func (m *L2VpnEvpnImcast_KEYS) String() string

func (*L2VpnEvpnImcast_KEYS) XXX_DiscardUnknown

func (m *L2VpnEvpnImcast_KEYS) XXX_DiscardUnknown()

func (*L2VpnEvpnImcast_KEYS) XXX_Marshal

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

func (*L2VpnEvpnImcast_KEYS) XXX_Merge

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

func (*L2VpnEvpnImcast_KEYS) XXX_Size

func (m *L2VpnEvpnImcast_KEYS) XXX_Size() int

func (*L2VpnEvpnImcast_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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