predefinedRolloutPlan property

String? predefinedRolloutPlan
getter/setter pair

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.

Optional. Possible string values are:

  • "FAST_ROLLOUT"
  • "ROLLOUT_PLAN_UNSPECIFIED"
  • "SLOW_ROLLOUT"

Implementation

core.String? predefinedRolloutPlan;