Table of Contents

Class FileSystemEndpoints

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

FileSystemEndpoint

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; }

Property Value

FileSystemEndpoint