Class VdcAddVappFromTemplateRequest.TemplateVmConfig
java.lang.Object
com.iland.core.web.rest.request.vdc.VdcAddVappFromTemplateRequest.TemplateVmConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VdcAddVappFromTemplateRequest
public static class VdcAddVappFromTemplateRequest.TemplateVmConfig
extends Object
implements Serializable
The type Template vm config.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateVmConfig(String vmTemplateUuid, String name, String computerName, String description, String storageProfileUuid, List<VmVnicRequest> vnics) Instantiates a new Template VM config. -
Method Summary
-
Constructor Details
-
TemplateVmConfig
public TemplateVmConfig(String vmTemplateUuid, String name, String computerName, String description, String storageProfileUuid, List<VmVnicRequest> vnics) Instantiates a new Template VM config.- Parameters:
vmTemplateUuid- the vm template uuidname- the namecomputerName-description- the descriptionstorageProfileUuid- the storage profile uuidvnics- the vnics
-
-
Method Details
-
getVmTemplateUuid
Gets vm template uuid.- Returns:
- the vm template uuid
-
getName
Gets name.- Returns:
- the name
-
getDescription
Gets description.- Returns:
- the description
-
getStorageProfileUuid
Gets storage profile uuid.- Returns:
- the storage profile uuid
-
getVnics
Gets vnics.- Returns:
- the vnics
-
getComputerName
Gets computer name.- Returns:
- the computer name
-