Module Values.CreateVolumeRequestSource

Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. volumeType : VolumeType.t;
    (*

    Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.

    *)
  3. name : VolumeName.t;
    (*

    Specifies the name of the volume that you're creating.

    *)
  4. ontapConfiguration : CreateOntapVolumeConfiguration.t option;
    (*

    Specifies the configuration to use when creating the ONTAP volume.

    *)
  5. tags : Tags.t option;
  6. openZFSConfiguration : CreateOpenZFSVolumeConfiguration.t option;
    (*

    Specifies the configuration to use when creating the OpenZFS volume.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?ontapConfiguration:??? -> ?tags:??? -> ?openZFSConfiguration:??? -> volumeType:VolumeType.t -> name:VolumeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of ClientRequestToken.t | `Structure of (string * [> `Boolean of Flag.t | `Enum of string | `Integer of VolumeCapacity.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of IntegerNoMax.t | `List of [> `Structure of (string * [> `List of [> `String of OpenZFSNfsExportOption.t ] list | `String of OpenZFSClients.t ]) list ] list ]) list ] list | `Long of VolumeCapacityBytes.t | `String of JunctionPath.t | `Structure of (string * [> `Boolean of Flag.t | `Enum of string | `Integer of CoolingPeriod.t | `List of [> `String of Aggregate.t ] list | `String of ResourceARN.t | `Structure of (string * [> `Enum of string | `Integer of AutocommitPeriodValue.t | `Structure of (string * [> `Enum of string | `Integer of RetentionPeriodValue.t ]) list ]) 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