public static enum sdkEnumConstants.Operator extends java.lang.Enum<sdkEnumConstants.Operator>
The discovery match condition for creating dynamic resource group
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
EQUAL |
NOT_CONTAINS |
NOT_EQUAL |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static sdkEnumConstants.Operator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static sdkEnumConstants.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final sdkEnumConstants.Operator CONTAINS
public static final sdkEnumConstants.Operator NOT_CONTAINS
public static final sdkEnumConstants.Operator EQUAL
public static final sdkEnumConstants.Operator NOT_EQUAL
public static final sdkEnumConstants.Operator STARTS_WITH
public static final sdkEnumConstants.Operator ENDS_WITH
public static sdkEnumConstants.Operator[] values()
for (sdkEnumConstants.Operator c : sdkEnumConstants.Operator.values()) System.out.println(c);
public static sdkEnumConstants.Operator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null