toVpcLinkVersion method
Implementation
VpcLinkVersion toVpcLinkVersion() {
switch (this) {
case 'V2':
return VpcLinkVersion.v2;
}
throw Exception('$this is not known in enum VpcLinkVersion');
}
VpcLinkVersion toVpcLinkVersion() {
switch (this) {
case 'V2':
return VpcLinkVersion.v2;
}
throw Exception('$this is not known in enum VpcLinkVersion');
}