Compute V1 Client - Class ForceUpdateOnRepair (2.0.0)

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

A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.

Protobuf type google.cloud.compute.v1.InstanceGroupManagerInstanceLifecyclePolicy.ForceUpdateOnRepair

Namespace

Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerInstanceLifecyclePolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_FORCE_UPDATE_ON_REPAIR

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_FORCE_UPDATE_ON_REPAIR = 0;

NO

Value: 2497

Generated from protobuf enum NO = 2497;

YES

Value: 87751

Generated from protobuf enum YES = 87751;