@Stability(value=Stable)
public static interface CfnLocationFSxOpenZFS.MountOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getVersion()
The specific NFS version that you want DataSync to use to mount your NFS share.
|
@Stability(value=Stable) @Nullable default 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:
@Stability(value=Stable) static CfnLocationFSxOpenZFS.MountOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.