Enum FutureReservationCommitmentInfo.CommitmentPlan (1.91.0)

public enum FutureReservationCommitmentInfo.CommitmentPlan extends Enum<FutureReservationCommitmentInfo.CommitmentPlan> implements ProtocolMessageEnum

Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created.

Protobuf enum google.cloud.compute.v1.FutureReservationCommitmentInfo.CommitmentPlan

Implements

ProtocolMessageEnum

Static Fields

Name Description
INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

THIRTY_SIX_MONTH

THIRTY_SIX_MONTH = 266295942;

THIRTY_SIX_MONTH_VALUE

THIRTY_SIX_MONTH = 266295942;

TWELVE_MONTH

TWELVE_MONTH = 173083962;

TWELVE_MONTH_VALUE

TWELVE_MONTH = 173083962;

UNDEFINED_COMMITMENT_PLAN

A value indicating that the enum field is not set.

UNDEFINED_COMMITMENT_PLAN = 0;

UNDEFINED_COMMITMENT_PLAN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_COMMITMENT_PLAN = 0;

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