Module Values.UpdateCloudExadataInfrastructureInputSource

Updates the properties of an Exadata infrastructure resource.

Sourcetype nonrec t = {
  1. cloudExadataInfrastructureId : ResourceIdOrArn.t;
    (*

    The unique identifier of the Exadata infrastructure to update.

    *)
  2. maintenanceWindow : MaintenanceWindow.t option;
}
Sourceval context_ : string
Sourceval make : ?maintenanceWindow:??? -> cloudExadataInfrastructureId:ResourceIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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