mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
doc: replace virutal by virtual (typo)
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
This commit is contained in:
parent
885f561791
commit
6ab2ba9230
@ -52,7 +52,7 @@ public interface VpcOffering extends InternalIdentity, Identity {
|
||||
boolean isDefault();
|
||||
|
||||
/**
|
||||
* @return service offering id used by VPC virutal router
|
||||
* @return service offering id used by VPC virtual router
|
||||
*/
|
||||
Long getServiceOfferingId();
|
||||
|
||||
|
||||
@ -96,19 +96,19 @@ public class AcquireIPAddressResponse extends BaseResponse implements Controlle
|
||||
private Boolean isSystem;
|
||||
|
||||
@SerializedName(ApiConstants.VIRTUAL_MACHINE_ID)
|
||||
@Param(description = "virutal machine id the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine id the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineId;
|
||||
|
||||
@SerializedName("vmipaddress")
|
||||
@Param(description = "virutal machine (dnat) ip address (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine (dnat) ip address (not null only for static nat Ip)")
|
||||
private String virtualMachineIp;
|
||||
|
||||
@SerializedName("virtualmachinename")
|
||||
@Param(description = "virutal machine name the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine name the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineName;
|
||||
|
||||
@SerializedName("virtualmachinedisplayname")
|
||||
@Param(description = "virutal machine display name the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine display name the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineDisplayName;
|
||||
|
||||
@SerializedName(ApiConstants.ASSOCIATED_NETWORK_ID)
|
||||
|
||||
@ -96,19 +96,19 @@ public class IPAddressResponse extends BaseResponse implements ControlledEntityR
|
||||
private Boolean isSystem;
|
||||
|
||||
@SerializedName(ApiConstants.VIRTUAL_MACHINE_ID)
|
||||
@Param(description = "virutal machine id the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine id the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineId;
|
||||
|
||||
@SerializedName("vmipaddress")
|
||||
@Param(description = "virutal machine (dnat) ip address (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine (dnat) ip address (not null only for static nat Ip)")
|
||||
private String virtualMachineIp;
|
||||
|
||||
@SerializedName("virtualmachinename")
|
||||
@Param(description = "virutal machine name the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine name the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineName;
|
||||
|
||||
@SerializedName("virtualmachinedisplayname")
|
||||
@Param(description = "virutal machine display name the ip address is assigned to (not null only for static nat Ip)")
|
||||
@Param(description = "virtual machine display name the ip address is assigned to (not null only for static nat Ip)")
|
||||
private String virtualMachineDisplayName;
|
||||
|
||||
@SerializedName(ApiConstants.ASSOCIATED_NETWORK_ID)
|
||||
|
||||
@ -765,7 +765,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
||||
// Need to reboot the virtual machine so that the password gets
|
||||
// redownloaded from the DomR, and reset on the VM
|
||||
if (!result) {
|
||||
s_logger.debug("Failed to reset password for the virutal machine; no need to reboot the vm");
|
||||
s_logger.debug("Failed to reset password for the virtual machine; no need to reboot the vm");
|
||||
return false;
|
||||
} else {
|
||||
if (vmInstance.getState() == State.Stopped) {
|
||||
@ -874,7 +874,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
||||
|
||||
// Need to reboot the virtual machine so that the password gets redownloaded from the DomR, and reset on the VM
|
||||
if (!result) {
|
||||
s_logger.debug("Failed to reset SSH Key for the virutal machine; no need to reboot the vm");
|
||||
s_logger.debug("Failed to reset SSH Key for the virtual machine; no need to reboot the vm");
|
||||
return false;
|
||||
} else {
|
||||
if (vmInstance.getState() == State.Stopped) {
|
||||
|
||||
@ -496,7 +496,7 @@ under the License.
|
||||
<command>
|
||||
<name>destroyVirtualMachine</name>
|
||||
<usercommand>true</usercommand>
|
||||
<testcase>Destroying virutal machine</testcase>
|
||||
<testcase>Destroying virtual machine</testcase>
|
||||
<parameters>
|
||||
<item getparam="true">
|
||||
<name>id</name>
|
||||
|
||||
@ -619,7 +619,7 @@ under the License.
|
||||
<command>
|
||||
<name>destroyVirtualMachine</name>
|
||||
<usercommand>true</usercommand>
|
||||
<testcase>Destroying virutal machine</testcase>
|
||||
<testcase>Destroying virtual machine</testcase>
|
||||
<parameters>
|
||||
<item getparam="true">
|
||||
<name>id</name>
|
||||
@ -643,7 +643,7 @@ under the License.
|
||||
<command>
|
||||
<name>destroyVirtualMachine</name>
|
||||
<usercommand>true</usercommand>
|
||||
<testcase>Destroying virutal machine</testcase>
|
||||
<testcase>Destroying virtual machine</testcase>
|
||||
<parameters>
|
||||
<item getparam="true">
|
||||
<name>id</name>
|
||||
|
||||
@ -733,7 +733,7 @@ under the License.
|
||||
<command>
|
||||
<name>destroyVirtualMachine</name>
|
||||
<usercommand>true</usercommand>
|
||||
<testcase>Destroying virutal machine</testcase>
|
||||
<testcase>Destroying virtual machine</testcase>
|
||||
<parameters>
|
||||
<item getparam="true">
|
||||
<name>id</name>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user