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 and Description |
---|
Cidr |
Region |
TimeModified |
Modifier and Type | Method and 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.
|
public static final ListEdgeSubnetsRequest.SortBy Cidr
public static final ListEdgeSubnetsRequest.SortBy Region
public static final ListEdgeSubnetsRequest.SortBy TimeModified
public static ListEdgeSubnetsRequest.SortBy[] values()
for (ListEdgeSubnetsRequest.SortBy c : ListEdgeSubnetsRequest.SortBy.values()) System.out.println(c);
public static ListEdgeSubnetsRequest.SortBy 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 ListEdgeSubnetsRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.