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