inclusionLabels

@JvmName(name = "cvdhxljqfgqeqwpr")
suspend fun inclusionLabels(value: Output<List<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>>)
@JvmName(name = "luuvxitykbebrouo")
suspend fun inclusionLabels(value: 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.


@JvmName(name = "ocvbibfthurqgqhy")
suspend fun inclusionLabels(vararg values: Output<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>)


@JvmName(name = "blkrqvvycfjqvfjh")
suspend fun inclusionLabels(values: List<Output<OsPolicyAssignmentInstanceFilterInclusionLabelArgs>>)
@JvmName(name = "ximmeudqbiykqimj")
suspend fun inclusionLabels(vararg values: 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.


@JvmName(name = "ktssfrljfkssetxb")
suspend fun inclusionLabels(argument: List<suspend OsPolicyAssignmentInstanceFilterInclusionLabelArgsBuilder.() -> Unit>)
@JvmName(name = "lapwsvdeiddspynq")
suspend fun inclusionLabels(vararg argument: suspend OsPolicyAssignmentInstanceFilterInclusionLabelArgsBuilder.() -> Unit)
@JvmName(name = "dotxxcsebkmaeuxy")
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.