OSPolicy Assignment Instance Filter Response
data class OSPolicyAssignmentInstanceFilterResponse(val all: Boolean, val exclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, val inclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, val inventories: List<OSPolicyAssignmentInstanceFilterInventoryResponse>)
Filters to select target VMs for an assignment. If more than one filter criteria is specified below, a VM will be selected if and only if it satisfies all of them.
Constructors
Link copied to clipboard
constructor(all: Boolean, exclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, inclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, inventories: List<OSPolicyAssignmentInstanceFilterInventoryResponse>)
Properties
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.
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.
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.