Enum GlobalVmExtensionPolicyRolloutOperationRolloutInput.PredefinedRolloutPlan (1.105.0)

public enum GlobalVmExtensionPolicyRolloutOperationRolloutInput.PredefinedRolloutPlan extends Enum<GlobalVmExtensionPolicyRolloutOperationRolloutInput.PredefinedRolloutPlan> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.GlobalVmExtensionPolicyRolloutOperationRolloutInput.PredefinedRolloutPlan

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAST_ROLLOUT

FAST_ROLLOUT = 207153326;

FAST_ROLLOUT_VALUE

FAST_ROLLOUT = 207153326;

ROLLOUT_PLAN_UNSPECIFIED

ROLLOUT_PLAN_UNSPECIFIED = 144511983;

ROLLOUT_PLAN_UNSPECIFIED_VALUE

ROLLOUT_PLAN_UNSPECIFIED = 144511983;

SLOW_ROLLOUT

SLOW_ROLLOUT = 31032659;

SLOW_ROLLOUT_VALUE

SLOW_ROLLOUT = 31032659;

UNDEFINED_PREDEFINED_ROLLOUT_PLAN

A value indicating that the enum field is not set.

UNDEFINED_PREDEFINED_ROLLOUT_PLAN = 0;

UNDEFINED_PREDEFINED_ROLLOUT_PLAN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PREDEFINED_ROLLOUT_PLAN = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()