allowChangingZone property

String? allowChangingZone
final

Specifies whether the MIG can change a VM's zone during a repair. Valid values are:

  • NO (default): MIG cannot change a VM's zone during a repair.
  • YES: MIG can select a different zone for the VM during a repair. Check the AllowChangingZone enum for the list of possible values.

Implementation

final String? allowChangingZone;