instanceSelections property

Map<String, InstanceFlexibilityPolicyInstanceSelection>? instanceSelections
getter/setter pair

Specification of alternative, flexible instance subsets. One of them will be selected to create the instances based on various criteria, like:

  • ranks,
  • location policy,
  • current capacity,
  • available reservations (you can specify affinity in InstanceProperties),
  • SWAN/GOOSE limitations. Key is an arbitrary, unique RFC1035 string that identifies the instance selection.

Implementation

core.Map<core.String, InstanceFlexibilityPolicyInstanceSelection>?
instanceSelections;