Compute V1 Client - Class Status (2.0.0)

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

[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). Status can be one of the following values: NOT_YET_ACTIVE, ACTIVE, or EXPIRED.

Protobuf type google.cloud.compute.v1.Commitment.Status

Namespace

Google \ Cloud \ Compute \ V1 \ Commitment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATUS = 0;

ACTIVE

Value: 314733318

Generated from protobuf enum ACTIVE = 314733318;

CANCELLED

Value: 41957681

Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation.

Generated from protobuf enum CANCELLED = 41957681;

CREATING

Value: 455564985

Generated from protobuf enum CREATING = 455564985;

EXPIRED

Value: 482489093

Generated from protobuf enum EXPIRED = 482489093;

NOT_YET_ACTIVE

Value: 20607337

Generated from protobuf enum NOT_YET_ACTIVE = 20607337;