@Generated(value="software.amazon.awssdk:codegen") public final class NfsMountOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NfsMountOptions.Builder,NfsMountOptions>
Specifies how DataSync can access a location using the NFS protocol.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NfsMountOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NfsMountOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NfsMountOptions.Builder> |
serializableBuilderClass() |
NfsMountOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NfsVersion |
version()
Specifies the NFS version that you want DataSync to use when mounting your NFS share.
|
String |
versionAsString()
Specifies the NFS version that you want DataSync to use when mounting your NFS share.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NfsVersion version()
Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.
You can specify the following options:
AUTOMATIC (default): DataSync chooses NFS version 4.1.
NFS3: Stateless protocol version that allows for asynchronous writes on the server.
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file
systems.
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data
processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
If the service returns an enum value that is not available in the current SDK version, version will
return NfsVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionAsString().
You can specify the following options:
AUTOMATIC (default): DataSync chooses NFS version 4.1.
NFS3: Stateless protocol version that allows for asynchronous writes on the server.
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo
file systems.
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and
parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
NfsVersionpublic final String versionAsString()
Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.
You can specify the following options:
AUTOMATIC (default): DataSync chooses NFS version 4.1.
NFS3: Stateless protocol version that allows for asynchronous writes on the server.
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file
systems.
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data
processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
If the service returns an enum value that is not available in the current SDK version, version will
return NfsVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionAsString().
You can specify the following options:
AUTOMATIC (default): DataSync chooses NFS version 4.1.
NFS3: Stateless protocol version that allows for asynchronous writes on the server.
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo
file systems.
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and
parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
NfsVersionpublic NfsMountOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NfsMountOptions.Builder,NfsMountOptions>public static NfsMountOptions.Builder builder()
public static Class<? extends NfsMountOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.