Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DbServer

Details of the Exacc Db server resource. Applies to Exadata Cloud@Customer instances only.

Properties

Optional autonomousVirtualMachineIds

autonomousVirtualMachineIds: Array<string>

The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.

Optional autonomousVmClusterIds

autonomousVmClusterIds: Array<string>

The list of OCIDs of the Autonomous VM Clusters associated with the Db server.

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment.

Optional cpuCoreCount

cpuCoreCount: undefined | number

The number of CPU cores enabled on the Db server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbNodeIds

dbNodeIds: Array<string>

The OCID of the Db nodes associated with the Db server.

Optional dbNodeStorageSizeInGBs

dbNodeStorageSizeInGBs: undefined | number

The allocated local node storage in GBs on the Db server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbServerPatchingDetails

dbServerPatchingDetails: model.DbServerPatchingDetails

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Optional displayName

displayName: undefined | string

The user-friendly name for the Db server. The name does not need to be unique.

Optional exadataInfrastructureId

exadataInfrastructureId: undefined | string

The OCID of the Exadata infrastructure.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

Optional id

id: undefined | string

The OCID of the Exacc Db server.

Optional lifecycleDetails

lifecycleDetails: undefined | string

Additional information about the current lifecycle state.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the Db server.

Optional maxCpuCount

maxCpuCount: undefined | number

The total number of CPU cores available. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxDbNodeStorageInGBs

maxDbNodeStorageInGBs: undefined | number

The total local node storage available in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxMemoryInGBs

maxMemoryInGBs: undefined | number

The total memory available in GBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional memorySizeInGBs

memorySizeInGBs: undefined | number

The allocated memory in GBs on the Db server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional shape

shape: undefined | string

The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.

Optional timeCreated

timeCreated: Date

The date and time that the Db Server was created.

Optional vmClusterIds

vmClusterIds: Array<string>

The OCID of the VM Clusters associated with the Db server.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: DbServer): object

getJsonObj