@Generated(value="software.amazon.awssdk:codegen") public final class FileSystemEndpoints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSystemEndpoints.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemEndpoints.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FileSystemEndpoint |
intercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoint |
management()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileSystemEndpoints.Builder> |
serializableBuilderClass() |
FileSystemEndpoints.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FileSystemEndpoint intercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
public final FileSystemEndpoint management()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
public FileSystemEndpoints.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>public static FileSystemEndpoints.Builder builder()
public static Class<? extends FileSystemEndpoints.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.