toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MultiAZStatus.enabled:
      return 'enabled';
    case MultiAZStatus.disabled:
      return 'disabled';
  }
}