Class FileSystemEndpoints
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.FileSystemEndpoints
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileSystemEndpoints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSystemEndpoints.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FileSystemEndpointintercluster()An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.FileSystemEndpointmanagement()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
intercluster
public final FileSystemEndpoint intercluster()
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
- Returns:
- An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
-
management
public final FileSystemEndpoint management()
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
- Returns:
- An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
-
toBuilder
public FileSystemEndpoints.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>
-
builder
public static FileSystemEndpoints.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileSystemEndpoints.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-