lldp

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package lldp is a generated package which contains definitions of structs which generate gNMI paths for a YANG schema.

This package was generated by ygnmi version: v0.11.1: (ygot: v0.29.18) using the following YANG input files:

  • models-yang/models/bgp/open-traffic-generator-bgp.yang
  • models-yang/models/discovery/open-traffic-generator-discovery.yang
  • models-yang/models/flow/open-traffic-generator-flow.yang
  • models-yang/models/interface/open-traffic-generator-port.yang
  • models-yang/models/isis/open-traffic-generator-isis.yang
  • models-yang/models/lacp/open-traffic-generator-lacp.yang
  • models-yang/models/lag/open-traffic-generator-lag.yang
  • models-yang/models/lldp/open-traffic-generator-lldp.yang
  • models-yang/models/rsvp/open-traffic-generator-rsvp.yang
  • models-yang/models/types/open-traffic-generator-types.yang

Imported modules were sourced from:

  • models-yang/models/...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LldpInterfacePath

type LldpInterfacePath struct {
	*ygnmi.NodePath
}

LldpInterfacePath represents the /open-traffic-generator-lldp/lldps/lldp-interface YANG schema element.

func (*LldpInterfacePath) Counters

Counters (container): Counters of an individual LLDP interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/counters"
Path from root:       "/lldps/lldp-interface/state/counters"

func (*LldpInterfacePath) LldpNeighborDatabase

func (n *LldpInterfacePath) LldpNeighborDatabase() *LldpInterface_LldpNeighborDatabasePath

LldpNeighborDatabase (container): Discovered neighbors of an individual LLDP interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/lldp-neighbor-database"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database"

func (*LldpInterfacePath) Name

Name (leaf): An arbitary name of the LLDP interface determined by the ATE configuration.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/name"
Path from root:       "/lldps/lldp-interface/*/name"

func (*LldpInterfacePath) State

State returns a Query that can be used in gNMI operations.

type LldpInterfacePathAny

type LldpInterfacePathAny struct {
	*ygnmi.NodePath
}

LldpInterfacePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface YANG schema element.

func (*LldpInterfacePathAny) Counters

Counters (container): Counters of an individual LLDP interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/counters"
Path from root:       "/lldps/lldp-interface/state/counters"

func (*LldpInterfacePathAny) LldpNeighborDatabase

LldpNeighborDatabase (container): Discovered neighbors of an individual LLDP interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/lldp-neighbor-database"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database"

func (*LldpInterfacePathAny) Name

Name (leaf): An arbitary name of the LLDP interface determined by the ATE configuration.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/name"
Path from root:       "/lldps/lldp-interface/*/name"

func (*LldpInterfacePathAny) State

State returns a Query that can be used in gNMI operations.

type LldpInterfacePathMap added in v0.1.24

type LldpInterfacePathMap struct {
	*ygnmi.NodePath
}

LldpInterfacePathMap represents the /open-traffic-generator-lldp/lldps/lldp-interface YANG schema element.

type LldpInterfacePathMapAny added in v0.1.24

type LldpInterfacePathMapAny struct {
	*ygnmi.NodePath
}

LldpInterfacePathMapAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface YANG schema element.

type LldpInterface_CountersPath

type LldpInterface_CountersPath struct {
	*ygnmi.NodePath
}

LldpInterface_CountersPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters YANG schema element.

func (*LldpInterface_CountersPath) FrameDiscard

FrameDiscard (leaf): The total number of LLDP frames discarded.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-discard"
Path from root:       "/lldps/lldp-interface/state/counters/frame-discard"

func (*LldpInterface_CountersPath) FrameErrorIn

FrameErrorIn (leaf): The total number of LLDP frames received having errors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-error-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-error-in"

func (*LldpInterface_CountersPath) FrameIn

FrameIn (leaf): The total number of LLDP frames received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-in"

func (*LldpInterface_CountersPath) FrameOut

FrameOut (leaf): The total number of LLDP frames transmitted.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-out"
Path from root:       "/lldps/lldp-interface/state/counters/frame-out"

func (*LldpInterface_CountersPath) State

State returns a Query that can be used in gNMI operations.

func (*LldpInterface_CountersPath) TlvDiscard

TlvDiscard (leaf): The total number of LLDP tlvs discarded.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-discard"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-discard"

