@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListDbHomesRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListDbHomesRequest.Builder |
static class |
ListDbHomesRequest.SortBy
The field to sort by.
|
static class |
ListDbHomesRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Modifier and Type | Method and Description |
---|---|
static ListDbHomesRequest.Builder |
builder() |
String |
getBackupId()
The OCID of the backup.
|
String |
getCompartmentId()
The compartment OCID.
|
String |
getDbSystemId()
The DB system OCID.
|
String |
getDisplayName()
A filter to return only resources that match the entire display name given.
|
DbHomeSummary.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.
|
ListDbHomesRequest.SortBy |
getSortBy()
The field to sort by.
|
ListDbHomesRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
String |
getVmClusterId()
The OCID of the VM cluster.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListDbHomesRequest.Builder builder()
public String getDbSystemId()
The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
public String getBackupId()
The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
public Integer getLimit()
The maximum number of items to return per page.
public String getPage()
The pagination token to continue listing from.
public ListDbHomesRequest.SortBy getSortBy()
The field to sort by. You can provide one sort order (sortOrder
). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
public ListDbHomesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public DbHomeSummary.LifecycleState getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
public String getDisplayName()
A filter to return only resources that match the entire display name given. The match is not case sensitive.
Copyright © 2016–2020. All rights reserved.