public static final class CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.RootVolumeConfigurationProperty
CfnFileSystem.RootVolumeConfigurationProperty
CfnFileSystem.RootVolumeConfigurationProperty.Builder, CfnFileSystem.RootVolumeConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getCopyTagsToSnapshots()
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
|
java.lang.String |
getDataCompressionType()
Specifies the method used to compress the data on the volume.
|
java.lang.Object |
getNfsExports()
The configuration object for mounting a file system.
|
java.lang.Object |
getReadOnly()
A Boolean value indicating whether the volume is read-only.
|
java.lang.Number |
getRecordSizeKiB()
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
|
java.lang.Object |
getUserAndGroupQuotas()
An object specifying how much storage users or groups can use on the volume.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.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.RootVolumeConfigurationProperty
public final java.lang.String getDataCompressionType()
CfnFileSystem.RootVolumeConfigurationProperty
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.getDataCompressionType
in interface CfnFileSystem.RootVolumeConfigurationProperty
public final java.lang.Object getNfsExports()
CfnFileSystem.RootVolumeConfigurationProperty
getNfsExports
in interface CfnFileSystem.RootVolumeConfigurationProperty
public final java.lang.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.RootVolumeConfigurationProperty
public final java.lang.Number getRecordSizeKiB()
CfnFileSystem.RootVolumeConfigurationProperty
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 .
getRecordSizeKiB
in interface CfnFileSystem.RootVolumeConfigurationProperty
public final java.lang.Object getUserAndGroupQuotas()
CfnFileSystem.RootVolumeConfigurationProperty
getUserAndGroupQuotas
in interface CfnFileSystem.RootVolumeConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()