func (*LldpInterface_CountersPath) TlvUnknown

TlvUnknown (leaf): The total number of LLDP unknown tlvs received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-unknown"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-unknown"

type LldpInterface_CountersPathAny

type LldpInterface_CountersPathAny struct {
	*ygnmi.NodePath
}

LldpInterface_CountersPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters YANG schema element.

func (*LldpInterface_CountersPathAny) FrameDiscard

FrameDiscard (leaf): The total number of LLDP frames discarded.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-discard"
Path from root:       "/lldps/lldp-interface/state/counters/frame-discard"

func (*LldpInterface_CountersPathAny) FrameErrorIn

FrameErrorIn (leaf): The total number of LLDP frames received having errors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-error-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-error-in"

func (*LldpInterface_CountersPathAny) FrameIn

FrameIn (leaf): The total number of LLDP frames received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-in"

func (*LldpInterface_CountersPathAny) FrameOut

FrameOut (leaf): The total number of LLDP frames transmitted.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-out"
Path from root:       "/lldps/lldp-interface/state/counters/frame-out"

func (*LldpInterface_CountersPathAny) State

State returns a Query that can be used in gNMI operations.

func (*LldpInterface_CountersPathAny) TlvDiscard

TlvDiscard (leaf): The total number of LLDP tlvs discarded.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-discard"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-discard"

func (*LldpInterface_CountersPathAny) TlvUnknown

TlvUnknown (leaf): The total number of LLDP unknown tlvs received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-unknown"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-unknown"

type LldpInterface_Counters_FrameDiscardPath

type LldpInterface_Counters_FrameDiscardPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameDiscardPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-discard YANG schema element.

