Values.CreateStorageVirtualMachineResponseSourceCreates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
type nonrec t = {storageVirtualMachine : StorageVirtualMachine.t option;Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
*)}type nonrec error = [ | `ActiveDirectoryError of ActiveDirectoryError.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of FileSystemId.t
| `Structure of
(string
* [> `String of NetBiosAlias.t
| `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of ActiveDirectoryFullyQualifiedName.t ])
list ])
list
| `Timestamp of CreationTime.t ])
list ])
list ]