toProxyConfigurationType method

ProxyConfigurationType toProxyConfigurationType()

Implementation

ProxyConfigurationType toProxyConfigurationType() {
  switch (this) {
    case 'APPMESH':
      return ProxyConfigurationType.appmesh;
  }
  throw Exception('$this is not known in enum ProxyConfigurationType');
}