exclusion Labels
suspend fun exclusionLabels(value: Output<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.
suspend fun exclusionLabels(vararg values: Output<OsPolicyAssignmentInstanceFilterExclusionLabelArgs>)
suspend fun exclusionLabels(values: List<Output<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.
suspend fun exclusionLabels(argument: List<suspend OsPolicyAssignmentInstanceFilterExclusionLabelArgsBuilder.() -> Unit>)
suspend fun exclusionLabels(vararg argument: suspend OsPolicyAssignmentInstanceFilterExclusionLabelArgsBuilder.() -> Unit)
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.