Values.CloudExadataInfrastructureSourceInformation about an Exadata infrastructure.
type nonrec t = {cloudExadataInfrastructureId : ResourceIdOrArn.t option;The unique identifier for the Exadata infrastructure.
*)displayName : String_.t option;The user-friendly name for the Exadata infrastructure.
*)status : ResourceStatus.t option;The current status of the Exadata infrastructure.
*)statusReason : String_.t option;Additional information about the status of the Exadata infrastructure.
*)cloudExadataInfrastructureArn : String_.t option;The Amazon Resource Name (ARN) for the Exadata infrastructure.
*)activatedStorageCount : Integer.t option;The number of storage servers requested for the Exadata infrastructure.
*)additionalStorageCount : Integer.t option;The number of storage servers requested for the Exadata infrastructure.
*)availableStorageSizeInGBs : Integer.t option;The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
*)availabilityZone : String_.t option;The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
*)availabilityZoneId : String_.t option;The AZ ID of the AZ where the Exadata infrastructure is located.
*)computeCount : Integer.t option;The number of database servers for the Exadata infrastructure.
*)cpuCount : Integer.t option;The total number of CPU cores that are allocated to the Exadata infrastructure.
*)customerContactsToSendToOCI : CustomerContacts.t option;The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
*)dataStorageSizeInTBs : Double.t option;The size of the Exadata infrastructure's data disk group, in terabytes (TB).
*)dbNodeStorageSizeInGBs : Integer.t option;The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
*)dbServerVersion : String_.t option;The software version of the database servers (dom0) in the Exadata infrastructure.
*)lastMaintenanceRunId : String_.t option;The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
*)maintenanceWindow : MaintenanceWindow.t option;The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
*)maxCpuCount : Integer.t option;The total number of CPU cores available on the Exadata infrastructure.
*)maxDataStorageInTBs : Double.t option;The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
*)maxDbNodeStorageSizeInGBs : Integer.t option;The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
*)maxMemoryInGBs : Integer.t option;The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
*)memorySizeInGBs : Integer.t option;The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
*)monthlyDbServerVersion : String_.t option;The monthly software version of the database servers installed on the Exadata infrastructure.
*)monthlyStorageServerVersion : String_.t option;The monthly software version of the storage servers installed on the Exadata infrastructure.
*)nextMaintenanceRunId : String_.t option;The OCID of the next maintenance run for the Exadata infrastructure.
*)ociResourceAnchorName : String_.t option;The name of the OCI resource anchor for the Exadata infrastructure.
*)ociUrl : String_.t option;The HTTPS link to the Exadata infrastructure in OCI.
*)ocid : String_.t option;The OCID of the Exadata infrastructure.
*)shape : String_.t option;The model name of the Exadata infrastructure.
*)storageCount : Integer.t option;The number of storage servers that are activated for the Exadata infrastructure.
*)storageServerVersion : String_.t option;The software version of the storage servers on the Exadata infrastructure.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the Exadata infrastructure was created.
*)totalStorageSizeInGBs : Integer.t option;The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
*)percentProgress : Float_.t option;The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
*)databaseServerType : String_.t option;The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
*)storageServerType : String_.t option;The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
*)computeModel : ComputeModel.t option;The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
*)}val make :
?cloudExadataInfrastructureId:??? ->
?displayName:??? ->
?status:??? ->
?statusReason:??? ->
?cloudExadataInfrastructureArn:??? ->
?activatedStorageCount:??? ->
?additionalStorageCount:??? ->
?availableStorageSizeInGBs:??? ->
?availabilityZone:??? ->
?availabilityZoneId:??? ->
?computeCount:??? ->
?cpuCount:??? ->
?customerContactsToSendToOCI:??? ->
?dataStorageSizeInTBs:??? ->
?dbNodeStorageSizeInGBs:??? ->
?dbServerVersion:??? ->
?lastMaintenanceRunId:??? ->
?maintenanceWindow:??? ->
?maxCpuCount:??? ->
?maxDataStorageInTBs:??? ->
?maxDbNodeStorageSizeInGBs:??? ->
?maxMemoryInGBs:??? ->
?memorySizeInGBs:??? ->
?monthlyDbServerVersion:??? ->
?monthlyStorageServerVersion:??? ->
?nextMaintenanceRunId:??? ->
?ociResourceAnchorName:??? ->
?ociUrl:??? ->
?ocid:??? ->
?shape:??? ->
?storageCount:??? ->
?storageServerVersion:??? ->
?createdAt:??? ->
?totalStorageSizeInGBs:??? ->
?percentProgress:??? ->
?databaseServerType:??? ->
?storageServerType:??? ->
?computeModel:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Float of Float_.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of CustomerContactEmailString.t ]) list ]
list
| `String of ResourceIdOrArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of
MaintenanceWindowCustomActionTimeoutInMinsInteger.t
| `List of
[> `Integer of Integer.t
| `Structure of (string * [> `Enum of string ]) list ]
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]