/AWS1/CL_ESSINSTCOUNTLIMITS¶
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_minimuminstancecount TYPE /AWS1/ESSMINIMUMINSTANCECOUNT /AWS1/ESSMINIMUMINSTANCECOUNT¶
Minimum number of Instances that can be instantiated for given InstanceType.
iv_maximuminstancecount TYPE /AWS1/ESSMAXIMUMINSTANCECOUNT /AWS1/ESSMAXIMUMINSTANCECOUNT¶
Maximum number of Instances that can be instantiated for given InstanceType.
Queryable Attributes¶
MinimumInstanceCount¶
Minimum number of Instances that can be instantiated for given InstanceType.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUMINSTANCECOUNT() |
Getter for MINIMUMINSTANCECOUNT |
MaximumInstanceCount¶
Maximum number of Instances that can be instantiated for given InstanceType.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMINSTANCECOUNT() |
Getter for MAXIMUMINSTANCECOUNT |