Values.SvmEndpointSourceAn Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi, Management, Nfs, and Smb endpoints.
type nonrec t = {dNSName : DNSName.t option;ipAddresses : OntapEndpointIpAddresses.t option;The SVM endpoint's IPv4 addresses.
*)ipv6Addresses : OntapEndpointIpAddresses.t option;The SVM endpoint's IPv6 addresses.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list | `String of DNSName.t ])
list ]