ExascaleDbNodeProperties interface
The properties of DbNodeResource
Properties
| additional |
Additional information about the planned maintenance. |
| cpu |
The number of CPU cores enabled on the Db node. |
| db |
The allocated local node storage in GBs on the Db node. |
| fault |
The name of the Fault Domain the instance is contained in. |
| hostname | The host name for the database node. |
| lifecycle |
The current state of the database node. |
| maintenance |
The type of database node maintenance. |
| memory |
The allocated memory in GBs on the Db node. |
| ocid | DbNode OCID |
| software |
The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems. |
| time |
End date and time of maintenance window. |
| time |
Start date and time of maintenance window. |
| total |
The total number of CPU cores reserved on the Db node. |
Property Details
additionalDetails
Additional information about the planned maintenance.
additionalDetails?: string
Property Value
string
cpuCoreCount
The number of CPU cores enabled on the Db node.
cpuCoreCount?: number
Property Value
number
dbNodeStorageSizeInGbs
The allocated local node storage in GBs on the Db node.
dbNodeStorageSizeInGbs?: number
Property Value
number
faultDomain
The name of the Fault Domain the instance is contained in.
faultDomain?: string
Property Value
string
hostname
The host name for the database node.
hostname?: string
Property Value
string
lifecycleState
The current state of the database node.
lifecycleState?: string
Property Value
string
maintenanceType
The type of database node maintenance.
maintenanceType?: string
Property Value
string
memorySizeInGbs
The allocated memory in GBs on the Db node.
memorySizeInGbs?: number
Property Value
number
ocid
DbNode OCID
ocid: string
Property Value
string
softwareStorageSizeInGb
The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
softwareStorageSizeInGb?: number
Property Value
number
timeMaintenanceWindowEnd
End date and time of maintenance window.
timeMaintenanceWindowEnd?: Date
Property Value
Date
timeMaintenanceWindowStart
Start date and time of maintenance window.
timeMaintenanceWindowStart?: Date
Property Value
Date
totalCpuCoreCount
The total number of CPU cores reserved on the Db node.
totalCpuCoreCount?: number
Property Value
number