toValue method
Implementation
String toValue() {
switch (this) {
case ConnectionType.internet:
return 'INTERNET';
case ConnectionType.vpcLink:
return 'VPC_LINK';
}
}
String toValue() {
switch (this) {
case ConnectionType.internet:
return 'INTERNET';
case ConnectionType.vpcLink:
return 'VPC_LINK';
}
}