func (*LldpInterface_Counters_FrameDiscardPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-discard"
Path from root:       "/lldps/lldp-interface/state/counters/frame-discard"

type LldpInterface_Counters_FrameDiscardPathAny

type LldpInterface_Counters_FrameDiscardPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameDiscardPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-discard YANG schema element.

func (*LldpInterface_Counters_FrameDiscardPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-discard"
Path from root:       "/lldps/lldp-interface/state/counters/frame-discard"

type LldpInterface_Counters_FrameErrorInPath

type LldpInterface_Counters_FrameErrorInPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameErrorInPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-error-in YANG schema element.

func (*LldpInterface_Counters_FrameErrorInPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-error-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-error-in"

type LldpInterface_Counters_FrameErrorInPathAny

type LldpInterface_Counters_FrameErrorInPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameErrorInPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-error-in YANG schema element.

func (*LldpInterface_Counters_FrameErrorInPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-error-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-error-in"

type LldpInterface_Counters_FrameInPath

type LldpInterface_Counters_FrameInPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameInPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-in YANG schema element.

func (*LldpInterface_Counters_FrameInPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-in"

type LldpInterface_Counters_FrameInPathAny

type LldpInterface_Counters_FrameInPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameInPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-in YANG schema element.

func (*LldpInterface_Counters_FrameInPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-in"
Path from root:       "/lldps/lldp-interface/state/counters/frame-in"

type LldpInterface_Counters_FrameOutPath

type LldpInterface_Counters_FrameOutPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameOutPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-out YANG schema element.

func (*LldpInterface_Counters_FrameOutPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-out"
Path from root:       "/lldps/lldp-interface/state/counters/frame-out"

type LldpInterface_Counters_FrameOutPathAny

type LldpInterface_Counters_FrameOutPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_FrameOutPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/frame-out YANG schema element.

func (*LldpInterface_Counters_FrameOutPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "frame-out"
Path from root:       "/lldps/lldp-interface/state/counters/frame-out"

type LldpInterface_Counters_TlvDiscardPath

type LldpInterface_Counters_TlvDiscardPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_TlvDiscardPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/tlv-discard YANG schema element.

func (*LldpInterface_Counters_TlvDiscardPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-discard"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-discard"

type LldpInterface_Counters_TlvDiscardPathAny

type LldpInterface_Counters_TlvDiscardPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_TlvDiscardPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/tlv-discard YANG schema element.

func (*LldpInterface_Counters_TlvDiscardPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-discard"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-discard"

type LldpInterface_Counters_TlvUnknownPath

type LldpInterface_Counters_TlvUnknownPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_TlvUnknownPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/tlv-unknown YANG schema element.

func (*LldpInterface_Counters_TlvUnknownPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-unknown"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-unknown"

type LldpInterface_Counters_TlvUnknownPathAny

type LldpInterface_Counters_TlvUnknownPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_Counters_TlvUnknownPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/counters/tlv-unknown YANG schema element.

func (*LldpInterface_Counters_TlvUnknownPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "tlv-unknown"
Path from root:       "/lldps/lldp-interface/state/counters/tlv-unknown"

type LldpInterface_LldpNeighborDatabasePath

type LldpInterface_LldpNeighborDatabasePath struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabasePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database YANG schema element.

func (*LldpInterface_LldpNeighborDatabasePath) LldpNeighbor

LldpNeighbor (list): A list of LLDP neighbors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "lldp-neighbors/lldp-neighbor"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor"

NeighborId: string

func (*LldpInterface_LldpNeighborDatabasePath) LldpNeighborAny

LldpNeighborAny (list): A list of LLDP neighbors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "lldp-neighbors/lldp-neighbor"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor"

func (*LldpInterface_LldpNeighborDatabasePath) State

State returns a Query that can be used in gNMI operations.

type LldpInterface_LldpNeighborDatabasePathAny

type LldpInterface_LldpNeighborDatabasePathAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabasePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database YANG schema element.

func (*LldpInterface_LldpNeighborDatabasePathAny) LldpNeighbor

LldpNeighbor (list): A list of LLDP neighbors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "lldp-neighbors/lldp-neighbor"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor"

NeighborId: string

func (*LldpInterface_LldpNeighborDatabasePathAny) LldpNeighborAny

LldpNeighborAny (list): A list of LLDP neighbors.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "lldp-neighbors/lldp-neighbor"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor"

func (*LldpInterface_LldpNeighborDatabasePathAny) State

State returns a Query that can be used in gNMI operations.

type LldpInterface_LldpNeighborDatabase_LldpNeighborPath

type LldpInterface_LldpNeighborDatabase_LldpNeighborPath struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighborPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) Age

Age (leaf): Age since discovery in seconds.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/age"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) Capabilities

Capabilities (list): The list of capabilities of a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "capabilities"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities"

Name: oc.E_Capabilities_Name

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) CapabilitiesAny

CapabilitiesAny (list): The list of capabilities of a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "capabilities"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) ChassisId

ChassisId (leaf): The Chassis ID is a mandatory TLV which identifies the chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) ChassisIdType

ChassisIdType (leaf): This field identifies the format and source of the chassis identifier string. It is an enumerator defined by the LldpChassisIdSubtype object from IEEE 802.1AB MIB.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) CustomTlv

CustomTlv (list): The list of custom tlvs from a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-tlv"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv"

CustomType: uint32
Oui: string
OuiSubtype: string

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) CustomTlvAny

CustomTlvAny (list): The list of custom tlvs from a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-tlv"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) LastUpdate

LastUpdate (leaf): Seconds since last update received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/last_update"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) ManagementAddress

ManagementAddress (leaf): The Management Address is a mandatory TLV which identifies a network address associated with the local LLDP agent, which can be used to reach the agent on the port identified in the Port ID TLV.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) ManagementAddressType

ManagementAddressType (leaf): The enumerated value for the network address type identified in this TLV. This enumeration is defined in the 'Assigned Numbers' RFC [RFC3232] and the ianaAddressFamilyNumbers object.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) NeighborId

NeighborId (leaf): System generated identifier for the neighbor on the interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/neighbor_id"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/*/neighbor_id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) PortDescription

PortDescription (leaf): The binary string containing the actual port identifier for the port which this LLDP PDU was transmitted. The source and format of this field is defined by PtopoPortId from RFC2922.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) PortId

PortId (leaf): The Port ID is a mandatory TLV which identifies the port component of the endpoint identifier associated with the transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater port, then this TLV is optional.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) PortIdType

PortIdType (leaf): This field identifies the format and source of the port identifier string. It is an enumerator defined by the PtopoPortIdType object from RFC2922.This field identifies the format and source of the chassis identifier string.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) State

State returns a Query that can be used in gNMI operations.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) SystemDescription

