Values.DbNodeSummarySourceInformation about a DB node.
type nonrec t = {dbNodeId : ResourceId.t option;The unique identifier of the DB node.
*)dbNodeArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the DB node.
*)status : DbNodeResourceStatus.t option;The current status of the DB node.
*)statusReason : String_.t option;Additional information about the status of the DB node.
*)additionalDetails : String_.t option;Additional information about the planned maintenance.
*)backupIpId : String_.t option;The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
*)backupVnic2Id : String_.t option;The OCID of the second backup virtual network interface card (VNIC) for the DB node.
*)backupVnicId : String_.t option;The OCID of the backup VNIC for the DB node.
*)cpuCoreCount : Integer.t option;The number of CPU cores enabled on the DB node.
*)dbNodeStorageSizeInGBs : Integer.t option;The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
*)dbServerId : ResourceId.t option;The unique identifier of the database server that's associated with the DB node.
*)dbSystemId : String_.t option;The OCID of the DB system.
*)faultDomain : String_.t option;The name of the fault domain where the DB node is located.
*)hostIpId : String_.t option;The OCID of the host IP address that's associated with the DB node.
*)hostname : String_.t option;The host name for the DB node.
*)ocid : String_.t option;The OCID of the DB node.
*)ociResourceAnchorName : String_.t option;The name of the OCI resource anchor for the DB node.
*)maintenanceType : DbNodeMaintenanceType.t option;The type of maintenance the DB node.
*)memorySizeInGBs : Integer.t option;The amount of memory, in gigabytes (GB), that allocated on the DB node.
*)softwareStorageSizeInGB : Integer.t option;The size of the block storage volume, in gigabytes (GB), that's allocated for the DB system. This attribute applies only for virtual machine DB systems.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the DB node was created.
*)timeMaintenanceWindowEnd : String_.t option;The end date and time of the maintenance window.
*)timeMaintenanceWindowStart : String_.t option;The start date and time of the maintenance window.
*)totalCpuCoreCount : Integer.t option;The total number of CPU cores reserved on the DB node.
*)vnic2Id : String_.t option;The OCID of the second VNIC.
*)vnicId : String_.t option;The OCID of the VNIC.
*)}val make :
?dbNodeId:??? ->
?dbNodeArn:??? ->
?status:??? ->
?statusReason:??? ->
?additionalDetails:??? ->
?backupIpId:??? ->
?backupVnic2Id:??? ->
?backupVnicId:??? ->
?cpuCoreCount:??? ->
?dbNodeStorageSizeInGBs:??? ->
?dbServerId:??? ->
?dbSystemId:??? ->
?faultDomain:??? ->
?hostIpId:??? ->
?hostname:??? ->
?ocid:??? ->
?ociResourceAnchorName:??? ->
?maintenanceType:??? ->
?memorySizeInGBs:??? ->
?softwareStorageSizeInGB:??? ->
?createdAt:??? ->
?timeMaintenanceWindowEnd:??? ->
?timeMaintenanceWindowStart:??? ->
?totalCpuCoreCount:??? ->
?vnic2Id:??? ->
?vnicId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of ResourceId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]