Module Values.OpenZFSNfsExportSource

The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

Sourcetype nonrec t = {
  1. clientConfigurations : OpenZFSClientConfigurations.t;
    (*

    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

    *)
}
Sourceval context_ : string
Sourceval make : clientConfigurations:OpenZFSClientConfigurations.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of OpenZFSNfsExportOption.t ] list | `String of OpenZFSClients.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