| Modifier and Type | Method and Description |
|---|---|
static MinimumHealthyHosts |
MinimumHealthyHosts.count(Number value)
The minimum healhty hosts threshold expressed as an absolute number.
|
MinimumHealthyHosts |
ServerDeploymentConfigProps.getMinimumHealthyHosts()
Minimum number of healthy hosts.
|
MinimumHealthyHosts |
ServerDeploymentConfigProps.Jsii$Proxy.getMinimumHealthyHosts() |
static MinimumHealthyHosts |
MinimumHealthyHosts.percentage(Number value)
The minmum healhty hosts threshold expressed as a percentage of the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentConfig.Builder |
ServerDeploymentConfig.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Minimum number of healthy hosts.
|
ServerDeploymentConfigProps.Builder |
ServerDeploymentConfigProps.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Sets the value of
ServerDeploymentConfigProps.getMinimumHealthyHosts() |
Copyright © 2022. All rights reserved.