VirtualMachinePreferencesCommitmentPlan

enum VirtualMachinePreferencesCommitmentPlan : Enum<VirtualMachinePreferencesCommitmentPlan> , ConvertibleToJava<VirtualMachinePreferencesCommitmentPlan>

Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.

Entries

Link copied to clipboard

Unspecified commitment plan.

Link copied to clipboard

No commitment plan.

Link copied to clipboard

1 year commitment.

Link copied to clipboard

3 years commitment.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachinePreferencesCommitmentPlan
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.

Properties

Link copied to clipboard
val javaValue: VirtualMachinePreferencesCommitmentPlan
Link copied to clipboard
Link copied to clipboard