Enum Commitment.Status (1.51.0)

public enum Commitment.Status extends Enum<Commitment.Status> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

ACTIVE = 314733318;

ACTIVE_VALUE

ACTIVE = 314733318;

CANCELLED

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

CANCELLED = 41957681;

CANCELLED_VALUE

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

CANCELLED = 41957681;

CREATING

CREATING = 455564985;

CREATING_VALUE

CREATING = 455564985;

EXPIRED

EXPIRED = 482489093;

EXPIRED_VALUE

EXPIRED = 482489093;

NOT_YET_ACTIVE

NOT_YET_ACTIVE = 20607337;

NOT_YET_ACTIVE_VALUE

NOT_YET_ACTIVE = 20607337;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()