Values.CreateCloudExadataInfrastructureInputSourceCreates an Exadata infrastructure.
type nonrec t = {displayName : ResourceDisplayName.t;A user-friendly name for the Exadata infrastructure.
*)shape : CreateCloudExadataInfrastructureInputShapeString.t;The model name of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
*)availabilityZone : CreateCloudExadataInfrastructureInputAvailabilityZoneString.t
option;The name of the Availability Zone (AZ) where the Exadata infrastructure is located. This operation requires that you specify a value for either availabilityZone or availabilityZoneId. Example: us-east-1a
*)availabilityZoneId : CreateCloudExadataInfrastructureInputAvailabilityZoneIdString.t
option;The AZ ID of the AZ where the Exadata infrastructure is located. This operation requires that you specify a value for either availabilityZone or availabilityZoneId. Example: use1-az1
*)computeCount : Integer.t;The number of database servers for the Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the ListDbSystemShapes operation.
*)customerContactsToSendToOCI : CustomerContacts.t option;The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
*)maintenanceWindow : MaintenanceWindow.t option;The maintenance window configuration for the Exadata Cloud infrastructure. This allows you to define when maintenance operations such as patching and updates can be performed on the infrastructure.
*)storageCount : Integer.t;The number of storage servers to activate for this Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the ListDbSystemShapes operation.
*)clientToken : CreateCloudExadataInfrastructureInputClientTokenString.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.
*)databaseServerType : CreateCloudExadataInfrastructureInputDatabaseServerTypeString.t
option;The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
*)storageServerType : CreateCloudExadataInfrastructureInputStorageServerTypeString.t
option;The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
*)}val make :
?availabilityZone:??? ->
?availabilityZoneId:??? ->
?tags:??? ->
?customerContactsToSendToOCI:??? ->
?maintenanceWindow:??? ->
?clientToken:??? ->
?databaseServerType:??? ->
?storageServerType:??? ->
displayName:ResourceDisplayName.t ->
shape:CreateCloudExadataInfrastructureInputShapeString.t ->
computeCount:Integer.t ->
storageCount:Integer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of CustomerContactEmailString.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceDisplayName.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 ])
list ]