Values.DbServerSourceInformation about a database server.
type nonrec t = {dbServerId : ResourceId.t option;The unique identifier for the database server.
*)status : ResourceStatus.t option;The current status of the database server.
*)statusReason : String_.t option;Additional information about the current status of the database server.
*)cpuCoreCount : Integer.t option;The number of CPU cores enabled on the database server.
*)dbNodeStorageSizeInGBs : Integer.t option;The allocated local node storage in GBs on the database server.
*)dbServerPatchingDetails : DbServerPatchingDetails.t option;The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
*)displayName : String_.t option;The user-friendly name of the database server.
*)exadataInfrastructureId : String_.t option;The ID of the Exadata infrastructure the database server belongs to.
*)ocid : String_.t option;The OCID of the database server.
*)ociResourceAnchorName : String_.t option;The name of the OCI resource anchor for the database server.
*)maxCpuCount : Integer.t option;The total number of CPU cores available.
*)maxDbNodeStorageInGBs : Integer.t option;The total local node storage available in GBs.
*)maxMemoryInGBs : Integer.t option;The total memory available in GBs.
*)memorySizeInGBs : Integer.t option;The allocated memory in GBs on the database server.
*)shape : String_.t option;The shape of the database server. The shape determines the amount of CPU, storage, and memory resources available.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the database server was created.
*)vmClusterIds : StringList.t option;The OCID of the VM clusters that are associated with the database server.
*)computeModel : ComputeModel.t option;The compute model of the database server (ECPU or OCPU).
*)autonomousVmClusterIds : StringList.t option;The list of identifiers for the Autonomous VM clusters associated with this database server.
*)autonomousVirtualMachineIds : StringList.t option;The list of unique identifiers for the Autonomous VMs associated with this database server.
*)}val make :
?dbServerId:??? ->
?status:??? ->
?statusReason:??? ->
?cpuCoreCount:??? ->
?dbNodeStorageSizeInGBs:??? ->
?dbServerPatchingDetails:??? ->
?displayName:??? ->
?exadataInfrastructureId:??? ->
?ocid:??? ->
?ociResourceAnchorName:??? ->
?maxCpuCount:??? ->
?maxDbNodeStorageInGBs:??? ->
?maxMemoryInGBs:??? ->
?memorySizeInGBs:??? ->
?shape:??? ->
?createdAt:??? ->
?vmClusterIds:??? ->
?computeModel:??? ->
?autonomousVmClusterIds:??? ->
?autonomousVirtualMachineIds:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of ResourceId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]