toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AZMode.singleAz:
      return 'single-az';
    case AZMode.crossAz:
      return 'cross-az';
  }
}