RolloutPolicyResponse

data class RolloutPolicyResponse(val defaultRolloutTime: String, val locationRolloutPolicies: Map<String, String>)

A rollout policy configuration.

Constructors

Link copied to clipboard
fun RolloutPolicyResponse(defaultRolloutTime: String, locationRolloutPolicies: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.