Class CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.RootVolumeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.RootVolumeConfigurationProperty
CfnFileSystem.RootVolumeConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnFileSystem.RootVolumeConfigurationProperty
CfnFileSystem.RootVolumeConfigurationProperty.Builder, CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFileSystem.RootVolumeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.final String
Specifies the method used to compress the data on the volume.final Object
The configuration object for mounting a file system.final Object
A Boolean value indicating whether the volume is read-only.final Number
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).final Object
An object specifying how much storage users or groups can use on the volume.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFileSystem.RootVolumeConfigurationProperty.Builder
.
-
-
Method Details
-
getCopyTagsToSnapshots
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.This value defaults to
false
. If it's set totrue
, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value istrue
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.- Specified by:
getCopyTagsToSnapshots
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
getDataCompressionType
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
Specifies the method used to compress the data on the volume. The compression type isNONE
by default.NONE
- Doesn't compress the data on the volume.NONE
is the default.ZSTD
- Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.LZ4
- Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
- Specified by:
getDataCompressionType
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
getNfsExports
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
The configuration object for mounting a file system.- Specified by:
getNfsExports
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
getReadOnly
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
A Boolean value indicating whether the volume is read-only.Setting this value to
true
can be useful after you have completed changes to a volume and no longer want changes to occur.- Specified by:
getReadOnly
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
getRecordSizeKiB
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. Database workflows can benefit from a smaller record size, while streaming workflows can benefit from a larger record size. For additional guidance on setting a custom record size, see Tips for maximizing performance in the Amazon FSx for OpenZFS User Guide .
- Specified by:
getRecordSizeKiB
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
getUserAndGroupQuotas
Description copied from interface:CfnFileSystem.RootVolumeConfigurationProperty
An object specifying how much storage users or groups can use on the volume.- Specified by:
getUserAndGroupQuotas
in interfaceCfnFileSystem.RootVolumeConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-