@Stability(value=Stable) @Internal public static final class CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.RootVolumeConfigurationProperty
CfnFileSystem.RootVolumeConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFileSystem.RootVolumeConfigurationProperty.Builder, CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFileSystem.RootVolumeConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFileSystem.AuditLogConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCopyTagsToSnapshots()
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
String |
getDataCompressionType()
Specifies the method used to compress the data on the volume.
|
Object |
getNfsExports()
The configuration object for mounting a file system.
|
Object |
getReadOnly()
A Boolean value indicating whether the volume is read-only.
|
Object |
getUserAndGroupQuotas()
An object specifying how much storage users or groups can use on the volume.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFileSystem.RootVolumeConfigurationProperty.Builder builder)
CfnFileSystem.AuditLogConfigurationProperty.Builder.public final Object getCopyTagsToSnapshots()
CfnFileSystem.RootVolumeConfigurationProperty
This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.
getCopyTagsToSnapshots in interface CfnFileSystem.RootVolumeConfigurationPropertypublic final String getDataCompressionType()
CfnFileSystem.RootVolumeConfigurationProperty
Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.
NONE - Doesn't compress the data on the volume.ZSTD - Compresses the data in the volume using the ZStandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.getDataCompressionType in interface CfnFileSystem.RootVolumeConfigurationPropertypublic final Object getNfsExports()
CfnFileSystem.RootVolumeConfigurationPropertygetNfsExports in interface CfnFileSystem.RootVolumeConfigurationPropertypublic final Object getReadOnly()
CfnFileSystem.RootVolumeConfigurationProperty
Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.
getReadOnly in interface CfnFileSystem.RootVolumeConfigurationPropertypublic final Object getUserAndGroupQuotas()
CfnFileSystem.RootVolumeConfigurationPropertygetUserAndGroupQuotas in interface CfnFileSystem.RootVolumeConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.