Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListDatabaseParametersRequest

example

Click here to see how to use ListDatabaseParametersRequest.

Properties

Optional isAllowedValuesIncluded

isAllowedValuesIncluded: undefined | false | true

When true, results include a list of valid values for parameters (if applicable).

managedDatabaseId

managedDatabaseId: string

The OCID of the Managed Database.

Optional name

name: undefined | string

A filter to return all parameters that have the text given in their names.

Optional opcNamedCredentialId

opcNamedCredentialId: undefined | string

The OCID of the Named Credential.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

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 information by. Only one sortOrder can be used. The default sort order for {@code NAME} is ascending and it is case-sensitive.

Optional sortOrder

sortOrder: model.SortOrders

The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order.

Optional source

source: Source

The source used to list database parameters. {@code CURRENT} is used to get the database parameters that are currently in effect for the database instance. {@code SPFILE} is used to list parameters from the server parameter file. Default is {@code CURRENT}.