Package | Description |
---|---|
com.oracle.bmc.ocvp.model | |
com.oracle.bmc.ocvp.requests |
Modifier and Type | Method and Description |
---|---|
static SortOrders |
SortOrders.create(String key) |
static SortOrders |
SortOrders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrders[] |
SortOrders.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortOrders |
ListEsxiHostsRequest.getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
SortOrders |
ListSddcsRequest.getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
SortOrders |
ListClustersRequest.getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Modifier and Type | Method and Description |
---|---|
ListEsxiHostsRequest.Builder |
ListEsxiHostsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListSddcsRequest.Builder |
ListSddcsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListClustersRequest.Builder |
ListClustersRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Copyright © 2016–2024. All rights reserved.