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