public enum Commitment.Status extends Enum<Commitment.Status> implements ProtocolMessageEnumOutput only. [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, orEXPIRED.
Protobuf enum google.cloud.compute.v1.Commitment.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
|
ACTIVE_VALUE |
|
CANCELLED |
Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation. |
CANCELLED_VALUE |
Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation. |
CREATING |
|
CREATING_VALUE |
|
EXPIRED |
|
EXPIRED_VALUE |
|
NOT_YET_ACTIVE |
|
NOT_YET_ACTIVE_VALUE |
|
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|