Value | Description |
---|---|
EQUAL | Exact match |
EQUAL_CASE_INSENSITIVE | Makes string matching case insensitive |
GREATER_OR_EQUAL | Greater than or equal |
LESS_OR_EQUAL | Less than or equal |
NOT_EQUAL | Negates the condition |
REGULAR_EXPRESSION | Regular expression search. Expressions are unanchored |
None |
---|
Name | Returns |
---|---|
getDescription() | String |
getEnumById(String ) | IpamSearchComparisonType |
getId() | String |
valueOf(String ) | IpamSearchComparisonType |
values() | IpamSearchComparisonType[] |