inclusion Labels
suspend fun inclusionLabels(value: Output<List<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>>)
Parameters
value
List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM. Structure is documented below.
suspend fun inclusionLabels(vararg values: Output<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>)
suspend fun inclusionLabels(values: List<Output<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>>)
Parameters
values
List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM. Structure is documented below.
suspend fun inclusionLabels(argument: List<suspend OsPolicyAssignmentInstanceFilterInclusionLabelArgsBuilder.() -> Unit>)
suspend fun inclusionLabels(vararg argument: suspend OsPolicyAssignmentInstanceFilterInclusionLabelArgsBuilder.() -> Unit)
suspend fun inclusionLabels(argument: suspend OsPolicyAssignmentInstanceFilterInclusionLabelArgsBuilder.() -> Unit)
Parameters
argument
List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM. Structure is documented below.