Class CfnFileSystem.DataReadCacheConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnFileSystem.DataReadCacheConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.DataReadCacheConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.DataReadCacheConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystem.DataReadCacheConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystem.DataReadCacheConfigurationProperty
An implementation for
CfnFileSystem.DataReadCacheConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnFileSystem.DataReadCacheConfigurationProperty
CfnFileSystem.DataReadCacheConfigurationProperty.Builder, CfnFileSystem.DataReadCacheConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.DataReadCacheConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.DataReadCacheConfigurationProperty.Builder.
-
-
Method Details
-
getSizeGiB
Description copied from interface:CfnFileSystem.DataReadCacheConfigurationPropertyRequired ifSizingModeis set toUSER_PROVISIONED.Specifies the size of the file system's SSD read cache, in gibibytes (GiB).
- Specified by:
getSizeGiBin interfaceCfnFileSystem.DataReadCacheConfigurationProperty- See Also:
-
getSizingMode
Description copied from interface:CfnFileSystem.DataReadCacheConfigurationPropertySpecifies how the provisioned SSD read cache is sized, as follows:.- Set to
NO_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system. - Set to
USER_PROVISIONEDto specify the exact size of your SSD read cache. - Set to
PROPORTIONAL_TO_THROUGHPUT_CAPACITYto have your SSD read cache automatically sized based on your throughput capacity.
- Specified by:
getSizingModein interfaceCfnFileSystem.DataReadCacheConfigurationProperty- See Also:
- Set to
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-