public static interface CfnFileSystem.NfsExportsProperty
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.fsx.*; NfsExportsProperty nfsExportsProperty = NfsExportsProperty.builder() .clientConfigurations(List.of(ClientConfigurationsProperty.builder() .clients("clients") .options(List.of("options")) .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFileSystem.NfsExportsProperty.Builder
A builder for
CfnFileSystem.NfsExportsProperty |
static class |
CfnFileSystem.NfsExportsProperty.Jsii$Proxy
An implementation for
CfnFileSystem.NfsExportsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFileSystem.NfsExportsProperty.Builder |
builder() |
default java.lang.Object |
getClientConfigurations()
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
default java.lang.Object getClientConfigurations()
static CfnFileSystem.NfsExportsProperty.Builder builder()