Compute V1 Client - Class Type (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Type.

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.

Additional supported values which may be not listed in the enum directly due to technical reasons: PROACTIVE

Protobuf type google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.Type

Namespace

Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerUpdatePolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

OPPORTUNISTIC

Value: 429530089

MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.

Generated from protobuf enum OPPORTUNISTIC = 429530089;