OsPolicyAssignmentInstanceFilter

data class OsPolicyAssignmentInstanceFilter(val all: Boolean? = null, val exclusionLabels: List<OsPolicyAssignmentInstanceFilterExclusionLabel>? = null, val inclusionLabels: List<OsPolicyAssignmentInstanceFilterInclusionLabel>? = null, val inventories: List<OsPolicyAssignmentInstanceFilterInventory>? = null)

Constructors

Link copied to clipboard
constructor(all: Boolean? = null, exclusionLabels: List<OsPolicyAssignmentInstanceFilterExclusionLabel>? = null, inclusionLabels: List<OsPolicyAssignmentInstanceFilterInclusionLabel>? = null, inventories: List<OsPolicyAssignmentInstanceFilterInventory>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Boolean? = null

Target all VMs in the project. If true, no other criteria is permitted.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories. Structure is documented below.