Values.FileSystemEndpointSourceAn Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. They are the Management and Intercluster endpoints.
type nonrec t = {dNSName : DNSName.t option;ipAddresses : OntapEndpointIpAddresses.t option;The IPv4 addresses of the file system endpoint.
*)ipv6Addresses : OntapEndpointIpAddresses.t option;The IPv6 addresses of the file system endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list | `String of DNSName.t ])
list ]