Module Values.FileCacheLustreMetadataConfigurationSource

The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.

Sourcetype nonrec t = {
  1. storageCapacity : MetadataStorageCapacity.t;
    (*

    The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.

    *)
}
Sourceval context_ : string
Sourceval make : storageCapacity:MetadataStorageCapacity.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MetadataStorageCapacity.t ]) 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