RolloutPlanWaveValidation(mapping=None, *, ignore_unknown_fields=False, **kwargs)The validation to be performed before progressing to the next wave.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
time_based_validation_metadata |
google.cloud.compute_v1beta.types.RolloutPlanWaveValidationTimeBasedValidationMetadata
Optional. Metadata required if type = "time". This field is a member of oneof_ _time_based_validation_metadata.
|
type_ |
str
Required. The type of the validation. If a type of validation is associated with a metadata object, the appropriate metadata field mapping to the validation type must be provided in the validation message. Possible values are in quotes below alongside an explanation: "manual": The system waits for an end-user approval API before progressing to the next wave. "time": The system waits for a user specified duration before progressing to the next wave. TimeBasedValidation must be provided. This field is a member of oneof_ _type.
|