Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListDbVersionsRequest

example

Click here to see how to use ListDbVersionsRequest.

Hierarchy

Properties

compartmentId

compartmentId: string

The compartment OCID.

Optional dbSystemId

dbSystemId: undefined | string

The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.

Optional dbSystemShape

dbSystemShape: undefined | string

If provided, filters the results to the set of database versions which are supported for the given shape.

Optional isDatabaseSoftwareImageSupported

isDatabaseSoftwareImageSupported: undefined | false | true

If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images.

Optional isUpgradeSupported

isUpgradeSupported: undefined | false | true

If provided, filters the results to the set of database versions which are supported for Upgrade.

Optional limit

limit: undefined | number

The maximum number of items to return per page.

Optional page

page: undefined | string

The pagination token to continue listing from.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional storageManagement

storageManagement: undefined | string

The DB system storage management option. Used to list database versions available for that storage manager. Valid values are {@code ASM} and {@code LVM}.

  • ASM specifies Oracle Automatic Storage Management
  • LVM specifies logical volume manager, sometimes called logical disk manager.