Module Values.SvmEndpointSource

An 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.

Sourcetype nonrec t = {
  1. dNSName : DNSName.t option;
  2. ipAddresses : OntapEndpointIpAddresses.t option;
    (*

    The SVM endpoint's IPv4 addresses.

    *)
  3. ipv6Addresses : OntapEndpointIpAddresses.t option;
    (*

    The SVM endpoint's IPv6 addresses.

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