public class VappTemplateConfigurationResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| VappTemplateConfigurationResponse(String uuid,
                                 String name,
                                 String description,
                                 List<VmTemplateConfigurationResponse> vms,
                                 List<VappTemplateNetworkConfigurationResponse> networks)Instantiates a new Vapp template configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets description. | 
| String | getName()Gets name. | 
| List<VappTemplateNetworkConfigurationResponse> | getNetworks()Gets networks. | 
| String | getUuid()Gets uuid. | 
| List<VmTemplateConfigurationResponse> | getVms()Gets vms. | 
public VappTemplateConfigurationResponse(String uuid, String name, String description, List<VmTemplateConfigurationResponse> vms, List<VappTemplateNetworkConfigurationResponse> networks)
uuid - the uuidname - the namedescription - the descriptionvms - the vmsnetworks - the networkspublic String getName()
public String getDescription()
public List<VmTemplateConfigurationResponse> getVms()
public String getUuid()
public List<VappTemplateNetworkConfigurationResponse> getNetworks()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.