| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
SvmEndpoint |
SvmEndpoints.iscsi()
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoint |
SvmEndpoints.management()
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoint |
SvmEndpoints.nfs()
An endpoint for connecting using the Network File System (NFS) protocol.
|
SvmEndpoint |
SvmEndpoints.smb()
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
| Modifier and Type | Method and Description |
|---|---|
SvmEndpoints.Builder |
SvmEndpoints.Builder.iscsi(SvmEndpoint iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoints.Builder |
SvmEndpoints.Builder.management(SvmEndpoint management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoints.Builder |
SvmEndpoints.Builder.nfs(SvmEndpoint nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
|
SvmEndpoints.Builder |
SvmEndpoints.Builder.smb(SvmEndpoint smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
Copyright © 2023. All rights reserved.