Storage selection rule operators
Operators for combining storage selection rules lists the operators that are provided for combining the confineto, exclude and select storage selection rules.
Operators for combining storage selection rules
|
Operator
|
Description
|
allof
|
Select available storage that matches the union of all the operands.
|
anyof
|
Select available storage that matches any of the operands in the order that they are listed. The first match is chosen.
|
eachof
|
Select available storage that matches each of the operands.
|
noneof
|
Do not select storage that matches any of the operands.
|
oneof
|
Select available storage that matches one and only one of the operands. The first match is chosen.
|
See the description of the individual selection rules for details of the applicability of these operators.
See confineto.
See exclude.
See select.