SvmEndpoint
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.
Contents
- DNSName
-
The file system's DNS name. You can mount your file system using its DNS name.
Type: String
Length Constraints: Minimum length of 16. Maximum length of 275.
Pattern:
^((fs|fc)i?-[0-9a-f]{8,}\..{4,253})$
Required: No
- IpAddresses
-
The SVM endpoint's IP addresses.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 24 items.
Length Constraints: Minimum length of 7. Maximum length of 15.
Pattern:
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: