Compute V1 Client - Class InterconnectDiagnosticsLinkLACPStatus (1.8.3)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ google_system_id string

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

↳ neighbor_system_id string

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

↳ state string

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
var string
Returns
TypeDescription
$this

getNeighborSystemId

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

Returns
TypeDescription
string

hasNeighborSystemId

clearNeighborSystemId

setNeighborSystemId

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

Parameter
NameDescription
var string
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
var string
Returns
TypeDescription
$this