cisco_ios_xr_ethernet_lldp_oper_lldp_nodes_node_interfaces_interface

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-ethernet-lldp-oper:lldp/nodes/node/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LldpAddrEntryEntry

type LldpAddrEntryEntry struct {
	LldpAddrEntry        []*LldpAddrEntryItem `protobuf:"bytes,1,rep,name=lldp_addr_entry,json=lldpAddrEntry,proto3" json:"lldp_addr_entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*LldpAddrEntryEntry) Descriptor

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

func (*LldpAddrEntryEntry) GetLldpAddrEntry

func (m *LldpAddrEntryEntry) GetLldpAddrEntry() []*LldpAddrEntryItem

func (*LldpAddrEntryEntry) ProtoMessage

func (*LldpAddrEntryEntry) ProtoMessage()

func (*LldpAddrEntryEntry) Reset

func (m *LldpAddrEntryEntry) Reset()

func (*LldpAddrEntryEntry) String

func (m *LldpAddrEntryEntry) String() string

func (*LldpAddrEntryEntry) XXX_DiscardUnknown

func (m *LldpAddrEntryEntry) XXX_DiscardUnknown()

func (*LldpAddrEntryEntry) XXX_Marshal

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

func (*LldpAddrEntryEntry) XXX_Merge

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

func (*LldpAddrEntryEntry) XXX_Size

func (m *LldpAddrEntryEntry) XXX_Size() int

func (*LldpAddrEntryEntry) XXX_Unmarshal

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

type LldpAddrEntryItem

type LldpAddrEntryItem struct {
	Address              *LldpL3Addr `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	MaSubtype            uint32      `protobuf:"varint,2,opt,name=ma_subtype,json=maSubtype,proto3" json:"ma_subtype,omitempty"`
	IfNum                uint32      `protobuf:"varint,3,opt,name=if_num,json=ifNum,proto3" json:"if_num,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*LldpAddrEntryItem) Descriptor

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

func (*LldpAddrEntryItem) GetAddress

func (m *LldpAddrEntryItem) GetAddress() *LldpL3Addr

func (*LldpAddrEntryItem) GetIfNum

func (m *LldpAddrEntryItem) GetIfNum() uint32

func (*LldpAddrEntryItem) GetMaSubtype

func (m *LldpAddrEntryItem) GetMaSubtype() uint32

func (*LldpAddrEntryItem) ProtoMessage

func (*LldpAddrEntryItem) ProtoMessage()

func (*LldpAddrEntryItem) Reset

func (m *LldpAddrEntryItem) Reset()

func (*LldpAddrEntryItem) String

func (m *LldpAddrEntryItem) String() string

func (*LldpAddrEntryItem) XXX_DiscardUnknown

func (m *LldpAddrEntryItem) XXX_DiscardUnknown()

func (*LldpAddrEntryItem) XXX_Marshal

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

func (*LldpAddrEntryItem) XXX_Merge

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

func (*LldpAddrEntryItem) XXX_Size

func (m *LldpAddrEntryItem) XXX_Size() int

func (*LldpAddrEntryItem) XXX_Unmarshal

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

type LldpInterface

type LldpInterface struct {
	InterfaceNameXr       string              `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	TxEnabled             uint32              `protobuf:"varint,51,opt,name=tx_enabled,json=txEnabled,proto3" json:"tx_enabled,omitempty"`
	RxEnabled             uint32              `protobuf:"varint,52,opt,name=rx_enabled,json=rxEnabled,proto3" json:"rx_enabled,omitempty"`
	TxState               string              `protobuf:"bytes,53,opt,name=tx_state,json=txState,proto3" json:"tx_state,omitempty"`
	RxState               string              `protobuf:"bytes,54,opt,name=rx_state,json=rxState,proto3" json:"rx_state,omitempty"`
	IfIndex               uint32              `protobuf:"varint,55,opt,name=if_index,json=ifIndex,proto3" json:"if_index,omitempty"`
	PortId                string              `protobuf:"bytes,56,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	PortIdSubType         uint32              `protobuf:"varint,57,opt,name=port_id_sub_type,json=portIdSubType,proto3" json:"port_id_sub_type,omitempty"`
	PortDescription       string              `protobuf:"bytes,58,opt,name=port_description,json=portDescription,proto3" json:"port_description,omitempty"`
	LocalNetworkAddresses *LldpAddrEntryEntry `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}            `json:"-"`
	XXX_unrecognized      []byte              `json:"-"`
	XXX_sizecache         int32               `json:"-"`
}

