static void verifyModelSpecific(VmPool model, int index) {
   assertNotNull(model.getCluster());
   assertNotNull(model.getCluster().getId());
 }