Class BaCompanyCreateRequest

java.lang.Object
com.iland.core.web.rest.request.vac.BaCompanyCreateRequest
All Implemented Interfaces:
Serializable

public class BaCompanyCreateRequest extends Object implements Serializable
Vac Company Create Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • BaCompanyCreateRequest

      public BaCompanyCreateRequest(String password, String name, String notes, long storageGb)
  • Method Details

    • getNotes

      public String getNotes()
      Gets additional details or comments about the company. Max length: 512
      Returns:
      String notes
    • getPassword

      public String getPassword()
      Gets password.
      Returns:
      the password
    • getName

      public String 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".