Class BaCompanyCreateRequest
java.lang.Object
com.iland.core.web.rest.request.vac.BaCompanyCreateRequest
- All Implemented Interfaces:
Serializable
Vac Company Create Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaCompanyCreateRequest(String password, String name, String notes, long storageGb) -
Method Summary
-
Constructor Details
-
BaCompanyCreateRequest
-
-
Method Details
-
getNotes
Gets additional details or comments about the company. Max length: 512- Returns:
Stringnotes
-
getPassword
Gets password.- Returns:
- the password
-
getName
Gets name. Allowed characters: a-zA-Z0-9!#$%&()\\-.^_{}~'` . Max length: 128- Returns:
- the name
-
getStorageInGB
public long getStorageInGB()Get the amount of storage in GB for the backup resource to create for the VAC company. 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".
-