Package com.oracle.bmc.jms.model
Enum ManagedInstanceSortBy
- java.lang.Object
-
- java.lang.Enum<ManagedInstanceSortBy>
-
- com.oracle.bmc.jms.model.ManagedInstanceSortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ManagedInstanceSortBy>
@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum ManagedInstanceSortBy extends Enum<ManagedInstanceSortBy> implements BmcEnum
The field to sort managed instances.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ApproximateApplicationCount
ApproximateInstallationCount
ApproximateJreCount
OsName
TimeFirstSeen
TimeLastSeen
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedInstanceSortBy
create(String key)
String
getValue()
static ManagedInstanceSortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedInstanceSortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TimeFirstSeen
public static final ManagedInstanceSortBy TimeFirstSeen
-
TimeLastSeen
public static final ManagedInstanceSortBy TimeLastSeen
-
ApproximateJreCount
public static final ManagedInstanceSortBy ApproximateJreCount
-
ApproximateInstallationCount
public static final ManagedInstanceSortBy ApproximateInstallationCount
-
ApproximateApplicationCount
public static final ManagedInstanceSortBy ApproximateApplicationCount
-
OsName
public static final ManagedInstanceSortBy OsName
-
-
Method Detail
-
values
public static ManagedInstanceSortBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ManagedInstanceSortBy c : ManagedInstanceSortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagedInstanceSortBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ManagedInstanceSortBy create(String key)
-
-