cisco_ios_xr_ipv4_arp_oper_arp_gmp_vrfs_vrf_interface_configured_ips_interface_configured_ip

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv4-arp-oper:arp-gmp/vrfs/vrf/interface-configured-ips/interface-configured-ip

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArpGmpConfigEntry

type ArpGmpConfigEntry struct {
	// IP address
	IpAddress string `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// Hardware address
	HardwareAddress string `protobuf:"bytes,2,opt,name=hardware_address,json=hardwareAddress,proto3" json:"hardware_address,omitempty"`
	// Encap type
	EncapsulationType string `protobuf:"bytes,3,opt,name=encapsulation_type,json=encapsulationType,proto3" json:"encapsulation_type,omitempty"`
	// Entry type static/alias
	EntryType            string   `protobuf:"bytes,4,opt,name=entry_type,json=entryType,proto3" json:"entry_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ARP GMP configuration entry

func (*ArpGmpConfigEntry) Descriptor

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

func (*ArpGmpConfigEntry) GetEncapsulationType

func (m *ArpGmpConfigEntry) GetEncapsulationType() string

func (*ArpGmpConfigEntry) GetEntryType

func (m *ArpGmpConfigEntry) GetEntryType() string

func (*ArpGmpConfigEntry) GetHardwareAddress

func (m *ArpGmpConfigEntry) GetHardwareAddress() string

func (*ArpGmpConfigEntry) GetIpAddress

func (m *ArpGmpConfigEntry) GetIpAddress() string

func (*ArpGmpConfigEntry) ProtoMessage

func (*ArpGmpConfigEntry) ProtoMessage()

func (*ArpGmpConfigEntry) Reset

func (m *ArpGmpConfigEntry) Reset()

func (*ArpGmpConfigEntry) String

func (m *ArpGmpConfigEntry) String() string

func (*ArpGmpConfigEntry) XXX_DiscardUnknown

func (m *ArpGmpConfigEntry) XXX_DiscardUnknown()

func (*ArpGmpConfigEntry) XXX_Marshal

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

func (*ArpGmpConfigEntry) XXX_Merge

func (dst *ArpGmpConfigEntry) XXX_Merge(src proto.Message)

func (*ArpGmpConfigEntry) XXX_Size

func (m *ArpGmpConfigEntry) XXX_Size() int

func (*ArpGmpConfigEntry) XXX_Unmarshal

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

type ArpGmpIntfEntry

type ArpGmpIntfEntry struct {
	// Interface name
	InterfaceName string `protobuf:"bytes,50,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	// Route reference count
	ReferenceCount uint32 `protobuf:"varint,51,opt,name=reference_count,json=referenceCount,proto3" json:"reference_count,omitempty"`
	// Associated configuration entry
	AssociatedConfigurationEntry *ArpGmpConfigEntry `` /* 148-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}           `json:"-"`
	XXX_unrecognized             []byte             `json:"-"`
	XXX_sizecache                int32              `json:"-"`
}

func (*ArpGmpIntfEntry) Descriptor

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

func (*ArpGmpIntfEntry) GetAssociatedConfigurationEntry

func (m *ArpGmpIntfEntry) GetAssociatedConfigurationEntry() *ArpGmpConfigEntry

func (*ArpGmpIntfEntry) GetInterfaceName

func (m *ArpGmpIntfEntry) GetInterfaceName() string

func (*ArpGmpIntfEntry) GetReferenceCount

func (m *ArpGmpIntfEntry) GetReferenceCount() uint32

func (*ArpGmpIntfEntry) ProtoMessage

func (*ArpGmpIntfEntry) ProtoMessage()

func (*ArpGmpIntfEntry) Reset

func (m *ArpGmpIntfEntry) Reset()

func (*ArpGmpIntfEntry) String

func (m *ArpGmpIntfEntry) String() string

func (*ArpGmpIntfEntry) XXX_DiscardUnknown

func (m *ArpGmpIntfEntry) XXX_DiscardUnknown()

func (*ArpGmpIntfEntry) XXX_Marshal

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

func (*ArpGmpIntfEntry) XXX_Merge

func (dst *ArpGmpIntfEntry) XXX_Merge(src proto.Message)

func (*ArpGmpIntfEntry) XXX_Size

func (m *ArpGmpIntfEntry) XXX_Size() int

func (*ArpGmpIntfEntry) XXX_Unmarshal

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

type ArpGmpIntfEntry_KEYS

type ArpGmpIntfEntry_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Address              string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ARP GMP entries associated with an interface

func (*ArpGmpIntfEntry_KEYS) Descriptor

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

func (*ArpGmpIntfEntry_KEYS) GetAddress

func (m *ArpGmpIntfEntry_KEYS) GetAddress() string

func (*ArpGmpIntfEntry_KEYS) GetInterfaceName

func (m *ArpGmpIntfEntry_KEYS) GetInterfaceName() string

func (*ArpGmpIntfEntry_KEYS) GetVrfName

func (m *ArpGmpIntfEntry_KEYS) GetVrfName() string

func (*ArpGmpIntfEntry_KEYS) ProtoMessage

func (*ArpGmpIntfEntry_KEYS) ProtoMessage()

func (*ArpGmpIntfEntry_KEYS) Reset

func (m *ArpGmpIntfEntry_KEYS) Reset()

func (*ArpGmpIntfEntry_KEYS) String

func (m *ArpGmpIntfEntry_KEYS) String() string

func (*ArpGmpIntfEntry_KEYS) XXX_DiscardUnknown

func (m *ArpGmpIntfEntry_KEYS) XXX_DiscardUnknown()

func (*ArpGmpIntfEntry_KEYS) XXX_Marshal

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

func (*ArpGmpIntfEntry_KEYS) XXX_Merge

func (dst *ArpGmpIntfEntry_KEYS) XXX_Merge(src proto.Message)

func (*ArpGmpIntfEntry_KEYS) XXX_Size

func (m *ArpGmpIntfEntry_KEYS) XXX_Size() int

func (*ArpGmpIntfEntry_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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