Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AvmAcdResourceStats

Associated autonomous container databases usages.

Properties

Optional availableCpus

availableCpus: undefined | number

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

displayName

displayName: string

The user-friendly name for the Autonomous Container Database. The name does not need to be unique.

Optional id

id: undefined | string

The OCID of the Autonomous Container Database.

Optional provisionedCpus

provisionedCpus: undefined | number

CPUs/cores assigned to Autonomous Databases in the ACD instances. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional reclaimableCpus

reclaimableCpus: undefined | number

CPUs/cores that continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available OCPUs at its parent AVMC level by restarting the Autonomous Container Database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional reservedCpus

reservedCpus: undefined | number

CPUs/cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usedCpus

usedCpus: undefined | number

CPUs/cores assigned to the ACD instance. Sum of provisioned, reserved and reclaimable CPUs/ cores to the ACD instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj