toValue method
Implementation
String toValue() {
switch (this) {
case MinimumHealthyHostsType.hostCount:
return 'HOST_COUNT';
case MinimumHealthyHostsType.fleetPercent:
return 'FLEET_PERCENT';
}
}
String toValue() {
switch (this) {
case MinimumHealthyHostsType.hostCount:
return 'HOST_COUNT';
case MinimumHealthyHostsType.fleetPercent:
return 'FLEET_PERCENT';
}
}