Interface CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty.Jsii$Proxy
- Enclosing class:
CfnLocationFSxOpenZFSPropsMixin
@Stability(Stable)
public static interface CfnLocationFSxOpenZFSPropsMixin.ProtocolProperty
extends software.amazon.jsii.JsiiSerializable
Represents the 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.cfnpropertymixins.services.datasync.*;
ProtocolProperty protocolProperty = ProtocolProperty.builder()
.nfs(NFSProperty.builder()
.mountOptions(MountOptionsProperty.builder()
.version("version")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocationFSxOpenZFSPropsMixin.ProtocolPropertystatic final classAn implementation forCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNfs
Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system.Returns union: either
IResolvableorCfnLocationFSxOpenZFSPropsMixin.NFSProperty- See Also:
-
builder
-