Module Values.FsxProtocolSource

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

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

    Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

    *)
  2. sMB : FsxProtocolSmb.t option;
    (*

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

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