Class VmCreateRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmCreateRequest
- All Implemented Interfaces:
Serializable
Vm Create Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVmCreateRequest(String name, String description, IPAddressingMode ipAddressingMode, String networkUuid, String vappTemplateUuid, String vmTemplateUuid, String ipAddress, String storageProfileUuid) -
Method Summary
-
Constructor Details
-
Method Details
-
getName
Get the vm name.- Returns:
Stringvm name
-
getDescription
Get the VM description.- Returns:
Stringdescription.
-
getIpAddressingMode
Get the IP addressing mode.- Returns:
IPAddressingModeip addressing mode
-
getNetworkUuid
Get the network uuid.- Returns:
Stringnetwork uuid
-
getVappTemplateUuid
Get the vapp template uuid.- Returns:
Stringvapp template uuid
-
getVmTemplateUuid
Get the vm template uuid.- Returns:
Stringvm template uuid
-
getIpAddress
Get the ip address.- Returns:
Stringip address
-
getStorageProfileUuid
Get the storage profile uuid.- Returns:
Stringstorage profile uuid
-
equals
-
hashCode
public int hashCode() -
toString
-