RolloutPolicyArgs

data class RolloutPolicyArgs(val defaultRolloutTime: Output<String>? = null, val locationRolloutPolicies: Output<Map<String, String>>? = null) : ConvertibleToJava<RolloutPolicyArgs>

A rollout policy configuration.

Constructors

Link copied to clipboard
fun RolloutPolicyArgs(defaultRolloutTime: Output<String>? = null, locationRolloutPolicies: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RolloutPolicyArgs

Properties

Link copied to clipboard
val defaultRolloutTime: Output<String>? = null

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
val locationRolloutPolicies: Output<Map<String, String>>? = null

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.