Class EbsOptions.Jsii$Proxy
- All Implemented Interfaces:
EbsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EbsOptions
EbsOptions-
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.services.elasticsearch.EbsOptions
EbsOptions.Builder, EbsOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EbsOptions.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theEbsOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final BooleanDeprecated.(deprecated) Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.final NumbergetIops()Deprecated.(deprecated) The number of I/O operations per second (IOPS) that the volume supports.final NumberDeprecated.(deprecated) The size (in GiB) of the EBS volume for each data node.final EbsDeviceVolumeTypeDeprecated.(deprecated) The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theEbsOptions.Builder.
-
-
Method Details
-
getEnabled
Deprecated.Description copied from interface:EbsOptions(deprecated) Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.Default: - true
- Specified by:
getEnabledin interfaceEbsOptions
-
getIops
Deprecated.Description copied from interface:EbsOptions(deprecated) The number of I/O operations per second (IOPS) that the volume supports.This property applies only to the Provisioned IOPS (SSD) EBS volume type.
Default: - iops are not set.
- Specified by:
getIopsin interfaceEbsOptions
-
getVolumeSize
Deprecated.Description copied from interface:EbsOptions(deprecated) The size (in GiB) of the EBS volume for each data node.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
- Specified by:
getVolumeSizein interfaceEbsOptions
-
getVolumeType
Deprecated.Description copied from interface:EbsOptions(deprecated) The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.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
- Specified by:
getVolumeTypein interfaceEbsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-