mirror of https://github.com/apache/cloudstack.git
Formatting the code of the ManagementService class
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>
This commit is contained in:
parent
4406e2c8ec
commit
4e6fd0f17f
|
|
@ -414,7 +414,7 @@ public interface ManagementService {
|
|||
String[] listEventTypes();
|
||||
|
||||
Pair<List<? extends HypervisorCapabilities>, Integer> listHypervisorCapabilities(Long id, HypervisorType hypervisorType, String keyword, Long startIndex,
|
||||
Long pageSizeVal);
|
||||
Long pageSizeVal);
|
||||
|
||||
HypervisorCapabilities updateHypervisorCapabilities(Long id, Long maxGuestsLimit, Boolean securityGroupEnabled);
|
||||
|
||||
|
|
@ -429,7 +429,7 @@ public interface ManagementService {
|
|||
List<String> listDeploymentPlanners();
|
||||
|
||||
VirtualMachine upgradeSystemVM(ScaleSystemVMCmd cmd) throws ResourceUnavailableException, ManagementServerException, VirtualMachineMigrationException,
|
||||
ConcurrentOperationException;
|
||||
ConcurrentOperationException;
|
||||
|
||||
void cleanupVMReservations();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue