Reference documentation and code samples for the Compute V1 Client class ReplacementMethod.
What action should be used to replace instances. See minimal_action.REPLACE
Protobuf type google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerUpdatePolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_REPLACEMENT_METHOD
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_REPLACEMENT_METHOD = 0;
RECREATE
Value: 522644719
Instances will be recreated (with the same name)
Generated from protobuf enum RECREATE = 522644719;
SUBSTITUTE
Value: 280924314
Default option: instances will be deleted and created (with a new name)
Generated from protobuf enum SUBSTITUTE = 280924314;