Module Values.FsxUpdateProtocolSource

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system. You can't update the Network File System (NFS) protocol configuration for FSx for ONTAP locations. DataSync currently only supports NFS version 3 with this location type.

Sourcetype nonrec t = {
  1. nFS : FsxProtocolNfs.t option;
  2. sMB : FsxUpdateProtocolSmb.t option;
    (*

    Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).

    *)
}
Sourceval make : ?nFS:??? -> ?sMB:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of UpdateSmbDomain.t | `Structure of (string * [> `Enum of string | `String of SecretArn.t ]) 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