Class CfnInstancePropsMixin.DiskProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnInstancePropsMixin.DiskProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstancePropsMixin.DiskProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstancePropsMixin.DiskProperty
@Stability(Stable)
@Internal
public static final class CfnInstancePropsMixin.DiskProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstancePropsMixin.DiskProperty
An implementation for
CfnInstancePropsMixin.DiskProperty-
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.cfnpropertymixins.services.lightsail.CfnInstancePropsMixin.DiskProperty
CfnInstancePropsMixin.DiskProperty.Builder, CfnInstancePropsMixin.DiskProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstancePropsMixin.DiskProperty.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 StringThe resources to which the disk is attached.final String(Deprecated) The attachment state of the disk.final StringThe unique name of the disk.final NumbergetIops()The input/output operations per second (IOPS) of the disk.final ObjectA Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).final StringgetPath()The disk path.final StringThe size of the disk in GB.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 theCfnInstancePropsMixin.DiskProperty.Builder.
-
-
Method Details
-
getAttachedTo
Description copied from interface:CfnInstancePropsMixin.DiskPropertyThe resources to which the disk is attached.- Specified by:
getAttachedToin interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getAttachmentState
Description copied from interface:CfnInstancePropsMixin.DiskProperty(Deprecated) The attachment state of the disk.In releases prior to November 14, 2017, this parameter returned
attachedfor system disks in the API response. It is now deprecated, but still included in the response. UseisAttachedinstead.- Specified by:
getAttachmentStatein interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getDiskName
Description copied from interface:CfnInstancePropsMixin.DiskPropertyThe unique name of the disk.- Specified by:
getDiskNamein interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getIops
Description copied from interface:CfnInstancePropsMixin.DiskPropertyThe input/output operations per second (IOPS) of the disk.- Specified by:
getIopsin interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getIsSystemDisk
Description copied from interface:CfnInstancePropsMixin.DiskPropertyA Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).Returns union: either
BooleanorIResolvable- Specified by:
getIsSystemDiskin interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getPath
Description copied from interface:CfnInstancePropsMixin.DiskPropertyThe disk path.- Specified by:
getPathin interfaceCfnInstancePropsMixin.DiskProperty- See Also:
-
getSizeInGb
Description copied from interface:CfnInstancePropsMixin.DiskPropertyThe size of the disk in GB.- Specified by:
getSizeInGbin interfaceCfnInstancePropsMixin.DiskProperty- 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()
-