@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemEndpoints extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
Constructor and Description |
---|
FileSystemEndpoints() |
Modifier and Type | Method and Description |
---|---|
FileSystemEndpoints |
clone() |
boolean |
equals(Object obj) |
FileSystemEndpoint |
getIntercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoint |
getManagement()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
void |
setManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
String |
toString()
Returns a string representation of this object.
|
FileSystemEndpoints |
withIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoints |
withManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
public void setIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
intercluster
- An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.public FileSystemEndpoint getIntercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
public FileSystemEndpoints withIntercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
intercluster
- An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.public void setManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
management
- An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.public FileSystemEndpoint getManagement()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
public FileSystemEndpoints withManagement(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
management
- An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.public String toString()
toString
in class Object
Object.toString()
public FileSystemEndpoints clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.