Values.CreateLocationFsxOntapRequestSourceCreates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for ONTAP file systems.
type nonrec t = {protocol : FsxProtocol.t;securityGroupArns : Ec2SecurityGroupArnList.t;Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet. The security groups must allow outbound traffic on the following ports (depending on the protocol you use): Network File System (NFS): TCP ports 111, 635, and 2049 Server Message Block (SMB): TCP port 445 Your file system's security groups must also allow inbound traffic on the same ports.
*)storageVirtualMachineArn : StorageVirtualMachineArn.t;Specifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.
*)subdirectory : FsxOntapSubdirectory.t option;Specifies a path to the file share in the 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 make :
?subdirectory:??? ->
?tags:??? ->
protocol:FsxProtocol.t ->
securityGroupArns:Ec2SecurityGroupArnList.t ->
storageVirtualMachineArn:StorageVirtualMachineArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Ec2SecurityGroupArn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of StorageVirtualMachineArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of SmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list ])
list ]