Capacity Commitment Plan
enum CapacityCommitmentPlan : Enum<CapacityCommitmentPlan> , ConvertibleToJava<CapacityCommitmentPlan>
Capacity commitment commitment plan.
Entries
Link copied to clipboard
Invalid plan value. Requests with this value will be rejected with error code google.rpc.Code.INVALID_ARGUMENT
.
Link copied to clipboard
Trial commitments have a committed period of 182 days after becoming ACTIVE. After that, they are converted to a new commitment based on the renewal_plan
. Default renewal_plan
for Trial commitment is Flex so that it can be deleted right after committed period ends.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.