Enum CommitmentPlan (0.22.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
COMMITMENT_PLAN_NONE

No commitment plan.

COMMITMENT_PLAN_NONE = 1;

COMMITMENT_PLAN_NONE_VALUE

No commitment plan.

COMMITMENT_PLAN_NONE = 1;

COMMITMENT_PLAN_ONE_YEAR

1 year commitment.

COMMITMENT_PLAN_ONE_YEAR = 2;

COMMITMENT_PLAN_ONE_YEAR_VALUE

1 year commitment.

COMMITMENT_PLAN_ONE_YEAR = 2;

COMMITMENT_PLAN_THREE_YEARS

3 years commitment.

COMMITMENT_PLAN_THREE_YEARS = 3;

COMMITMENT_PLAN_THREE_YEARS_VALUE

3 years commitment.

COMMITMENT_PLAN_THREE_YEARS = 3;

COMMITMENT_PLAN_UNSPECIFIED

Unspecified commitment plan.

COMMITMENT_PLAN_UNSPECIFIED = 0;

COMMITMENT_PLAN_UNSPECIFIED_VALUE

Unspecified commitment plan.

COMMITMENT_PLAN_UNSPECIFIED = 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()