public static final class CfnInstance.HardwareProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.HardwareProperty
CfnInstance.HardwareProperty
CfnInstance.HardwareProperty.Builder, CfnInstance.HardwareProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getCpuCount()
The number of vCPUs the instance has.
|
java.lang.Object |
getDisks()
The disks attached to the instance.
|
java.lang.Number |
getRamSizeInGb()
The amount of RAM in GB on the instance (for example, `1.0` ).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getCpuCount()
CfnInstance.HardwareProperty
The
CpuCount
property is read-only and should not be specified in a create instance or update instance request.
getCpuCount
in interface CfnInstance.HardwareProperty
public final java.lang.Object getDisks()
CfnInstance.HardwareProperty
The instance restarts when performing an attach disk or detach disk request. This resets the public IP address of your instance if a static IP isn't attached to it.
getDisks
in interface CfnInstance.HardwareProperty
public final java.lang.Number getRamSizeInGb()
CfnInstance.HardwareProperty
The
RamSizeInGb
property is read-only and should not be specified in a create instance or update instance request.
getRamSizeInGb
in interface CfnInstance.HardwareProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()