Class 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.
public class SvmEndpoint
- Inheritance
-
SvmEndpoint
- Inherited Members
Constructors
SvmEndpoint()
public SvmEndpoint()
Properties
DNSName
Gets and sets the property DNSName.
public string DNSName { get; set; }
Property Value
IpAddresses
Gets and sets the property IpAddresses.
The SVM endpoint's IP addresses.
public List<string> IpAddresses { get; set; }