@Stability(value=Stable)
public static interface CfnLocationFSxOpenZFS.NFSProperty
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.*;
NFSProperty nFSProperty = NFSProperty.builder()
.mountOptions(MountOptionsProperty.builder()
.version("version")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxOpenZFS.NFSProperty.Builder
A builder for
CfnLocationFSxOpenZFS.NFSProperty |
static class |
CfnLocationFSxOpenZFS.NFSProperty.Jsii$Proxy
An implementation for
CfnLocationFSxOpenZFS.NFSProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxOpenZFS.NFSProperty.Builder |
builder() |
Object |
getMountOptions()
Represents the mount options that are available for DataSync to access an NFS location.
|
@Stability(value=Stable) @NotNull Object getMountOptions()
@Stability(value=Stable) static CfnLocationFSxOpenZFS.NFSProperty.Builder builder()
Copyright © 2022. All rights reserved.