SystemDescription (leaf): The system description field shall contain an alpha-numeric string that is the textual description of the network entity. The system description should include the full name and version identification of the system's hardware type, software operating system, and networking software. If implementations support IETF RFC 3418, the sysDescr object should be used for this field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) SystemName

SystemName (leaf): The system name field shall contain an alpha-numeric string that indicates the system's administratively assigned name. The system name should be the system's fully qualified domain name. If implementations support IETF RFC 3418, the sysName object should be used for this field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPath) Ttl

Ttl (leaf): The time-to-live (TTL) is a mandatory TLV which indicates how long information from the neighbor should be considered valid.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/ttl"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl"

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) Age

Age (leaf): Age since discovery in seconds.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/age"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) Capabilities

Capabilities (list): The list of capabilities of a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "capabilities"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities"

Name: oc.E_Capabilities_Name

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) CapabilitiesAny

CapabilitiesAny (list): The list of capabilities of a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "capabilities"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) ChassisId

ChassisId (leaf): The Chassis ID is a mandatory TLV which identifies the chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) ChassisIdType

ChassisIdType (leaf): This field identifies the format and source of the chassis identifier string. It is an enumerator defined by the LldpChassisIdSubtype object from IEEE 802.1AB MIB.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) CustomTlv

CustomTlv (list): The list of custom tlvs from a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-tlv"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv"

CustomType: uint32
Oui: string
OuiSubtype: string

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) CustomTlvAny

CustomTlvAny (list): The list of custom tlvs from a LLDP neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-tlv"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) LastUpdate

LastUpdate (leaf): Seconds since last update received.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/last_update"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) ManagementAddress

ManagementAddress (leaf): The Management Address is a mandatory TLV which identifies a network address associated with the local LLDP agent, which can be used to reach the agent on the port identified in the Port ID TLV.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) ManagementAddressType

ManagementAddressType (leaf): The enumerated value for the network address type identified in this TLV. This enumeration is defined in the 'Assigned Numbers' RFC [RFC3232] and the ianaAddressFamilyNumbers object.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) NeighborId

NeighborId (leaf): System generated identifier for the neighbor on the interface.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/neighbor_id"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/*/neighbor_id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) PortDescription

PortDescription (leaf): The binary string containing the actual port identifier for the port which this LLDP PDU was transmitted. The source and format of this field is defined by PtopoPortId from RFC2922.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) PortId

PortId (leaf): The Port ID is a mandatory TLV which identifies the port component of the endpoint identifier associated with the transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater port, then this TLV is optional.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) PortIdType

PortIdType (leaf): This field identifies the format and source of the port identifier string. It is an enumerator defined by the PtopoPortIdType object from RFC2922.This field identifies the format and source of the chassis identifier string.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) State

State returns a Query that can be used in gNMI operations.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) SystemDescription

SystemDescription (leaf): The system description field shall contain an alpha-numeric string that is the textual description of the network entity. The system description should include the full name and version identification of the system's hardware type, software operating system, and networking software. If implementations support IETF RFC 3418, the sysDescr object should be used for this field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) SystemName

SystemName (leaf): The system name field shall contain an alpha-numeric string that indicates the system's administratively assigned name. The system name should be the system's fully qualified domain name. If implementations support IETF RFC 3418, the sysName object should be used for this field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighborPathAny) Ttl

Ttl (leaf): The time-to-live (TTL) is a mandatory TLV which indicates how long information from the neighbor should be considered valid.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/ttl"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl"

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathMap added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathMap struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighborPathMap represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathMapAny added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighborPathMapAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighborPathMapAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/age"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_AgePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/age"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/age"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath) Enabled

Enabled (leaf): Indicates whether the corresponding system capability is enabled on the neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/enabled"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath) Name

Name (leaf): The integer value identifying the type of information contained in the value field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/name"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/*/name"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPath) State

State returns a Query that can be used in gNMI operations.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny) Enabled

Enabled (leaf): Indicates whether the corresponding system capability is enabled on the neighbor.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/enabled"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny) Name

Name (leaf): The integer value identifying the type of information contained in the value field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/name"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/*/name"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathAny) State

State returns a Query that can be used in gNMI operations.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMap added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMap struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMap represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMapAny added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMapAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CapabilitiesPathMapAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/enabled"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_EnabledPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/enabled"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/enabled"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/name YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "name"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/name"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/name YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "name"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_Capabilities_NamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/capabilities/state/name"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ChassisIdTypePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/chassis-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/chassis-id-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath) CustomType

