public static final class CfnDomain.EBSOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.EBSOptionsProperty
CfnDomain.EBSOptionsProperty
CfnDomain.EBSOptionsProperty.Builder, CfnDomain.EBSOptionsProperty.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.Object |
getEbsEnabled()
Specifies whether Amazon EBS volumes are attached to data nodes in the OpenSearch Service domain.
|
java.lang.Number |
getIops()
The number of I/O operations per second (IOPS) that the volume supports.
|
java.lang.Number |
getThroughput()
The throughput (in MiB/s) of the EBS volumes attached to data nodes.
|
java.lang.Number |
getVolumeSize()
The size (in GiB) of the EBS volume for each data node.
|
java.lang.String |
getVolumeType()
The EBS volume type to use with the OpenSearch Service domain.
|
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.Object getEbsEnabled()
CfnDomain.EBSOptionsProperty
getEbsEnabled
in interface CfnDomain.EBSOptionsProperty
public final java.lang.Number getIops()
CfnDomain.EBSOptionsProperty
This property applies only to the gp3
and provisioned IOPS EBS volume types.
getIops
in interface CfnDomain.EBSOptionsProperty
public final java.lang.Number getThroughput()
CfnDomain.EBSOptionsProperty
Applies only to the gp3
volume type.
getThroughput
in interface CfnDomain.EBSOptionsProperty
public final java.lang.Number getVolumeSize()
CfnDomain.EBSOptionsProperty
The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For more information, see EBS volume size limits in the Amazon OpenSearch Service Developer Guide .
getVolumeSize
in interface CfnDomain.EBSOptionsProperty
public final java.lang.String getVolumeType()
CfnDomain.EBSOptionsProperty
If you choose gp3
, you must also specify values for Iops
and Throughput
. For more information about each type, see Amazon EBS volume types in the Amazon EC2 User Guide for Linux Instances .
getVolumeType
in interface CfnDomain.EBSOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()