strategy property

String? strategy
getter/setter pair

This determines which type of scheduling strategy to use.

Optional. Possible string values are:

  • "STRATEGY_UNSPECIFIED" : Strategy will default to STANDARD.
  • "ON_DEMAND" : Deprecated. Regular on-demand provisioning strategy.
  • "LOW_COST" : Deprecated. Low cost by making potential use of spot resources.
  • "STANDARD" : Standard provisioning strategy uses regular on-demand resources.
  • "SPOT" : Spot provisioning strategy uses spot resources.
  • "FLEX_START" : Flex Start strategy uses DWS to queue for resources.

Implementation

core.String? strategy;