public static interface CfnLocationFSxOpenZFS.MountOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.datasync.*; MountOptionsProperty mountOptionsProperty = MountOptionsProperty.builder() .version("version") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLocationFSxOpenZFS.MountOptionsProperty.Builder
A builder for
CfnLocationFSxOpenZFS.MountOptionsProperty |
static class |
CfnLocationFSxOpenZFS.MountOptionsProperty.Jsii$Proxy
An implementation for
CfnLocationFSxOpenZFS.MountOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLocationFSxOpenZFS.MountOptionsProperty.Builder |
builder() |
default java.lang.String |
getVersion()
The specific NFS version that you want DataSync to use to mount your NFS share.
|
default java.lang.String getVersion()
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:
static CfnLocationFSxOpenZFS.MountOptionsProperty.Builder builder()