@Override
 public String getPrimaryStorageTypeForRecalculateCapacityExtensionPoint() {
   return type.toString();
 }
 static {
   type.setSupportVmLiveMigration(false);
   type.setSupportVolumeMigration(true);
   type.setSupportVolumeMigrationInCurrentPrimaryStorage(true);
   type.setOrder(999);
 }
 @Override
 public String createTemplateFromVolumeSnapshotPrimaryStorageType() {
   return type.toString();
 }