toResourceType method

ResourceType toResourceType()

Implementation

ResourceType toResourceType() {
  switch (this) {
    case 'Mbps_Outbound_Bandwidth':
      return ResourceType.mbpsOutboundBandwidth;
  }
  throw Exception('$this is not known in enum ResourceType');
}