toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ConnectionType.connectSsh:
      return 'CONNECT_SSH';
    case ConnectionType.connectSsm:
      return 'CONNECT_SSM';
  }
}