Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ShapeSummary

The shape of the DB System. The shape determines resources to allocate to the DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. For a description of shapes, see DB System Shape Options.

Properties

cpuCoreCount

cpuCoreCount: number

The number of CPU Cores the Instance provides. These are "OCPU"s. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isSupportedFor

isSupportedFor: Array<IsSupportedFor>

What service features the shape is supported for.

memorySizeInGBs

memorySizeInGBs: number

The amount of RAM the Instance provides. This is an IEC base-2 number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the shape used for the DB System.

Functions

getDeserializedJsonObj

getJsonObj