Table of Contents

Class SvmEndpoint

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

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

string

IpAddresses

Gets and sets the property IpAddresses.

The SVM endpoint's IP addresses.

public List<string> IpAddresses { get; set; }

Property Value

List<string>