Class FileSystemEndpoints
An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
public class FileSystemEndpoints
- Inheritance
-
FileSystemEndpoints
- Inherited Members
Constructors
FileSystemEndpoints()
public FileSystemEndpoints()
Properties
Intercluster
Gets and sets the property Intercluster.
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
public FileSystemEndpoint Intercluster { get; set; }
Property Value
Management
Gets and sets the property Management.
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
public FileSystemEndpoint Management { get; set; }