inventoryFilters

@JvmName(name = "tuiithrylcoieebp")
suspend fun inventoryFilters(value: Output<List<OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs>>)

Parameters

value

List of inventory filters for the resource group. The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters. For example, to apply this resource group to VMs running either RHEL or CentOS operating systems, specify 2 items for the list with following values: inventory_filters0.os_short_name='rhel' and inventory_filters1.os_short_name='centos' If the list is empty, this resource group will be applied to the target VM unconditionally. Structure is documented below.


@JvmName(name = "ykugwiwkklyciacb")
suspend fun inventoryFilters(vararg values: Output<OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs>)


@JvmName(name = "ejujqkoxgrxoetrq")
suspend fun inventoryFilters(values: List<Output<OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs>>)
@JvmName(name = "uwelabaglldadxox")
suspend fun inventoryFilters(vararg values: OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs)

Parameters

values

List of inventory filters for the resource group. The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters. For example, to apply this resource group to VMs running either RHEL or CentOS operating systems, specify 2 items for the list with following values: inventory_filters0.os_short_name='rhel' and inventory_filters1.os_short_name='centos' If the list is empty, this resource group will be applied to the target VM unconditionally. Structure is documented below.


@JvmName(name = "nxtcqsonbpbfoffv")
suspend fun inventoryFilters(argument: List<suspend OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsBuilder.() -> Unit>)
@JvmName(name = "gdiqmevpmrhvtvwu")
suspend fun inventoryFilters(vararg argument: suspend OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsBuilder.() -> Unit)
@JvmName(name = "fvaybgcnsdjbpajc")
suspend fun inventoryFilters(argument: suspend OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsBuilder.() -> Unit)

Parameters

argument

List of inventory filters for the resource group. The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters. For example, to apply this resource group to VMs running either RHEL or CentOS operating systems, specify 2 items for the list with following values: inventory_filters0.os_short_name='rhel' and inventory_filters1.os_short_name='centos' If the list is empty, this resource group will be applied to the target VM unconditionally. Structure is documented below.