Values.DescribeStorageVirtualMachinesRequestSourceDescribes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
type nonrec t = {storageVirtualMachineIds : StorageVirtualMachineIds.t option;Enter the ID of one or more SVMs that you want to view.
*)filters : StorageVirtualMachineFilters.t option;Enter a filter name:value pair to view a select set of SVMs.
*)maxResults : MaxResults.t option;nextToken : NextToken.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `String of StorageVirtualMachineId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of StorageVirtualMachineFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]