Interface CfnLocationFSxOpenZFS.NFSProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocationFSxOpenZFS.NFSProperty.Jsii$Proxy
- Enclosing class:
CfnLocationFSxOpenZFS
@Stability(Stable)
public static interface CfnLocationFSxOpenZFS.NFSProperty
extends software.amazon.jsii.JsiiSerializable
Represents the Network File System (NFS) protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocationFSxOpenZFS.NFSPropertystatic final classAn implementation forCfnLocationFSxOpenZFS.NFSProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Represents the mount options that are available for DataSync to access an NFS location.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMountOptions
Represents the mount options that are available for DataSync to access an NFS location.Returns union: either
IResolvableorCfnLocationFSxOpenZFS.MountOptionsProperty- See Also:
-
builder
-