sizingOptimizationStrategy property

String? sizingOptimizationStrategy
getter/setter pair

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. Possible string values are:

  • "SIZING_OPTIMIZATION_STRATEGY_UNSPECIFIED" : Unspecified (default value).
  • "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE" : No optimization applied. Virtual machine sizing matches as closely as possible the machine shape on the source site, not considering any actual performance data.
  • "SIZING_OPTIMIZATION_STRATEGY_MODERATE" : Virtual machine sizing will match the reported usage and shape, with some slack. This a good value to start with.
  • "SIZING_OPTIMIZATION_STRATEGY_AGGRESSIVE" : Virtual machine sizing will match the reported usage, with little slack. Using this option can help reduce costs.

Implementation

core.String? sizingOptimizationStrategy;