| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemEndpoint |
FileSystemEndpoint.clone() |
FileSystemEndpoint |
FileSystemEndpoints.getIntercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoint |
FileSystemEndpoints.getManagement()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
FileSystemEndpoint |
FileSystemEndpoint.withDNSName(String dNSName) |
FileSystemEndpoint |
FileSystemEndpoint.withIpAddresses(Collection<String> ipAddresses)
IP addresses of the file system endpoint.
|
FileSystemEndpoint |
FileSystemEndpoint.withIpAddresses(String... ipAddresses)
IP addresses of the file system endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemEndpoints.setIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
void |
FileSystemEndpoints.setManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
FileSystemEndpoints |
FileSystemEndpoints.withIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoints |
FileSystemEndpoints.withManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
Copyright © 2025. All rights reserved.