Reference documentation and code samples for the Compute V1 Client class PredefinedRolloutPlan.
Optional. Specifies the predefined rollout plan for the policy. Valid values
are SLOW_ROLLOUT and FAST_ROLLOUT. The recommended value is
SLOW_ROLLOUT for progressive rollout. For more information, see Rollout
plans for global policies.
Protobuf type google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperationRolloutInput.PredefinedRolloutPlan
Namespace
Google \ Cloud \ Compute \ V1 \ GlobalVmExtensionPolicyRolloutOperationRolloutInputMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_PREDEFINED_ROLLOUT_PLAN
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PREDEFINED_ROLLOUT_PLAN = 0;
FAST_ROLLOUT
Value: 207153326Generated from protobuf enum FAST_ROLLOUT = 207153326;
ROLLOUT_PLAN_UNSPECIFIED
Value: 144511983Generated from protobuf enum ROLLOUT_PLAN_UNSPECIFIED = 144511983;
SLOW_ROLLOUT
Value: 31032659Generated from protobuf enum SLOW_ROLLOUT = 31032659;