Class RolloutPolicy (0.1.0)

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

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, .Message]

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 mapping is a mapping type or there are keyword parameters.