@Stability(value=Stable)
public static interface CfnLocationFSxOpenZFS.ProtocolProperty
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.*;
ProtocolProperty protocolProperty = ProtocolProperty.builder()
.nfs(NFSProperty.builder()
.mountOptions(MountOptionsProperty.builder()
.version("version")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxOpenZFS.ProtocolProperty.Builder
A builder for
CfnLocationFSxOpenZFS.ProtocolProperty |
static class |
CfnLocationFSxOpenZFS.ProtocolProperty.Jsii$Proxy
An implementation for
CfnLocationFSxOpenZFS.ProtocolProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxOpenZFS.ProtocolProperty.Builder |
builder() |
default Object |
getNfs()
Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.
|
@Stability(value=Stable) @Nullable default Object getNfs()
@Stability(value=Stable) static CfnLocationFSxOpenZFS.ProtocolProperty.Builder builder()
Copyright © 2022. All rights reserved.