Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AcdAvmResourceStats

Resource usage by autonomous container database in a particular VM.

Properties

Optional displayName

displayName: undefined | string

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

Optional id

id: undefined | string

The OCID of the Autonomous VM.

Optional provisionedCpus

provisionedCpus: undefined | number

CPUs/cores assigned to Autonomous Databases for the ACD instance in given Autonomus VM. 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 in given Autonomous VM, 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 in given Autonomous VM. 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