@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.843Z") public interface ServerDeploymentConfigProps extends software.amazon.jsii.JsiiSerializable
ServerDeploymentConfig.| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentConfigProps.Builder
A builder for
ServerDeploymentConfigProps |
static class |
ServerDeploymentConfigProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentConfigProps.Builder |
builder() |
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.
|
String getDeploymentConfigName()
void setDeploymentConfigName(String value)
Number getMinHealthyHostCount()
#minHealthyHostPercentage,
however one of this or #minHealthyHostPercentage is required.void setMinHealthyHostCount(Number value)
#minHealthyHostPercentage,
however one of this or #minHealthyHostPercentage is required.Number getMinHealthyHostPercentage()
#minHealthyHostCount,
however one of this or #minHealthyHostCount is required.void setMinHealthyHostPercentage(Number value)
#minHealthyHostCount,
however one of this or #minHealthyHostCount is required.static ServerDeploymentConfigProps.Builder builder()
Copyright © 2019. All rights reserved.