@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum JavaServerInstanceSortBy extends Enum<JavaServerInstanceSortBy> implements BmcEnum
The field to sort Java Server instances.
Enum Constant and Description |
---|
ApproximateDeployedApplicationCount |
ManagedInstanceName |
ServerInstanceName |
TimeFirstSeen |
TimeLastSeen |
Modifier and Type | Method and Description |
---|---|
static JavaServerInstanceSortBy |
create(String key) |
String |
getValue() |
static JavaServerInstanceSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaServerInstanceSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaServerInstanceSortBy ServerInstanceName
public static final JavaServerInstanceSortBy ManagedInstanceName
public static final JavaServerInstanceSortBy ApproximateDeployedApplicationCount
public static final JavaServerInstanceSortBy TimeFirstSeen
public static final JavaServerInstanceSortBy TimeLastSeen
public static JavaServerInstanceSortBy[] values()
for (JavaServerInstanceSortBy c : JavaServerInstanceSortBy.values()) System.out.println(c);
public static JavaServerInstanceSortBy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static JavaServerInstanceSortBy create(String key)
Copyright © 2016–2024. All rights reserved.