Compute V1 Client - Class OperationalStatus (2.0.0)

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

[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.

Protobuf type google.cloud.compute.v1.InterconnectAttachment.OperationalStatus

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectAttachment

Methods

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;

OS_ACTIVE

Value: 55721409

Indicates that attachment has been turned up and is ready to use.

Generated from protobuf enum OS_ACTIVE = 55721409;

OS_UNPROVISIONED

Value: 239771840

Indicates that attachment is not ready to use yet, because turnup is not complete.

Generated from protobuf enum OS_UNPROVISIONED = 239771840;