toValue method
Implementation
String toValue() {
switch (this) {
case ServerType.virtualMachine:
return 'VIRTUAL_MACHINE';
}
}
String toValue() {
switch (this) {
case ServerType.virtualMachine:
return 'VIRTUAL_MACHINE';
}
}