@Stability(value=Stable)
public static interface CfnFileSystem.RootVolumeConfigurationProperty
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.fsx.*;
RootVolumeConfigurationProperty rootVolumeConfigurationProperty = RootVolumeConfigurationProperty.builder()
.copyTagsToSnapshots(false)
.dataCompressionType("dataCompressionType")
.nfsExports(List.of(NfsExportsProperty.builder()
.clientConfigurations(List.of(ClientConfigurationsProperty.builder()
.clients("clients")
.options(List.of("options"))
.build()))
.build()))
.readOnly(false)
.userAndGroupQuotas(List.of(UserAndGroupQuotasProperty.builder()
.id(123)
.storageCapacityQuotaGiB(123)
.type("type")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFileSystem.RootVolumeConfigurationProperty.Builder
A builder for
CfnFileSystem.RootVolumeConfigurationProperty |
static class |
CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy
An implementation for
CfnFileSystem.RootVolumeConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystem.RootVolumeConfigurationProperty.Builder |
builder() |
default Object |
getCopyTagsToSnapshots()
`CfnFileSystem.RootVolumeConfigurationProperty.CopyTagsToSnapshots`.
|
default String |
getDataCompressionType()
`CfnFileSystem.RootVolumeConfigurationProperty.DataCompressionType`.
|
default Object |
getNfsExports()
`CfnFileSystem.RootVolumeConfigurationProperty.NfsExports`.
|
default Object |
getReadOnly()
`CfnFileSystem.RootVolumeConfigurationProperty.ReadOnly`.
|
default Object |
getUserAndGroupQuotas()
`CfnFileSystem.RootVolumeConfigurationProperty.UserAndGroupQuotas`.
|
@Stability(value=Stable) @Nullable default Object getCopyTagsToSnapshots()
@Stability(value=Stable) @Nullable default String getDataCompressionType()
@Stability(value=Stable) @Nullable default Object getNfsExports()
@Stability(value=Stable) @Nullable default Object getReadOnly()
@Stability(value=Stable) @Nullable default Object getUserAndGroupQuotas()
@Stability(value=Stable) static CfnFileSystem.RootVolumeConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.