Class BaBackupResourceUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.vac.BaBackupResourceUpdateRequest
- All Implemented Interfaces:
Serializable
Vac Backup Resource Update Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaBackupResourceUpdateRequest
public BaBackupResourceUpdateRequest(long storageQuota)
-
-
Method Details
-
getStorageQuotaInGB
public long getStorageQuotaInGB()Get the storage quota in GB. For calculations and numbers, this should be considered in GiB. It's expressed in "GB" because that's how Veeam shows it.- Returns:
- storage in GB. For calculations, this is really in "GiB".
-