@Deprecated public static final class EbsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EbsOptions
EbsOptions
EbsOptions.Builder, EbsOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.Boolean |
getEnabled()
Deprecated.
(deprecated) Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.
|
java.lang.Number |
getIops()
Deprecated.
(deprecated) The number of I/O operations per second (IOPS) that the volume supports.
|
java.lang.Number |
getVolumeSize()
Deprecated.
(deprecated) The size (in GiB) of the EBS volume for each data node.
|
EbsDeviceVolumeType |
getVolumeType()
Deprecated.
(deprecated) The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.
|
int |
hashCode()
Deprecated.
|
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.Boolean getEnabled()
EbsOptions
Default: - true
getEnabled
in interface EbsOptions
public final java.lang.Number getIops()
EbsOptions
This property applies only to the Provisioned IOPS (SSD) EBS volume type.
Default: - iops are not set.
getIops
in interface EbsOptions
public final java.lang.Number getVolumeSize()
EbsOptions
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 [Configuring EBS-based Storage] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) in the Amazon Elasticsearch Service Developer Guide.
Default: 10
getVolumeSize
in interface EbsOptions
public final EbsDeviceVolumeType getVolumeType()
EbsOptions
For more information, see[Configuring EBS-based Storage] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) in the Amazon Elasticsearch Service Developer Guide.
Default: gp2
getVolumeType
in interface EbsOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()