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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty
CfnLaunchProfile.VolumeConfigurationProperty.Builder, CfnLaunchProfile.VolumeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchProfile.VolumeConfigurationProperty.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 Number
getIops()
The number of I/O operations per second for the root volume that is attached to streaming session.final Number
getSize()
The size of the root volume that is attached to the streaming session.final Number
The throughput to provision for the root volume that is attached to the streaming session.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 theCfnLaunchProfile.VolumeConfigurationProperty.Builder
.
-
-
Method Details
-
getIops
Description copied from interface:CfnLaunchProfile.VolumeConfigurationProperty
The number of I/O operations per second for the root volume that is attached to streaming session.- Specified by:
getIops
in interfaceCfnLaunchProfile.VolumeConfigurationProperty
- See Also:
-
getSize
Description copied from interface:CfnLaunchProfile.VolumeConfigurationProperty
The size of the root volume that is attached to the streaming session.The root volume size is measured in GiBs.
- Specified by:
getSize
in interfaceCfnLaunchProfile.VolumeConfigurationProperty
- See Also:
-
getThroughput
Description copied from interface:CfnLaunchProfile.VolumeConfigurationProperty
The throughput to provision for the root volume that is attached to the streaming session.The throughput is measured in MiB/s.
- Specified by:
getThroughput
in interfaceCfnLaunchProfile.VolumeConfigurationProperty
- 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()
-