RolloutPolicy

A rollout policy configuration.

JSON representation
{
  "locationRolloutPolicies": {
    string: string,
    ...
  },
  "defaultRolloutTime": string
}
Fields
locationRolloutPolicies

map (key: string, value: string)

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.

defaultRolloutTime

string

An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.