toSavingsPlanOfferingPropertyKey method

SavingsPlanOfferingPropertyKey toSavingsPlanOfferingPropertyKey()

Implementation

SavingsPlanOfferingPropertyKey toSavingsPlanOfferingPropertyKey() {
  switch (this) {
    case 'region':
      return SavingsPlanOfferingPropertyKey.region;
    case 'instanceFamily':
      return SavingsPlanOfferingPropertyKey.instanceFamily;
  }
  throw Exception(
      '$this is not known in enum SavingsPlanOfferingPropertyKey');
}