@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListDatabasesRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListDatabasesRequest.Builder |
static class |
ListDatabasesRequest.SortBy
The field to sort by.
|
static class |
ListDatabasesRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Modifier and Type | Method and Description |
---|---|
static ListDatabasesRequest.Builder |
builder() |
String |
getCompartmentId()
The compartment OCID.
|
String |
getDbHomeId()
A database home OCID.
|
String |
getDbName()
A filter to return only resources that match the entire database name given.
|
DatabaseSummary.LifecycleState |
getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Integer |
getLimit()
The maximum number of items to return per page.
|
String |
getPage()
The pagination token to continue listing from.
|
ListDatabasesRequest.SortBy |
getSortBy()
The field to sort by.
|
ListDatabasesRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListDatabasesRequest.Builder builder()
public Integer getLimit()
The maximum number of items to return per page.
public String getPage()
The pagination token to continue listing from.
public ListDatabasesRequest.SortBy getSortBy()
The field to sort by. You can provide one sort order (sortOrder
). Default order for TIMECREATED is descending. Default order for DBNAME is ascending. The DBNAME sort order is case sensitive.
public ListDatabasesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public DatabaseSummary.LifecycleState getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
public String getDbName()
A filter to return only resources that match the entire database name given. The match is not case sensitive.
Copyright © 2016–2019. All rights reserved.