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

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
Name Description
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
Type Description
string

setPeerSystemName

The peer system's administratively assigned name.

Parameter
Name Description
var string
Returns
Type Description
$this

getPeerSystemDescription

The textual description of the network entity of LLDP peer.

Returns
Type Description
string

setPeerSystemDescription

The textual description of the network entity of LLDP peer.

Parameter
Name Description
var string
Returns
Type Description
$this

getPeerChassisId

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

Returns
Type Description
string

setPeerChassisId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPeerChassisIdType

The format and source of the peer chassis identifier string.

Returns
Type Description
string

setPeerChassisIdType

The format and source of the peer chassis identifier string.

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getPeerPortIdType

The format and source of the peer port identifier string.

Returns
Type Description
string

setPeerPortIdType

The format and source of the peer port identifier string.

Parameter
Name Description
var string
Returns
Type Description
$this