Values.FileSystemEndpointsSourceAn 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.
type nonrec t = {intercluster : FileSystemEndpoint.t option;An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
*)management : FileSystemEndpoint.t option;An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of DNSName.t ])
list ])
list ]