Enum FutureReservationCommitmentInfo.PreviousCommitmentTerms (1.92.0)

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

Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXTEND

All associated parent Committed Used Discount(s) end-date/term will be extended to the end-time of this future reservation. Default is to extend previous commitment(s) time to the end_time of the reservation.

EXTEND = 448639770;

EXTEND_VALUE

All associated parent Committed Used Discount(s) end-date/term will be extended to the end-time of this future reservation. Default is to extend previous commitment(s) time to the end_time of the reservation.

EXTEND = 448639770;

PREVIOUSCOMMITMENTTERM_UNSPECIFIED

No changes to associated parents Committed Used Discount(s) terms.

PREVIOUSCOMMITMENTTERM_UNSPECIFIED = 98482448;

PREVIOUSCOMMITMENTTERM_UNSPECIFIED_VALUE

No changes to associated parents Committed Used Discount(s) terms.

PREVIOUSCOMMITMENTTERM_UNSPECIFIED = 98482448;

UNDEFINED_PREVIOUS_COMMITMENT_TERMS

A value indicating that the enum field is not set.

UNDEFINED_PREVIOUS_COMMITMENT_TERMS = 0;

UNDEFINED_PREVIOUS_COMMITMENT_TERMS_VALUE

A value indicating that the enum field is not set.

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