DeploymentConfigMinimumHealthyHosts constructor

const DeploymentConfigMinimumHealthyHosts({
  1. Input<String?>? type,
  2. Input<int?>? value,
})

Creates a new DeploymentConfigMinimumHealthyHosts. type The type can either be FLEET_PERCENT or HOST_COUNT. value The value when the type is FLEET_PERCENT represents the minimum number of healthy instances as

Implementation

const DeploymentConfigMinimumHealthyHosts({
  this.type,
  this.value,
});