Values.DbNodeSourceInformation 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 VNIC.
*)backupVnicId : String_.t option;The OCID of the backup VNIC.
*)cpuCoreCount : Integer.t option;Number of CPU cores enabled on the DB node.
*)dbNodeStorageSizeInGBs : Integer.t option;The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
*)dbServerId : ResourceId.t option;The unique identifier of the Db server that is 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 the instance is contained in.
*)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 database node maintenance. Either VMDB_REBOOT_MIGRATION or EXADBXS_REBOOT_MIGRATION.
*)memorySizeInGBs : Integer.t option;The allocated memory in GBs on the DB node.
*)softwareStorageSizeInGB : Integer.t option;The size (in GB) of the block storage volume allocation for the DB system.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the DB node was created.
*)timeMaintenanceWindowEnd : String_.t option;End date and time of maintenance window.
*)timeMaintenanceWindowStart : String_.t option;Start date and time of 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.
*)privateIpAddress : String_.t option;The private IP address assigned to the DB node.
*)floatingIpAddress : String_.t option;The floating IP address assigned to the DB node.
*)}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:??? ->
?privateIpAddress:??? ->
?floatingIpAddress:??? ->
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 ]