Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListProtectedDatabasesRequest

example

Click here to see how to use ListProtectedDatabasesRequest.

Properties

compartmentId

compartmentId: string

The compartment OCID.

Optional displayName

displayName: undefined | string

A filter to return only resources that match the entire 'displayname' given.

Optional id

id: undefined | string

The protected database OCID.

Optional lifecycleState

lifecycleState: model.LifecycleState

A filter to return only the resources that match the specified lifecycle state.

Optional limit

limit: undefined | number

The maximum number of items to return per page.

Optional opcRequestId

opcRequestId: undefined | string

Unique identifier for the request.

Optional page

page: undefined | string

The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

Optional protectionPolicyId

protectionPolicyId: undefined | string

The protection policy OCID.

Optional recoveryServiceSubnetId

recoveryServiceSubnetId: undefined | string

The recovery service subnet OCID.

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 sortBy

sortBy: SortBy

The field to sort by. You can provide one sort order (sortOrder). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If you do not specify a value, then TIMECREATED is used as the default sort order. Allowed values are:

  • TIMECREATED
  • DISPLAYNAME

Optional sortOrder

sortOrder: model.SortOrder

The sort order to use, either ascending (ASC) or descending (DESC). Allowed values are:

  • ASC
  • DESC