Class VappTemplateVmResponse

java.lang.Object
com.iland.core.web.rest.response.vapptemplate.VappTemplateVmResponse
All Implemented Interfaces:
Serializable

public class VappTemplateVmResponse extends Object implements Serializable
Vapp Template Vm Response.
Author:
Brett Snyder
See Also:
  • Field Details

    • uuid

      @Since(1.0) @Expose protected String uuid
    • name

      @Since(1.0) @Expose protected String name
    • fullname

      @Since(1.0) @Expose protected String fullname
    • description

      @Since(1.0) @Expose protected String description
    • vCloudHref

      @Since(1.0) @Expose @SerializedName("vcloud_href") protected String vCloudHref
    • deleted

      @Since(1.0) @Expose protected boolean deleted
  • Constructor Details

    • VappTemplateVmResponse

      public VappTemplateVmResponse(String uuid, String name, String description, int status, String vCloudHref, double size, Date createdDate, Date deletedDate)
  • 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

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getFullname

      public String getFullname()
      Gets fullname.
      Returns:
      the fullname
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • getvCloudHref

      public String getvCloudHref()
      Gets cloud href.
      Returns:
      the cloud href
    • isDeleted

      public boolean isDeleted()
      Is deleted boolean.
      Returns:
      the boolean
    • getCreatedDate

      public Date getCreatedDate()
      Gets created date.
      Returns:
      the created date
    • getDeletedDate

      public Date getDeletedDate()
      Gets deleted date.
      Returns:
      the deleted date