Values.DescribeLocationFsxOntapResponseSourceProvides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
type nonrec t = {creationTime : Time.t option;The time that the location was created.
*)locationArn : LocationArn.t option;The ARN of the FSx for ONTAP file system location.
*)locationUri : LocationUri.t option;The uniform resource identifier (URI) of the FSx for ONTAP file system location.
*)protocol : FsxProtocol.t option;securityGroupArns : Ec2SecurityGroupArnList.t option;The security groups that DataSync uses to access your FSx for ONTAP file system.
*)storageVirtualMachineArn : StorageVirtualMachineArn.t option;The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.
*)fsxFilesystemArn : FsxFilesystemArn.t option;The ARN of the FSx for ONTAP file system.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Ec2SecurityGroupArn.t ] list
| `String of LocationArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of SmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list
| `Timestamp of Time.t ])
list ]