Module Values.CreateFileCacheLustreConfigurationSource

The Amazon File Cache configuration for the cache that you are creating.

Sourcetype nonrec t = {
  1. perUnitStorageThroughput : PerUnitStorageThroughput.t;
    (*

    Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.

    *)
  2. deploymentType : FileCacheLustreDeploymentType.t;
    (*

    Specifies the cache deployment type, which must be CACHE_1.

    *)
  3. weeklyMaintenanceStartTime : WeeklyTime.t option;
  4. metadataConfiguration : FileCacheLustreMetadataConfiguration.t;
    (*

    The configuration for a Lustre MDT (Metadata Target) storage volume.

    *)
}
Sourceval context_ : string
Sourceval make : ?weeklyMaintenanceStartTime:??? -> perUnitStorageThroughput:PerUnitStorageThroughput.t -> deploymentType:FileCacheLustreDeploymentType.t -> metadataConfiguration:FileCacheLustreMetadataConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of PerUnitStorageThroughput.t | `String of WeeklyTime.t | `Structure of (string * [> `Integer of MetadataStorageCapacity.t ]) 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