Class VappResponse

java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.vapp.VappResponse
All Implemented Interfaces:
Serializable

public class VappResponse extends EntityResponse
Vapp Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • isDeployed

      public boolean isDeployed()
      Is deployed boolean.
      Returns:
      the boolean
    • getStatus

      public String getStatus()
      Gets status.
      Returns:
      the status
    • getStorageProfiles

      public Set<String> getStorageProfiles()
      Gets storage profiles.
      Returns:
      the storage profiles
    • getRuntimeLeaseInSeconds

      public Integer getRuntimeLeaseInSeconds()
      Get the runtime lease expiration in seconds.
      Returns:
      Integer seconds to expiration of lease
    • getStorageLeaseInSeconds

      public Integer getStorageLeaseInSeconds()
      Get the storage lease expiration in seconds.
      Returns:
      Integer seconds to expiration of lease
    • getStorageLeaseExpiration

      public Date getStorageLeaseExpiration()
      Get the storage lease expiration in seconds.
      Returns:
      Date expiration
    • getRuntimeLeaseExpiration

      public Date getRuntimeLeaseExpiration()
      Get the runtime lease expiration date.
      Returns:
      Date expiration
    • getVdcUuid

      public String getVdcUuid()
    • getLocationId

      public String getLocationId()
      Gets location id.
      Returns:
      the location id
    • getOrgUuid

      public String getOrgUuid()
      Gets org uuid.
      Returns:
      the org uuid
    • getDescription

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

      public String getVcloudHref()
      Gets vcloud href.
      Returns:
      the vcloud href
    • getCreatedDate

      public Instant getCreatedDate()
      Gets created date.
      Returns:
      the created date
    • isExpired

      public boolean isExpired()
      Whether vapp is expired.
      Returns:
      is vapp expired
    • getAllocationModel

      public String getAllocationModel()
      Get the allocation model.
      Returns:
      String allocation model