exclusionLabels

@JvmName(name = "mgjcgskrhglnycyf")
suspend fun exclusionLabels(value: Output<List<OsPolicyAssignmentInstanceFilterExclusionLabelArgs>>)
@JvmName(name = "fntellscjfwxgxtn")
suspend fun exclusionLabels(value: List<OsPolicyAssignmentInstanceFilterExclusionLabelArgs>?)

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. Structure is documented below.


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


@JvmName(name = "aqlfsnlbppvmbpju")
suspend fun exclusionLabels(values: List<Output<OsPolicyAssignmentInstanceFilterExclusionLabelArgs>>)
@JvmName(name = "wrtwcvrndfhfclrl")
suspend fun exclusionLabels(vararg values: OsPolicyAssignmentInstanceFilterExclusionLabelArgs)

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. Structure is documented below.


@JvmName(name = "ydvfnoetlnujykvq")
suspend fun exclusionLabels(argument: List<suspend OsPolicyAssignmentInstanceFilterExclusionLabelArgsBuilder.() -> Unit>)
@JvmName(name = "fjpjfiwejdfupmji")
suspend fun exclusionLabels(vararg argument: suspend OsPolicyAssignmentInstanceFilterExclusionLabelArgsBuilder.() -> Unit)
@JvmName(name = "roprjwpctlryctjj")
suspend fun exclusionLabels(argument: suspend OsPolicyAssignmentInstanceFilterExclusionLabelArgsBuilder.() -> 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. Structure is documented below.