VirtualMachinePreferencesSizingOptimizationStrategy

enum VirtualMachinePreferencesSizingOptimizationStrategy : Enum<VirtualMachinePreferencesSizingOptimizationStrategy> , ConvertibleToJava<VirtualMachinePreferencesSizingOptimizationStrategy>

Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.

Entries

Link copied to clipboard

Unspecified (default value).

Link copied to clipboard

No optimization applied. Virtual machine sizing matches as closely as possible the machine shape on the source site, not considering any actual performance data.

Link copied to clipboard

Virtual machine sizing will match the reported usage and shape, with some slack. This a good value to start with.

Link copied to clipboard

Virtual machine sizing will match the reported usage, with little slack. Using this option can help reduce costs.

Types

Link copied to clipboard
object Companion

Functions

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