Class VappTemplateConfigurationResponse
java.lang.Object
com.iland.core.web.rest.response.vapptemplate.VappTemplateConfigurationResponse
- All Implemented Interfaces:
Serializable
Vapp Template Configuration Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappTemplateConfigurationResponse(String uuid, String name, String description, List<VmTemplateConfigurationResponse> vms, List<VappTemplateNetworkConfigurationResponse> networks, List<EulaSection> eulaSections) Instantiates a new Vapp template configuration. -
Method Summary
-
Constructor Details
-
VappTemplateConfigurationResponse
public VappTemplateConfigurationResponse(String uuid, String name, String description, List<VmTemplateConfigurationResponse> vms, List<VappTemplateNetworkConfigurationResponse> networks, List<EulaSection> eulaSections) Instantiates a new Vapp template configuration.- Parameters:
uuid- the uuidname- the namedescription- the descriptionvms- the vmsnetworks- the networkseulaSections- the eula sections
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
getDescription
Gets description.- Returns:
- the description
-
getVms
Gets vms.- Returns:
- the vms
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getNetworks
Gets networks.- Returns:
- the networks
-
getEulaSections
Gets the EULA sections.- Returns:
- the list of EULA sections
-