Module Values.UpdateLocationFsxOntapRequestSource

Modifies 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.

Sourcetype nonrec t = {
  1. locationArn : LocationArn.t;
    (*

    Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.

    *)
  2. protocol : FsxUpdateProtocol.t option;
    (*

    Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?protocol:??? -> ?subdirectory:??? -> locationArn:LocationArn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t