Class RolloutPlanWave (0.11.0)

RolloutPlanWave(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
display_name str
Optional. The display name of this wave of the rollout plan. This field is a member of oneof_ _display_name.
number int
Output only. The wave number. This field is a member of oneof_ _number.
orchestration_options google.cloud.compute_v1beta.types.RolloutPlanWaveOrchestrationOptions
Optional. The orchestration options for this wave. This field is a member of oneof_ _orchestration_options.
selectors MutableSequence[google.cloud.compute_v1beta.types.RolloutPlanWaveSelector]
Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of *all* the specified selectors to be in scope for the wave.
validation google.cloud.compute_v1beta.types.RolloutPlanWaveValidation
Required. The validation to be performed at the end of this wave. This field is a member of oneof_ _validation.