public static interface CfnVolume.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 |
CfnVolume.NfsExportsProperty.Builder
A builder for
CfnVolume.NfsExportsProperty |
static class |
CfnVolume.NfsExportsProperty.Jsii$Proxy
An implementation for
CfnVolume.NfsExportsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVolume.NfsExportsProperty.Builder |
builder() |
java.lang.Object |
getClientConfigurations()
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
java.lang.Object getClientConfigurations()
static CfnVolume.NfsExportsProperty.Builder builder()