Class CfnFileSystem.ReadCacheConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnFileSystem.ReadCacheConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.ReadCacheConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.ReadCacheConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystem.ReadCacheConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystem.ReadCacheConfigurationProperty
An implementation for
CfnFileSystem.ReadCacheConfigurationProperty-
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.ReadCacheConfigurationProperty
CfnFileSystem.ReadCacheConfigurationProperty.Builder, CfnFileSystem.ReadCacheConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.ReadCacheConfigurationProperty.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.ReadCacheConfigurationProperty.Builder.
-
-
Method Details
-
getSizeGiB
Description copied from interface:CfnFileSystem.ReadCacheConfigurationPropertyRequired ifSizingModeis set toUSER_PROVISIONED.Specifies the size of the file system's SSD read cache, in gibibytes (GiB).
- Specified by:
getSizeGiBin interfaceCfnFileSystem.ReadCacheConfigurationProperty- See Also:
-
getSizingMode
Description copied from interface:CfnFileSystem.ReadCacheConfigurationPropertySpecifies 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.ReadCacheConfigurationProperty- 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()
-