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
fun OSPolicyAssignmentInstanceFilterResponse(all: Boolean, exclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, inclusionLabels: List<OSPolicyAssignmentLabelSetResponse>, inventories: List<OSPolicyAssignmentInstanceFilterInventoryResponse>)