| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
SvmEndpoint |
SvmEndpoint.clone() |
SvmEndpoint |
SvmEndpoints.getIscsi()
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoint |
SvmEndpoints.getManagement()
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoint |
SvmEndpoints.getNfs()
An endpoint for connecting using the Network File System (NFS) protocol.
|
SvmEndpoint |
SvmEndpoints.getSmb()
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
SvmEndpoint |
SvmEndpoint.withDNSName(String dNSName) |
SvmEndpoint |
SvmEndpoint.withIpAddresses(Collection<String> ipAddresses)
The SVM endpoint's IP addresses.
|
SvmEndpoint |
SvmEndpoint.withIpAddresses(String... ipAddresses)
The SVM endpoint's IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvmEndpoints.setIscsi(SvmEndpoint iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
void |
SvmEndpoints.setManagement(SvmEndpoint management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
void |
SvmEndpoints.setNfs(SvmEndpoint nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
|
void |
SvmEndpoints.setSmb(SvmEndpoint smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
SvmEndpoints |
SvmEndpoints.withIscsi(SvmEndpoint iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoints |
SvmEndpoints.withManagement(SvmEndpoint management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoints |
SvmEndpoints.withNfs(SvmEndpoint nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
|
SvmEndpoints |
SvmEndpoints.withSmb(SvmEndpoint smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
Copyright © 2021. All rights reserved.