rollout

@JvmName(name = "cwwhrslykgsacsfi")
suspend fun rollout(value: Output<OsPolicyAssignmentRolloutArgs>)
@JvmName(name = "wqexqiwfuknljvdu")
suspend fun rollout(value: OsPolicyAssignmentRolloutArgs?)

Parameters

value

Rollout to deploy the OS policy assignment. A rollout is triggered in the following situations: 1) OSPolicyAssignment is created.

  1. OSPolicyAssignment is updated and the update contains changes to one of the following fields: - instance_filter - os_policies 3) OSPolicyAssignment is deleted. Structure is documented below.


@JvmName(name = "kqpagntuqbitwweu")
suspend fun rollout(argument: suspend OsPolicyAssignmentRolloutArgsBuilder.() -> Unit)

Parameters

argument

Rollout to deploy the OS policy assignment. A rollout is triggered in the following situations: 1) OSPolicyAssignment is created.

  1. OSPolicyAssignment is updated and the update contains changes to one of the following fields: - instance_filter - os_policies 3) OSPolicyAssignment is deleted. Structure is documented below.