@Stability(value=Stable)
public static interface CfnLocationFSxONTAP.NFSProperty
extends software.amazon.jsii.JsiiSerializable
// 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(NfsMountOptionsProperty.builder()
.version("version")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxONTAP.NFSProperty.Builder
A builder for
CfnLocationFSxONTAP.NFSProperty |
static class |
CfnLocationFSxONTAP.NFSProperty.Jsii$Proxy
An implementation for
CfnLocationFSxONTAP.NFSProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxONTAP.NFSProperty.Builder |
builder() |
Object |
getMountOptions()
`CfnLocationFSxONTAP.NFSProperty.MountOptions`.
|
@Stability(value=Stable) @NotNull Object getMountOptions()
@Stability(value=Stable) static CfnLocationFSxONTAP.NFSProperty.Builder builder()
Copyright © 2022. All rights reserved.