Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDbSystemDetails

The information about new database system.

Properties

compartmentId

compartmentId: string

The OCID of the compartment that contains the database system.

Optional configId

configId: undefined | string

The OCID of the configuration associated with the database system.

Optional credentials

credentials: model.Credentials

dbVersion

dbVersion: string

Version of database system software.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A user-provided description of a database system.

displayName

displayName: string

A user-friendly display name for the database system. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Optional instanceCount

instanceCount: undefined | number

Count of database instances nodes to be created in the database system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional instanceMemorySizeInGBs

instanceMemorySizeInGBs: undefined | number

The total amount of memory available to each database instance node, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional instanceOcpuCount

instanceOcpuCount: undefined | number

The total number of OCPUs available to each database instance node. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional instancesDetails

instancesDetails: Array<CreateDbInstanceDetails>

Details of database instances nodes to be created. This parameter is optional. If specified, its size must match {@code instanceCount}.

Optional managementPolicy

managementPolicy: model.ManagementPolicyDetails

networkDetails

networkDetails: NetworkDetails

shape

shape: string

The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: {@code VM.Standard.E4.Flex}

Optional source

storageDetails

Optional systemType

systemType: undefined | string

Type of the database system.

Functions

getDeserializedJsonObj

getJsonObj