toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case WindowsDeploymentType.multiAz_1:
      return 'MULTI_AZ_1';
    case WindowsDeploymentType.singleAz_1:
      return 'SINGLE_AZ_1';
    case WindowsDeploymentType.singleAz_2:
      return 'SINGLE_AZ_2';
  }
}