Module Values.FileSystemEndpointsSource

An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

Sourcetype nonrec t = {
  1. intercluster : FileSystemEndpoint.t option;
    (*

    An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

    *)
  2. management : FileSystemEndpoint.t option;
    (*

    An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

    *)
}
Sourceval make : ?intercluster:??? -> ?management:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of IpAddress.t ] list | `String of DNSName.t ]) 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