Package com.oracle.bmc.database.requests
Class ListDbVersionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.database.requests.ListDbVersionsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListDbVersionsRequest extends BmcRequest<Void>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/database/ListDbVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbVersionsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListDbVersionsRequest.Builder
-
Constructor Summary
Constructors Constructor Description ListDbVersionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDbVersionsRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.String
getCompartmentId()
The compartment OCID.String
getDbSystemId()
The DB system OCID.String
getDbSystemShape()
If provided, filters the results to the set of database versions which are supported for the given shape.Boolean
getIsDatabaseSoftwareImageSupported()
If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images.Boolean
getIsUpgradeSupported()
If provided, filters the results to the set of database versions which are supported for Upgrade.Integer
getLimit()
The maximum number of items to return per page.String
getPage()
The pagination token to continue listing from.DbSystemOptions.StorageManagement
getStorageManagement()
The DB system storage management option.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListDbVersionsRequest.Builder
toBuilder()
Return an instance ofListDbVersionsRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getLimit
public Integer getLimit()
The maximum number of items to return per page.
-
getPage
public String getPage()
The pagination token to continue listing from.
-
getDbSystemShape
public String getDbSystemShape()
If provided, filters the results to the set of database versions which are supported for the given shape.
-
getDbSystemId
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.
-
getStorageManagement
public DbSystemOptions.StorageManagement getStorageManagement()
The DB system storage management option.Used to list database versions available for that storage manager. Valid values are ASM and LVM. * ASM specifies Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes called logical disk manager.
-
getIsUpgradeSupported
public Boolean getIsUpgradeSupported()
If provided, filters the results to the set of database versions which are supported for Upgrade.
-
getIsDatabaseSoftwareImageSupported
public Boolean getIsDatabaseSoftwareImageSupported()
If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images.
-
toBuilder
public ListDbVersionsRequest.Builder toBuilder()
Return an instance ofListDbVersionsRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
ListDbVersionsRequest.Builder
that allows you to modify request properties.
-
builder
public static ListDbVersionsRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-