Module Values.NFSOnDeviceServiceConfigurationSource

An object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device.

Sourcetype nonrec t = {
  1. storageLimit : StorageLimit.t option;
    (*

    The maximum NFS storage for one Snow Family device.

    *)
  2. storageUnit : StorageUnit.t option;
    (*

    The scale unit of the NFS storage on the device. Valid values: TB.

    *)
}
Sourceval make : ?storageLimit:??? -> ?storageUnit:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of StorageLimit.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