public static final class ServerDeploymentConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServerDeploymentConfigProps
software.amazon.jsii.JsiiObject.InitializationModeServerDeploymentConfigProps.Builder, ServerDeploymentConfigProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentConfigName()
The physical, human-readable name of the Deployment Configuration.
|
Number |
getMinHealthyHostCount()
The minimum healhty hosts threshold expressed as an absolute number.
|
Number |
getMinHealthyHostPercentage()
The minmum healhty hosts threshold expressed as a percentage of the fleet.
|
void |
setDeploymentConfigName(String value)
The physical, human-readable name of the Deployment Configuration.
|
void |
setMinHealthyHostCount(Number value)
The minimum healhty hosts threshold expressed as an absolute number.
|
void |
setMinHealthyHostPercentage(Number value)
The minmum healhty hosts threshold expressed as a percentage of the fleet.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public String getDeploymentConfigName()
getDeploymentConfigName in interface ServerDeploymentConfigPropspublic void setDeploymentConfigName(@Nullable String value)
setDeploymentConfigName in interface ServerDeploymentConfigProps@Nullable public Number getMinHealthyHostCount()
#minHealthyHostPercentage,
however one of this or #minHealthyHostPercentage is required.getMinHealthyHostCount in interface ServerDeploymentConfigPropspublic void setMinHealthyHostCount(@Nullable Number value)
#minHealthyHostPercentage,
however one of this or #minHealthyHostPercentage is required.setMinHealthyHostCount in interface ServerDeploymentConfigProps@Nullable public Number getMinHealthyHostPercentage()
#minHealthyHostCount,
however one of this or #minHealthyHostCount is required.getMinHealthyHostPercentage in interface ServerDeploymentConfigPropspublic void setMinHealthyHostPercentage(@Nullable Number value)
#minHealthyHostCount,
however one of this or #minHealthyHostCount is required.setMinHealthyHostPercentage in interface ServerDeploymentConfigPropsCopyright © 2019. All rights reserved.