exclusionLabels

@JvmName(name = "iipcghmvobayljda")
suspend fun exclusionLabels(value: Output<List<OSPolicyAssignmentLabelSetArgs>>)
@JvmName(name = "nrdmwfenlimuxgri")
suspend fun exclusionLabels(value: List<OSPolicyAssignmentLabelSetArgs>?)

Parameters

value

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.


@JvmName(name = "agqgynvxsmkhcedc")
suspend fun exclusionLabels(vararg values: Output<OSPolicyAssignmentLabelSetArgs>)


@JvmName(name = "amwbvhixhjcghock")
suspend fun exclusionLabels(values: List<Output<OSPolicyAssignmentLabelSetArgs>>)
@JvmName(name = "fbplrgymtnmfqoyx")
suspend fun exclusionLabels(vararg values: OSPolicyAssignmentLabelSetArgs)

Parameters

values

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.


@JvmName(name = "acvepqqcakryittd")
suspend fun exclusionLabels(argument: List<suspend OSPolicyAssignmentLabelSetArgsBuilder.() -> Unit>)
@JvmName(name = "hhbagghqiuenlvja")
suspend fun exclusionLabels(vararg argument: suspend OSPolicyAssignmentLabelSetArgsBuilder.() -> Unit)
@JvmName(name = "vqgjjpqbwmfdfepc")
suspend fun exclusionLabels(argument: suspend OSPolicyAssignmentLabelSetArgsBuilder.() -> Unit)

Parameters

argument

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.