Values.SvmEndpointsSourceAn Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
type nonrec t = {iscsi : SvmEndpoint.t option;An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
*)management : SvmEndpoint.t option;An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
*)nfs : SvmEndpoint.t option;An endpoint for connecting using the Network File System (NFS) protocol.
*)smb : SvmEndpoint.t option;An endpoint for connecting using the Server Message Block (SMB) protocol.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of DNSName.t ])
list ])
list ]