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 | |
---|---|
Name | Description |
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.
Generated from protobuf field optional string google_system_id = 91210405;
Returns | |
---|---|
Type | Description |
string |
hasGoogleSystemId
clearGoogleSystemId
setGoogleSystemId
System ID of the port on Google's side of the LACP exchange.
Generated from protobuf field optional string google_system_id = 91210405;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNeighborSystemId
System ID of the port on the neighbor's side of the LACP exchange.
Generated from protobuf field optional string neighbor_system_id = 343821342;
Returns | |
---|---|
Type | Description |
string |
hasNeighborSystemId
clearNeighborSystemId
setNeighborSystemId
System ID of the port on the neighbor's side of the LACP exchange.
Generated from protobuf field optional string neighbor_system_id = 343821342;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field optional string state = 109757585;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field optional string state = 109757585;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |