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