public static enum ContainerClusterReport.ClusterInfoField extends java.lang.Enum<ContainerClusterReport.ClusterInfoField>
Enum Constant and Description |
---|
MEMBERS |
PROJECTIONANY |
PROJECTIONHOSTS |
PROJECTIONRACKS |
SATISFYANY |
SATISFYHOSTS |
SATISFYRACKS |
STATE |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getName() |
static ContainerClusterReport.ClusterInfoField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerClusterReport.ClusterInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerClusterReport.ClusterInfoField STATE
public static final ContainerClusterReport.ClusterInfoField MEMBERS
public static final ContainerClusterReport.ClusterInfoField PROJECTIONANY
public static final ContainerClusterReport.ClusterInfoField PROJECTIONHOSTS
public static final ContainerClusterReport.ClusterInfoField PROJECTIONRACKS
public static final ContainerClusterReport.ClusterInfoField SATISFYANY
public static final ContainerClusterReport.ClusterInfoField SATISFYHOSTS
public static final ContainerClusterReport.ClusterInfoField SATISFYRACKS
public static ContainerClusterReport.ClusterInfoField[] values()
for (ContainerClusterReport.ClusterInfoField c : ContainerClusterReport.ClusterInfoField.values()) System.out.println(c);
public static ContainerClusterReport.ClusterInfoField 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 nullprotected java.lang.String getName()