func (*LldpInterface) Descriptor

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

func (*LldpInterface) GetIfIndex

func (m *LldpInterface) GetIfIndex() uint32

func (*LldpInterface) GetInterfaceNameXr

func (m *LldpInterface) GetInterfaceNameXr() string

func (*LldpInterface) GetLocalNetworkAddresses

func (m *LldpInterface) GetLocalNetworkAddresses() *LldpAddrEntryEntry

func (*LldpInterface) GetPortDescription

func (m *LldpInterface) GetPortDescription() string

func (*LldpInterface) GetPortId

func (m *LldpInterface) GetPortId() string

func (*LldpInterface) GetPortIdSubType

func (m *LldpInterface) GetPortIdSubType() uint32

func (*LldpInterface) GetRxEnabled

func (m *LldpInterface) GetRxEnabled() uint32

func (*LldpInterface) GetRxState

func (m *LldpInterface) GetRxState() string

func (*LldpInterface) GetTxEnabled

func (m *LldpInterface) GetTxEnabled() uint32

func (*LldpInterface) GetTxState

func (m *LldpInterface) GetTxState() string

func (*LldpInterface) ProtoMessage

func (*LldpInterface) ProtoMessage()

func (*LldpInterface) Reset

func (m *LldpInterface) Reset()

func (*LldpInterface) String

func (m *LldpInterface) String() string

func (*LldpInterface) XXX_DiscardUnknown

func (m *LldpInterface) XXX_DiscardUnknown()

func (*LldpInterface) XXX_Marshal

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

func (*LldpInterface) XXX_Merge

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

func (*LldpInterface) XXX_Size

func (m *LldpInterface) XXX_Size() int

func (*LldpInterface) XXX_Unmarshal

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

type LldpInterface_KEYS

type LldpInterface_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LldpInterface_KEYS) Descriptor

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

func (*LldpInterface_KEYS) GetInterfaceName

func (m *LldpInterface_KEYS) GetInterfaceName() string

func (*LldpInterface_KEYS) GetNodeName

func (m *LldpInterface_KEYS) GetNodeName() string

func (*LldpInterface_KEYS) ProtoMessage

func (*LldpInterface_KEYS) ProtoMessage()

func (*LldpInterface_KEYS) Reset

func (m *LldpInterface_KEYS) Reset()

func (*LldpInterface_KEYS) String

func (m *LldpInterface_KEYS) String() string

func (*LldpInterface_KEYS) XXX_DiscardUnknown

func (m *LldpInterface_KEYS) XXX_DiscardUnknown()

func (*LldpInterface_KEYS) XXX_Marshal

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

func (*LldpInterface_KEYS) XXX_Merge

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

func (*LldpInterface_KEYS) XXX_Size

func (m *LldpInterface_KEYS) XXX_Size() int

func (*LldpInterface_KEYS) XXX_Unmarshal

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

type LldpL3Addr

type LldpL3Addr struct {
	AddressType          string   `protobuf:"bytes,1,opt,name=address_type,json=addressType,proto3" json:"address_type,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LldpL3Addr) Descriptor

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

func (*LldpL3Addr) GetAddressType

func (m *LldpL3Addr) GetAddressType() string

func (*LldpL3Addr) GetIpv4Address

func (m *LldpL3Addr) GetIpv4Address() string

func (*LldpL3Addr) GetIpv6Address

func (m *LldpL3Addr) GetIpv6Address() string

func (*LldpL3Addr) ProtoMessage

func (*LldpL3Addr) ProtoMessage()

func (*LldpL3Addr) Reset

func (m *LldpL3Addr) Reset()

func (*LldpL3Addr) String

func (m *LldpL3Addr) String() string

func (*LldpL3Addr) XXX_DiscardUnknown

func (m *LldpL3Addr) XXX_DiscardUnknown()

func (*LldpL3Addr) XXX_Marshal

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

func (*LldpL3Addr) XXX_Merge

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

func (*LldpL3Addr) XXX_Size

func (m *LldpL3Addr) XXX_Size() int

func (*LldpL3Addr) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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