public class VappResponse extends EntityResponse
Constructor and Description |
---|
VappResponse(String uuid,
String companyId,
Instant createdDate,
boolean deleted,
Instant deletedDate,
String name,
Instant updatedDate,
String vdcUuid,
String orgUuid,
String locationId,
boolean deployed,
String description,
Date runtimeLeaseExpiration,
Integer runtimeLeaseInSeconds,
String status,
Date storageLeaseExpiration,
Integer storageLeaseInSeconds,
Set<String> storageProfiles,
String vcloudHref,
boolean isExpired,
String allocationModel) |
Modifier and Type | Method and Description |
---|---|
String |
getAllocationModel()
Get the allocation model.
|
Instant |
getCreatedDate()
Gets created date.
|
String |
getDescription()
Gets description.
|
String |
getLocationId()
Gets location id.
|
String |
getOrgUuid()
Gets org uuid.
|
Date |
getRuntimeLeaseExpiration()
Get the runtime lease expiration date.
|
Integer |
getRuntimeLeaseInSeconds()
Get the runtime lease expiration in seconds.
|
String |
getStatus()
Gets status.
|
Date |
getStorageLeaseExpiration()
Get the storage lease expiration in seconds.
|
Integer |
getStorageLeaseInSeconds()
Get the storage lease expiration in seconds.
|
Set<String> |
getStorageProfiles()
Gets storage profiles.
|
String |
getVcloudHref()
Gets vcloud href.
|
String |
getVdcUuid() |
boolean |
isDeployed()
Is deployed boolean.
|
boolean |
isExpired()
Whether vapp is expired.
|
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toString
public VappResponse(String uuid, String companyId, Instant createdDate, boolean deleted, Instant deletedDate, String name, Instant updatedDate, String vdcUuid, String orgUuid, String locationId, boolean deployed, String description, Date runtimeLeaseExpiration, Integer runtimeLeaseInSeconds, String status, Date storageLeaseExpiration, Integer storageLeaseInSeconds, Set<String> storageProfiles, String vcloudHref, boolean isExpired, String allocationModel)
public boolean isDeployed()
public String getStatus()
public Set<String> getStorageProfiles()
public Integer getRuntimeLeaseInSeconds()
Integer
seconds to expiration of leasepublic Integer getStorageLeaseInSeconds()
Integer
seconds to expiration of leasepublic Date getStorageLeaseExpiration()
Date
expirationpublic Date getRuntimeLeaseExpiration()
Date
expirationpublic String getVdcUuid()
public String getLocationId()
public String getOrgUuid()
public String getDescription()
public String getVcloudHref()
public Instant getCreatedDate()
public boolean isExpired()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.