Google Cloud Edge Network V1 Client - Class LinkLLDPStatus (0.1.1)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class LinkLLDPStatus.

Describing a LLDP link.

Generated from protobuf message google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLLDPStatus

Namespace

Google \ Cloud \ EdgeNetwork \ V1 \ InterconnectDiagnostics

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ peer_system_name string

The peer system's administratively assigned name.

↳ peer_system_description string

The textual description of the network entity of LLDP peer.

↳ peer_chassis_id string

The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.

↳ peer_chassis_id_type string

The format and source of the peer chassis identifier string.

↳ peer_port_id string

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.

↳ peer_port_id_type string

The format and source of the peer port identifier string.

getPeerSystemName

The peer system's administratively assigned name.

Returns
TypeDescription
string

setPeerSystemName

The peer system's administratively assigned name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPeerSystemDescription

The textual description of the network entity of LLDP peer.

Returns
TypeDescription
string

setPeerSystemDescription

The textual description of the network entity of LLDP peer.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPeerChassisId

The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Returns
TypeDescription
string

setPeerChassisId

The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPeerChassisIdType

The format and source of the peer chassis identifier string.

Returns
TypeDescription
string

setPeerChassisIdType

The format and source of the peer chassis identifier string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPeerPortId

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.

Returns
TypeDescription
string

setPeerPortId

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPeerPortIdType

The format and source of the peer port identifier string.

Returns
TypeDescription
string

setPeerPortIdType

The format and source of the peer port identifier string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this