public static class VdcAddVappFromTemplateRequest.TemplateVmConfig extends Object implements Serializable
| Constructor and Description |
|---|
TemplateVmConfig(String vmTemplateUuid,
String name,
String computerName,
String description,
String storageProfileUuid,
List<VmVnicRequest> vnics)
Instantiates a new Template VM config.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComputerName()
Gets computer name.
|
String |
getDescription()
Gets description.
|
String |
getName()
Gets name.
|
String |
getStorageProfileUuid()
Gets storage profile uuid.
|
String |
getVmTemplateUuid()
Gets vm template uuid.
|
List<VmVnicRequest> |
getVnics()
Gets vnics.
|
public TemplateVmConfig(String vmTemplateUuid, String name, String computerName, String description, String storageProfileUuid, List<VmVnicRequest> vnics)
vmTemplateUuid - the vm template uuidname - the namecomputerName - description - the descriptionstorageProfileUuid - the storage profile uuidvnics - the vnicspublic String getVmTemplateUuid()
public String getName()
public String getDescription()
public String getStorageProfileUuid()
public List<VmVnicRequest> getVnics()
public String getComputerName()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.