Module Values.CreateCloudExadataInfrastructureInputSource

Creates an Exadata infrastructure.

Sourcetype nonrec t = {
  1. displayName : ResourceDisplayName.t;
    (*

    A user-friendly name for the Exadata infrastructure.

    *)
  2. shape : CreateCloudExadataInfrastructureInputShapeString.t;
    (*

    The model name of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.

    *)
  3. 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

    *)
  4. 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

    *)
  5. tags : RequestTagMap.t option;
    (*

    The list of resource tags to apply to the Exadata infrastructure.

    *)
  6. 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.

    *)
  7. customerContactsToSendToOCI : CustomerContacts.t option;
    (*

    The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.

    *)
  8. 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.

    *)
  9. 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.

    *)
  10. 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.

    *)
  11. databaseServerType : CreateCloudExadataInfrastructureInputDatabaseServerTypeString.t option;
    (*

    The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.

    *)
  12. storageServerType : CreateCloudExadataInfrastructureInputStorageServerTypeString.t option;
    (*

    The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.

    *)
}
Sourceval context_ : string
Sourceval make : ?availabilityZone:??? -> ?availabilityZoneId:??? -> ?tags:??? -> ?customerContactsToSendToOCI:??? -> ?maintenanceWindow:??? -> ?clientToken:??? -> ?databaseServerType:??? -> ?storageServerType:??? -> displayName:ResourceDisplayName.t -> shape:CreateCloudExadataInfrastructureInputShapeString.t -> computeCount:Integer.t -> storageCount:Integer.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t