Values.UpdateLocationFsxOntapRequestSourceModifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for ONTAP.
type nonrec t = {locationArn : LocationArn.t;Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.
*)protocol : FsxUpdateProtocol.t option;Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
*)subdirectory : FsxOntapSubdirectory.t option;Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be /vol1, /vol1/tree1, or /share1. Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LocationArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of UpdateSmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list ])
list ]