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