public static interface CfnLocationFSxONTAP.NFSProperty
For more information, see Accessing FSx for ONTAP file systems .
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(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() |
java.lang.Object |
getMountOptions()
Specifies how DataSync can access a location using the NFS protocol.
|
java.lang.Object getMountOptions()
static CfnLocationFSxONTAP.NFSProperty.Builder builder()