type property

String? type
getter/setter pair

The type of update process.

You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update. Possible string values are:

  • "OPPORTUNISTIC" : MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
  • "PROACTIVE" : MIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.

Implementation

core.String? type;