RolloutPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A rollout policy configuration.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
default_rollout_time |
str
An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated. This field is a member of oneof _ _default_rollout_time .
|
location_rollout_policies |
MutableMapping[str, str]
Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location. |
Classes
LocationRolloutPoliciesEntry
LocationRolloutPoliciesEntry(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |