Class FileSystemEndpoint
An Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access
data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp
SnapMirror. They are the Management
and Intercluster
endpoints.
public class FileSystemEndpoint
- Inheritance
-
FileSystemEndpoint
- Inherited Members
Constructors
FileSystemEndpoint()
public FileSystemEndpoint()
Properties
DNSName
Gets and sets the property DNSName.
public string DNSName { get; set; }
Property Value
IpAddresses
Gets and sets the property IpAddresses.
IP addresses of the file system endpoint.
public List<string> IpAddresses { get; set; }