type property

String? type
getter/setter pair

Specifies the intent of the instance placement in the MIG. Possible string values are:

  • "HIGH_AVAILABILITY" : MIG spreads out the instances as much as possible for high availability.
  • "HIGH_THROUGHPUT" : MIG provisions instances as close to each other as possible for high throughput.

Implementation

core.String? type;