Reference documentation and code samples for the Compute V1 Client class OperationalStatus.
The operational status of the link.
Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus.OperationalStatus
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsLinkStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_OPERATIONAL_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_OPERATIONAL_STATUS = 0;
LINK_OPERATIONAL_STATUS_DOWN
Value: 281653885
The interface is unable to communicate with the remote end.
Generated from protobuf enum LINK_OPERATIONAL_STATUS_DOWN = 281653885;
LINK_OPERATIONAL_STATUS_UP
Value: 305879862
The interface has low level communication with the remote end.
Generated from protobuf enum LINK_OPERATIONAL_STATUS_UP = 305879862;