public class VappTemplateConfigurationResponse extends Object implements Serializable
Constructor and Description |
---|
VappTemplateConfigurationResponse(String uuid,
String name,
String description,
List<VmTemplateConfigurationResponse> vms,
List<VappTemplateNetworkConfigurationResponse> networks,
List<EulaSection> eulaSections)
Instantiates a new Vapp template configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
List<EulaSection> |
getEulaSections()
Gets the EULA sections.
|
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, List<EulaSection> eulaSections)
uuid
- the uuidname
- the namedescription
- the descriptionvms
- the vmsnetworks
- the networkseulaSections
- the eula sectionspublic String getName()
public String getDescription()
public List<VmTemplateConfigurationResponse> getVms()
public String getUuid()
public List<VappTemplateNetworkConfigurationResponse> getNetworks()
public List<EulaSection> getEulaSections()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.