CustomType (leaf): The integer value identifying the type of information contained in the value field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/custom-type"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/custom-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath) Oui

Oui (leaf): The organizationally unique identifier field shall contain the organization's OUI as defined in Clause 9 of IEEE Std 802. The high-order octet is 0 and the low-order 3 octets are the SMI Network Management Private Enterprise Code of the Vendor in network byte order, as defined in the 'Assigned Numbers' RFC [RFC3232].

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/oui"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/oui"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath) OuiSubtype

OuiSubtype (leaf): The organizationally defined subtype field shall contain a unique subtype value assigned by the defining organization.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/oui-subtype"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/oui-subtype"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPath) State

State returns a Query that can be used in gNMI operations.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) CustomType

CustomType (leaf): The integer value identifying the type of information contained in the value field.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/custom-type"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/custom-type"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) Oui

Oui (leaf): The organizationally unique identifier field shall contain the organization's OUI as defined in Clause 9 of IEEE Std 802. The high-order octet is 0 and the low-order 3 octets are the SMI Network Management Private Enterprise Code of the Vendor in network byte order, as defined in the 'Assigned Numbers' RFC [RFC3232].

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/oui"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/oui"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) OuiSubtype

OuiSubtype (leaf): The organizationally defined subtype field shall contain a unique subtype value assigned by the defining organization.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "*/oui-subtype"
Path from root:       "/lldps/lldp-interface/*/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/*/oui-subtype"

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) State

State returns a Query that can be used in gNMI operations.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) WithCustomType

WithCustomType sets LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny's key "custom-type" to the specified value. CustomType: uint32

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) WithOui

WithOui sets LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny's key "oui" to the specified value. Oui: string

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny) WithOuiSubtype

WithOuiSubtype sets LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathAny's key "oui-subtype" to the specified value. OuiSubtype: string

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMap added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMap struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMap represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMapAny added in v0.1.24

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMapAny struct {
	*ygnmi.NodePath
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlvPathMapAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv YANG schema element.

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/custom-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-type"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/custom-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/custom-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/custom-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "custom-type"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_CustomTypePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/custom-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/custom-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "oui"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/oui"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "oui"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/oui"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui-subtype YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "oui-subtype"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/oui-subtype"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui-subtype"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui-subtype YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "oui-subtype"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_CustomTlv_OuiSubtypePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/oui-subtype"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/custom-tlv/state/oui-subtype"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/last_update"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_LastUpdatePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/last_update"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/last_update"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_ManagementAddressTypePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/management-address-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/management-address-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/neighbor_id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "neighbor_id"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/neighbor_id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/neighbor_id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/neighbor_id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "neighbor_id"
Path from root:       ""

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_NeighborIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/neighbor_id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/neighbor_id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortDescriptionPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-description"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_PortIdTypePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/port-id-type"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/port-id-type"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemDescriptionPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-description"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-description"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_SystemNamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/system-name"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/system-name"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPath

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/ttl"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl"

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPathAny

type LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl YANG schema element.

func (*LldpInterface_LldpNeighborDatabase_LldpNeighbor_TtlPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/ttl"
Path from root:       "/lldps/lldp-interface/state/lldp-neighbor-database/lldp-neighbors/lldp-neighbor/state/ttl"

type LldpInterface_NamePath

type LldpInterface_NamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_NamePath represents the /open-traffic-generator-lldp/lldps/lldp-interface/state/name YANG schema element.

func (*LldpInterface_NamePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "name"
Path from root:       ""

func (*LldpInterface_NamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/name"
Path from root:       "/lldps/lldp-interface/state/name"

type LldpInterface_NamePathAny

type LldpInterface_NamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

LldpInterface_NamePathAny represents the wildcard version of the /open-traffic-generator-lldp/lldps/lldp-interface/state/name YANG schema element.

func (*LldpInterface_NamePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "name"
Path from root:       ""

func (*LldpInterface_NamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-lldp"
Instantiating module: "open-traffic-generator-lldp"
Path from parent:     "state/name"
Path from root:       "/lldps/lldp-interface/state/name"

Jump to

Keyboard shortcuts

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