Package com.oracle.bmc.waas.requests
Enum ListEdgeSubnetsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListEdgeSubnetsRequest.SortBy>
-
- com.oracle.bmc.waas.requests.ListEdgeSubnetsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListEdgeSubnetsRequest.SortBy>
- Enclosing class:
- ListEdgeSubnetsRequest
public static enum ListEdgeSubnetsRequest.SortBy extends Enum<ListEdgeSubnetsRequest.SortBy> implements BmcEnum
The value by which edge node subnets are sorted in a paginated ‘List’ call.If unspecified, defaults to timeModified.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Cidr
Region
TimeModified
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEdgeSubnetsRequest.SortBy
create(String key)
String
getValue()
static ListEdgeSubnetsRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListEdgeSubnetsRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Cidr
public static final ListEdgeSubnetsRequest.SortBy Cidr
-
Region
public static final ListEdgeSubnetsRequest.SortBy Region
-
TimeModified
public static final ListEdgeSubnetsRequest.SortBy TimeModified
-
-
Method Detail
-
values
public static ListEdgeSubnetsRequest.SortBy[] 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 (ListEdgeSubnetsRequest.SortBy c : ListEdgeSubnetsRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListEdgeSubnetsRequest.SortBy 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 ListEdgeSubnetsRequest.SortBy create(String key)
-
-