rolloutOverride

@JvmName(name = "ecgduqyjtqhosyso")
suspend fun rolloutOverride(value: Output<RolloutPolicyArgs>)
@JvmName(name = "jrnemasifbuevvwo")
suspend fun rolloutOverride(value: RolloutPolicyArgs?)

Parameters

value

A rollout policy to apply to this image. When specified, the rollout policy overrides per-zone references to the image via the associated image family. The rollout policy restricts the zones where this image is accessible when using a zonal image family reference. When the rollout policy does not include the user specified zone, or if the zone is rolled out, this image is accessible. The rollout policy for this image is read-only, except for allowlisted users. This field might not be configured. To view the latest non-deprecated image in a specific zone, use the imageFamilyViews.get method.


@JvmName(name = "knqcdfnndgdktlvx")
suspend fun rolloutOverride(argument: suspend RolloutPolicyArgsBuilder.() -> Unit)

Parameters

argument

A rollout policy to apply to this image. When specified, the rollout policy overrides per-zone references to the image via the associated image family. The rollout policy restricts the zones where this image is accessible when using a zonal image family reference. When the rollout policy does not include the user specified zone, or if the zone is rolled out, this image is accessible. The rollout policy for this image is read-only, except for allowlisted users. This field might not be configured. To view the latest non-deprecated image in a specific zone, use the imageFamilyViews.get method.