toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DeploymentWaitType.readyWait:
      return 'READY_WAIT';
    case DeploymentWaitType.terminationWait:
      return 'TERMINATION_WAIT';
  }
}