toGameServerGroupAction method

GameServerGroupAction toGameServerGroupAction()

Implementation

GameServerGroupAction toGameServerGroupAction() {
  switch (this) {
    case 'REPLACE_INSTANCE_TYPES':
      return GameServerGroupAction.replaceInstanceTypes;
  }
  throw Exception('$this is not known in enum GameServerGroupAction');
}