cisco_ios_xr_tunnel_nve_oper_nve_vnis_vni

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NveShowVniBd

type NveShowVniBd struct {
	InterfaceName        string   `protobuf:"bytes,50,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	VniXr                uint32   `protobuf:"varint,51,opt,name=vni_xr,json=vniXr,proto3" json:"vni_xr,omitempty"`
	State                string   `protobuf:"bytes,52,opt,name=state,proto3" json:"state,omitempty"`
	McastIpv4Address     string   `protobuf:"bytes,53,opt,name=mcast_ipv4_address,json=mcastIpv4Address,proto3" json:"mcast_ipv4_address,omitempty"`
	Flags                uint32   `protobuf:"varint,54,opt,name=flags,proto3" json:"flags,omitempty"`
	VniMin               uint32   `protobuf:"varint,55,opt,name=vni_min,json=vniMin,proto3" json:"vni_min,omitempty"`
	VniMax               uint32   `protobuf:"varint,56,opt,name=vni_max,json=vniMax,proto3" json:"vni_max,omitempty"`
	McastFlags           uint32   `protobuf:"varint,57,opt,name=mcast_flags,json=mcastFlags,proto3" json:"mcast_flags,omitempty"`
	UdpPort              uint32   `protobuf:"varint,58,opt,name=udp_port,json=udpPort,proto3" json:"udp_port,omitempty"`
	BviIfh               uint32   `protobuf:"varint,59,opt,name=bvi_ifh,json=bviIfh,proto3" json:"bvi_ifh,omitempty"`
	BviState             uint32   `protobuf:"varint,60,opt,name=bvi_state,json=bviState,proto3" json:"bvi_state,omitempty"`
	BviMac               []uint32 `protobuf:"varint,61,rep,packed,name=bvi_mac,json=bviMac,proto3" json:"bvi_mac,omitempty"`
	VrfName              string   `protobuf:"bytes,62,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	VrfId                uint32   `protobuf:"varint,63,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	Ipv4TblId            uint32   `protobuf:"varint,64,opt,name=ipv4_tbl_id,json=ipv4TblId,proto3" json:"ipv4_tbl_id,omitempty"`
	Ipv6TblId            uint32   `protobuf:"varint,65,opt,name=ipv6_tbl_id,json=ipv6TblId,proto3" json:"ipv6_tbl_id,omitempty"`
	VrfVni               uint32   `protobuf:"varint,66,opt,name=vrf_vni,json=vrfVni,proto3" json:"vrf_vni,omitempty"`
	TopoValid            bool     `protobuf:"varint,67,opt,name=topo_valid,json=topoValid,proto3" json:"topo_valid,omitempty"`
	TopoId               uint32   `protobuf:"varint,68,opt,name=topo_id,json=topoId,proto3" json:"topo_id,omitempty"`
	TopoName             []string `protobuf:"bytes,69,rep,name=topo_name,json=topoName,proto3" json:"topo_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NveShowVniBd) Descriptor

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

func (*NveShowVniBd) GetBviIfh

func (m *NveShowVniBd) GetBviIfh() uint32

func (*NveShowVniBd) GetBviMac

func (m *NveShowVniBd) GetBviMac() []uint32

func (*NveShowVniBd) GetBviState

func (m *NveShowVniBd) GetBviState() uint32

func (*NveShowVniBd) GetFlags

func (m *NveShowVniBd) GetFlags() uint32

func (*NveShowVniBd) GetInterfaceName

func (m *NveShowVniBd) GetInterfaceName() string

func (*NveShowVniBd) GetIpv4TblId

func (m *NveShowVniBd) GetIpv4TblId() uint32

func (*NveShowVniBd) GetIpv6TblId

func (m *NveShowVniBd) GetIpv6TblId() uint32

func (*NveShowVniBd) GetMcastFlags

func (m *NveShowVniBd) GetMcastFlags() uint32

func (*NveShowVniBd) GetMcastIpv4Address

func (m *NveShowVniBd) GetMcastIpv4Address() string

func (*NveShowVniBd) GetState

func (m *NveShowVniBd) GetState() string

func (*NveShowVniBd) GetTopoId

func (m *NveShowVniBd) GetTopoId() uint32

func (*NveShowVniBd) GetTopoName

func (m *NveShowVniBd) GetTopoName() []string

func (*NveShowVniBd) GetTopoValid

func (m *NveShowVniBd) GetTopoValid() bool

func (*NveShowVniBd) GetUdpPort

func (m *NveShowVniBd) GetUdpPort() uint32

func (*NveShowVniBd) GetVniMax

func (m *NveShowVniBd) GetVniMax() uint32

func (*NveShowVniBd) GetVniMin

func (m *NveShowVniBd) GetVniMin() uint32

func (*NveShowVniBd) GetVniXr

func (m *NveShowVniBd) GetVniXr() uint32

func (*NveShowVniBd) GetVrfId

func (m *NveShowVniBd) GetVrfId() uint32

func (*NveShowVniBd) GetVrfName

func (m *NveShowVniBd) GetVrfName() string

func (*NveShowVniBd) GetVrfVni

func (m *NveShowVniBd) GetVrfVni() uint32

func (*NveShowVniBd) ProtoMessage

func (*NveShowVniBd) ProtoMessage()

func (*NveShowVniBd) Reset

func (m *NveShowVniBd) Reset()

func (*NveShowVniBd) String

func (m *NveShowVniBd) String() string

func (*NveShowVniBd) XXX_DiscardUnknown

func (m *NveShowVniBd) XXX_DiscardUnknown()

func (*NveShowVniBd) XXX_Marshal

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

func (*NveShowVniBd) XXX_Merge

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

func (*NveShowVniBd) XXX_Size

func (m *NveShowVniBd) XXX_Size() int

func (*NveShowVniBd) XXX_Unmarshal

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

type NveShowVniBd_KEYS

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

func (*NveShowVniBd_KEYS) Descriptor

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

func (*NveShowVniBd_KEYS) GetVni

func (m *NveShowVniBd_KEYS) GetVni() string

func (*NveShowVniBd_KEYS) ProtoMessage

func (*NveShowVniBd_KEYS) ProtoMessage()

func (*NveShowVniBd_KEYS) Reset

func (m *NveShowVniBd_KEYS) Reset()

func (*NveShowVniBd_KEYS) String

func (m *NveShowVniBd_KEYS) String() string

func (*NveShowVniBd_KEYS) XXX_DiscardUnknown

func (m *NveShowVniBd_KEYS) XXX_DiscardUnknown()

func (*NveShowVniBd_KEYS) XXX_Marshal

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

func (*NveShowVniBd_KEYS) XXX_Merge

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

func (*NveShowVniBd_KEYS) XXX_Size

func (m *NveShowVniBd_KEYS) XXX_Size() int

func (*NveShowVniBd_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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