public class VmCreateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| VmCreateRequest(String name,
               String description,
               IPAddressingMode ipAddressingMode,
               String networkUuid,
               String vappTemplateUuid,
               String vmTemplateUuid,
               String ipAddress,
               String storageProfileUuid) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getDescription()Get the VM description. | 
| String | getIpAddress()Get the ip address. | 
| IPAddressingMode | getIpAddressingMode()Get the IP addressing mode. | 
| String | getName()Get the vm name. | 
| String | getNetworkUuid()Get the network uuid. | 
| String | getStorageProfileUuid()Get the storage profile uuid. | 
| String | getVappTemplateUuid()Get the vapp template uuid. | 
| String | getVmTemplateUuid()Get the vm template uuid. | 
| int | hashCode() | 
| String | toString() | 
public IPAddressingMode getIpAddressingMode()
IPAddressingMode ip addressing modepublic String getVappTemplateUuid()
String vapp template uuidpublic String getVmTemplateUuid()
String vm template uuidpublic String getStorageProfileUuid()
String storage profile uuidCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.