toValue method

String toValue()

Implementation

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