public class VappTemplateResponse extends EntityResponse implements Serializable
| Constructor and Description | 
|---|
| VappTemplateResponse(String uuid,
                    String companyId,
                    String name,
                    boolean deleted,
                    Instant deletedDate,
                    Instant updatedDate,
                    String description,
                    String vcloudHref,
                    int status,
                    double size,
                    boolean customizable,
                    boolean customizationRequired,
                    boolean goldMaster,
                    String storageProfileUuid,
                    boolean isPublic,
                    String vdcUuid,
                    String locationId,
                    String orgUuid,
                    String catalogUuid,
                    Instant createdDate,
                    boolean expired,
                    List<VappTemplateVmResponse> vmTemplates) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getCatalogUuid()Get the catalog uuid of vapp template resource | 
| Instant | getCreatedDate()Get the created date of vapp template resource | 
| String | getDescription()Get the vapp template response description | 
| String | getLocationId()Get the location id of vapp template resource | 
| String | getOrgUuid()Get the org uuid of vapp template resource | 
| double | getSize()Get the size of vapp template resource | 
| int | getStatus()Get the status of vapp template response | 
| String | getStorageProfileUuid()Get storage profile uuid of vapp template resource | 
| String | getVcloudHref()Get the vcloud href of vapp template response | 
| String | getVdcUuid()Get the vdc uuid of vapp template resource | 
| List<VappTemplateVmResponse> | getVmTemplates()Get the vApp template VMs for the vApp template. | 
| int | hashCode() | 
| boolean | isCustomizable()Get is customizable of vapp template resource | 
| boolean | isCustomizationRequired()Get is customization required of vapp template resource | 
| boolean | isExpired()Get is expired of vapp template resource | 
| boolean | isGoldMaster()Get is gold master of vapp template resource | 
| boolean | isPublic()Get is public of vapp template resource | 
| String | toString() | 
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeletedpublic VappTemplateResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String description, String vcloudHref, int status, double size, boolean customizable, boolean customizationRequired, boolean goldMaster, String storageProfileUuid, boolean isPublic, String vdcUuid, String locationId, String orgUuid, String catalogUuid, Instant createdDate, boolean expired, List<VappTemplateVmResponse> vmTemplates)
public String getDescription()
String descriptionpublic String getVcloudHref()
String vcloud hrefpublic int getStatus()
int statuspublic double getSize()
double sizepublic boolean isCustomizable()
boolean is customizablepublic boolean isCustomizationRequired()
boolean is customization requiredpublic boolean isGoldMaster()
boolean is gold masterpublic String getStorageProfileUuid()
String storage profile uuidpublic boolean isPublic()
boolean is publicpublic String getVdcUuid()
String vdc uuidpublic String getLocationId()
String location idpublic String getOrgUuid()
String org uuidpublic String getCatalogUuid()
String catalog uuidpublic Instant getCreatedDate()
Instant created datepublic boolean isExpired()
boolean is expiredpublic List<VappTemplateVmResponse> getVmTemplates()
List of VappTemplateVmResponse vm templatespublic boolean equals(Object o)
equals in class EntityResponsepublic int hashCode()
hashCode in class EntityResponsepublic String toString()
toString in class EntityResponseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.