Module Values.TGWOnDeviceServiceConfigurationSource

An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.

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

    The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.

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

    The scale unit of the virtual tapes on the device.

    *)
}
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