Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy::Type (v1.10.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy::Type.

The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls). Additional supported values which may be not listed in the enum directly due to technical reasons: PROACTIVE

Constants

UNDEFINED_TYPE

value: 0
A value indicating that the enum field is not set.

OPPORTUNISTIC

value: 429530089
No action is being proactively performed in order to bring this IGM to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).