@Stability(value=Stable)
public static interface CfnFileSystem.NfsExportsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getClientConfigurations()
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
@Stability(value=Stable) @Nullable default Object getClientConfigurations()
@Stability(value=Stable) static CfnFileSystem.NfsExportsProperty.Builder builder()
Copyright © 2022. All rights reserved.