Table of Contents

Class SvmEndpoints

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

An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.

public class SvmEndpoints
Inheritance
SvmEndpoints
Inherited Members

Constructors

SvmEndpoints()

public SvmEndpoints()

Properties

Iscsi

Gets and sets the property Iscsi.

An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

public SvmEndpoint Iscsi { get; set; }

Property Value

SvmEndpoint

Management

Gets and sets the property Management.

An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

public SvmEndpoint Management { get; set; }

Property Value

SvmEndpoint

Nfs

Gets and sets the property Nfs.

An endpoint for connecting using the Network File System (NFS) protocol.

public SvmEndpoint Nfs { get; set; }

Property Value

SvmEndpoint

Smb

Gets and sets the property Smb.

An endpoint for connecting using the Server Message Block (SMB) protocol.

public SvmEndpoint Smb { get; set; }

Property Value

SvmEndpoint