Module Values.CreateFileSystemFromBackupResponseSource

The response object for the CreateFileSystemFromBackup operation.

Sourcetype nonrec t = {
  1. fileSystem : FileSystem.t option;
    (*

    A description of the file system.

    *)
}
Sourcetype nonrec error = [
  1. | `ActiveDirectoryError of ActiveDirectoryError.t
  2. | `BackupNotFound of BackupNotFound.t
  3. | `BadRequest of BadRequest.t
  4. | `IncompatibleParameterError of IncompatibleParameterError.t
  5. | `InternalServerError of InternalServerError.t
  6. | `InvalidNetworkSettings of InvalidNetworkSettings.t
  7. | `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t
  8. | `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
  9. | `ServiceLimitExceeded of ServiceLimitExceeded.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?fileSystem:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ActiveDirectoryError of ActiveDirectoryError.t | `BackupNotFound of BackupNotFound.t | `BadRequest of BadRequest.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `InvalidNetworkSettings of InvalidNetworkSettings.t | `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t | `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ActiveDirectoryError of ActiveDirectoryError.t | `BackupNotFound of BackupNotFound.t | `BadRequest of BadRequest.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `InvalidNetworkSettings of InvalidNetworkSettings.t | `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t | `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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