@Generated(value="software.amazon.awssdk:codegen") public final class NfsMountOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NfsMountOptions.Builder,NfsMountOptions>
Represents the mount options that are available for DataSync to access an NFS location.
| 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()
The specific NFS version that you want DataSync to use to mount your NFS share.
|
String |
versionAsString()
The specific NFS version that you want DataSync to use to mount your NFS share.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NfsVersion version()
The specific NFS version that you want DataSync to use to mount your NFS share. If the server refuses to use the
version specified, the sync will fail. If you don't specify a version, DataSync defaults to
AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the NFS
server.
You can specify the following NFS versions:
NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.
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().
AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the
NFS server.
You can specify the following NFS versions:
NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.
NfsVersionpublic final String versionAsString()
The specific NFS version that you want DataSync to use to mount your NFS share. If the server refuses to use the
version specified, the sync will fail. If you don't specify a version, DataSync defaults to
AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the NFS
server.
You can specify the following NFS versions:
NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.
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().
AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the
NFS server.
You can specify the following NFS versions:
NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.
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 © 2021. All rights reserved.