Compute V1 Client - Class InterconnectDiagnosticsLinkLACPStatus (1.30.0)

Reference documentation and code samples for the Compute V1 Client class InterconnectDiagnosticsLinkLACPStatus.

Generated from protobuf message google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ google_system_idstring

System ID of the port on Google's side of the LACP exchange.

↳ neigr_system_idstring

System ID of the port on the neigr's side of the LACP exchange.

↳ statestring

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.

getGoogleSystemId

System ID of the port on Google's side of the LACP exchange.

Returns
TypeDescription
string

hasGoogleSystemId

clearGoogleSystemId

setGoogleSystemId

System ID of the port on Google's side of the LACP exchange.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getNeigrSystemId

System ID of the port on the neigr's side of the LACP exchange.

Returns
TypeDescription
string

hasNeigrSystemId

clearNeigrSystemId

setNeigrSystemId

System ID of the port on the neigr's side of the LACP exchange.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getState

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.

Check the State enum for the list of possible values.

Returns
TypeDescription
string

hasState

clearState

setState

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.

Check the State enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this