@@ -226,7 +226,7 @@ UserVm createBasicSecurityGroupVirtualMachine(DataCenter zone, ServiceOffering s
226226 String userData , Long userDataId , String userDataDetails , List <String > sshKeyPairs , Map <Long , IpAddresses > requestedIps , IpAddresses defaultIp , Boolean displayVm , String keyboard ,
227227 List <Long > affinityGroupIdList , Map <String , String > customParameter , String customId , Map <String , Map <Integer , String >> dhcpOptionMap ,
228228 Map <Long , DiskOffering > dataDiskTemplateToDiskOfferingMap ,
229- Map <String , String > userVmOVFProperties , boolean dynamicScalingEnabled , Long overrideDiskOfferingId , Volume volume , Snapshot snapshot ) throws InsufficientCapacityException ,
229+ Map <String , String > userVmOVFProperties , boolean dynamicScalingEnabled , Long overrideDiskOfferingId , Long rootDiskKmsKeyId , Volume volume , Snapshot snapshot ) throws InsufficientCapacityException ,
230230 ConcurrentOperationException , ResourceUnavailableException , StorageUnavailableException , ResourceAllocationException ;
231231
232232 /**
@@ -302,7 +302,7 @@ UserVm createAdvancedSecurityGroupVirtualMachine(DataCenter zone, ServiceOfferin
302302 List <Long > securityGroupIdList , Account owner , String hostName , String displayName , Long diskOfferingId , Long diskSize , List <VmDiskInfo > dataDiskInfoList , String group , HypervisorType hypervisor ,
303303 HTTPMethod httpmethod , String userData , Long userDataId , String userDataDetails , List <String > sshKeyPairs , Map <Long , IpAddresses > requestedIps , IpAddresses defaultIps , Boolean displayVm , String keyboard ,
304304 List <Long > affinityGroupIdList , Map <String , String > customParameters , String customId , Map <String , Map <Integer , String >> dhcpOptionMap ,
305- Map <Long , DiskOffering > dataDiskTemplateToDiskOfferingMap , Map <String , String > userVmOVFProperties , boolean dynamicScalingEnabled , Long overrideDiskOfferingId , String vmType , Volume volume , Snapshot snapshot ) throws InsufficientCapacityException , ConcurrentOperationException , ResourceUnavailableException , StorageUnavailableException , ResourceAllocationException ;
305+ Map <Long , DiskOffering > dataDiskTemplateToDiskOfferingMap , Map <String , String > userVmOVFProperties , boolean dynamicScalingEnabled , Long overrideDiskOfferingId , Long rootDiskKmsKeyId , String vmType , Volume volume , Snapshot snapshot ) throws InsufficientCapacityException , ConcurrentOperationException , ResourceUnavailableException , StorageUnavailableException , ResourceAllocationException ;
306306
307307 /**
308308 * Creates a User VM in Advanced Zone (Security Group feature is disabled)
@@ -374,7 +374,7 @@ UserVm createAdvancedVirtualMachine(DataCenter zone, ServiceOffering serviceOffe
374374 String hostName , String displayName , Long diskOfferingId , Long diskSize , List <VmDiskInfo > dataDiskInfoList , String group , HypervisorType hypervisor , HTTPMethod httpmethod , String userData ,
375375 Long userDataId , String userDataDetails , List <String > sshKeyPairs , Map <Long , IpAddresses > requestedIps , IpAddresses defaultIps , Boolean displayVm , String keyboard , List <Long > affinityGroupIdList ,
376376 Map <String , String > customParameters , String customId , Map <String , Map <Integer , String >> dhcpOptionMap , Map <Long , DiskOffering > dataDiskTemplateToDiskOfferingMap ,
377- Map <String , String > templateOvfPropertiesMap , boolean dynamicScalingEnabled , String vmType , Long overrideDiskOfferingId , Volume volume , Snapshot snapshot )
377+ Map <String , String > templateOvfPropertiesMap , boolean dynamicScalingEnabled , String vmType , Long overrideDiskOfferingId , Long rootDiskKmsKeyId , Volume volume , Snapshot snapshot )
378378
379379 throws InsufficientCapacityException , ConcurrentOperationException , ResourceUnavailableException , StorageUnavailableException , ResourceAllocationException ;
380380
0 commit comments