@Stability(value=Stable) @Internal public static final class CfnCluster.ComputeLimitsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.ComputeLimitsProperty
CfnCluster.ComputeLimitsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.ComputeLimitsProperty.Builder, CfnCluster.ComputeLimitsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.ComputeLimitsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.ApplicationProperty.Builder. |
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(Object o) |
Number |
getMaximumCapacityUnits()
The upper boundary of EC2 units.
|
Number |
getMaximumCoreCapacityUnits()
The upper boundary of EC2 units for core node type in a cluster.
|
Number |
getMaximumOnDemandCapacityUnits()
The upper boundary of On-Demand EC2 units.
|
Number |
getMinimumCapacityUnits()
The lower boundary of EC2 units.
|
String |
getUnitType()
The unit type used for specifying a managed scaling policy.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.ComputeLimitsProperty.Builder builder)
CfnCluster.ApplicationProperty.Builder.public final Number getMaximumCapacityUnits()
CfnCluster.ComputeLimitsPropertyIt is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
getMaximumCapacityUnits in interface CfnCluster.ComputeLimitsPropertypublic final Number getMinimumCapacityUnits()
CfnCluster.ComputeLimitsPropertyIt is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
getMinimumCapacityUnits in interface CfnCluster.ComputeLimitsPropertypublic final String getUnitType()
CfnCluster.ComputeLimitsPropertygetUnitType in interface CfnCluster.ComputeLimitsPropertypublic final Number getMaximumCoreCapacityUnits()
CfnCluster.ComputeLimitsPropertyIt is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
getMaximumCoreCapacityUnits in interface CfnCluster.ComputeLimitsPropertypublic final Number getMaximumOnDemandCapacityUnits()
CfnCluster.ComputeLimitsPropertyIt is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.
getMaximumOnDemandCapacityUnits in interface CfnCluster.ComputeLimitsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.