Class 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.

    • Constructor Detail

      • ListDbVersionsRequest

        public ListDbVersionsRequest()
    • Method Detail

      • getCompartmentId

        public String getCompartmentId()
        The compartment OCID.
      • 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.
      • 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 class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>