Example #1
0
 @Override
 public String getPrimaryStorageTypeForRecalculateCapacityExtensionPoint() {
   return type.toString();
 }
Example #2
0
 static {
   type.setSupportVmLiveMigration(false);
   type.setSupportVolumeMigration(true);
   type.setSupportVolumeMigrationInCurrentPrimaryStorage(true);
   type.setOrder(999);
 }
Example #3
0
 @Override
 public String createTemplateFromVolumeSnapshotPrimaryStorageType() {
   return type.toString();
 }