Class CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchProfile.VolumeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchProfile.VolumeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchProfile.VolumeConfigurationProperty
An implementation for
CfnLaunchProfile.VolumeConfigurationProperty-
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.nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty
CfnLaunchProfile.VolumeConfigurationProperty.Builder, CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchProfile.VolumeConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumbergetIops()The number of I/O operations per second for the root volume that is attached to streaming session.final NumbergetSize()The size of the root volume that is attached to the streaming session.final NumberThe throughput to provision for the root volume that is attached to the streaming session.final inthashCode()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 theCfnLaunchProfile.VolumeConfigurationProperty.Builder.
-
-
Method Details
-
getIops
Description copied from interface:CfnLaunchProfile.VolumeConfigurationPropertyThe number of I/O operations per second for the root volume that is attached to streaming session.Default: - 3000
- Specified by:
getIopsin interfaceCfnLaunchProfile.VolumeConfigurationProperty- See Also:
-
getSize
Description copied from interface:CfnLaunchProfile.VolumeConfigurationPropertyThe size of the root volume that is attached to the streaming session.The root volume size is measured in GiBs.
Default: - 500
- Specified by:
getSizein interfaceCfnLaunchProfile.VolumeConfigurationProperty- See Also:
-
getThroughput
Description copied from interface:CfnLaunchProfile.VolumeConfigurationPropertyThe throughput to provision for the root volume that is attached to the streaming session.The throughput is measured in MiB/s.
Default: - 125
- Specified by:
getThroughputin interfaceCfnLaunchProfile.VolumeConfigurationProperty- See Also:
-
$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()
-