toVpcLinkVersion method

VpcLinkVersion toVpcLinkVersion()

Implementation

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