public enum CommitmentPlan extends Enum<CommitmentPlan> implements ProtocolMessageEnum
The plan of commitments for VM resource-based committed use discount (CUD).
Protobuf enum google.cloud.migrationcenter.v1.CommitmentPlan
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMMITMENT_PLAN_NONE |
No commitment plan. |
COMMITMENT_PLAN_NONE_VALUE |
No commitment plan. |
COMMITMENT_PLAN_ONE_YEAR |
1 year commitment. |
COMMITMENT_PLAN_ONE_YEAR_VALUE |
1 year commitment. |
COMMITMENT_PLAN_THREE_YEARS |
3 years commitment. |
COMMITMENT_PLAN_THREE_YEARS_VALUE |
3 years commitment. |
COMMITMENT_PLAN_UNSPECIFIED |
Unspecified commitment plan. |
COMMITMENT_PLAN_UNSPECIFIED_VALUE |
Unspecified commitment plan. |
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() |