Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbSystem

Information about a database system.

Properties

Optional adminUsername

adminUsername: undefined | string

The database system administrator username.

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.

dbVersion

dbVersion: string

The major and minor versions of the 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 description of the 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"}}

id

id: string

A unique identifier for the database system. Immutable on creation.

Optional instanceCount

instanceCount: undefined | number

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

instanceMemorySizeInGBs

instanceMemorySizeInGBs: 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.

instanceOcpuCount

instanceOcpuCount: 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 instances

instances: Array<DbInstance>

The list of instances, or nodes, in the database system.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

lifecycleState

lifecycleState: LifecycleState

The current state of the database system.

managementPolicy

managementPolicy: ManagementPolicy

networkDetails

networkDetails: NetworkDetails

shape

shape: string

The name of the shape for the database instance. Example: {@code VM.Standard.E4.Flex}

Optional source

storageDetails

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

systemType

systemType: SystemType

Type of the database system.

timeCreated

timeCreated: Date

The date and time that the database system was created, expressed in RFC 3339 timestamp format.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeUpdated

timeUpdated: Date

The date and time that the database system was updated, expressed in RFC 3339 timestamp format.

Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: DbSystem): object

getJsonObj