Class VappTemplateVmResponse
java.lang.Object
com.iland.core.web.rest.response.vapptemplate.VappTemplateVmResponse
- All Implemented Interfaces:
Serializable
Vapp Template Vm Response.
- Author:
- Brett Snyder
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
-
name
-
fullname
-
description
-
vCloudHref
-
deleted
@Since(1.0) @Expose protected boolean deleted
-
-
Constructor Details
-
VappTemplateVmResponse
-
-
Method Details
-
getStatus
public int getStatus()Returns the medaa status.- Returns:
- 1 or 0
-
getSize
public double getSize()Returns the media size on disk in GB.- Returns:
- double greater than 0
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getName
Gets name.- Returns:
- the name
-
getFullname
Gets fullname.- Returns:
- the fullname
-
getDescription
Gets description.- Returns:
- the description
-
getvCloudHref
Gets cloud href.- Returns:
- the cloud href
-
isDeleted
public boolean isDeleted()Is deleted boolean.- Returns:
- the boolean
-
getCreatedDate
Gets created date.- Returns:
- the created date
-
getDeletedDate
Gets deleted date.- Returns:
- the deleted date
-