public final class BaCompanyResponse extends Object implements Serializable
Constructor and Description |
---|
BaCompanyResponse(String name,
String crm,
String locationId,
String contractUuid,
String ownerName,
Set<BaBackupResourceResponse> backupResources,
Instant lastActive,
String lastResult,
String uuid,
String instanceUid,
String cloudConnectAgentUid,
String siteName,
String vcdOrganizationUid,
String tenantType,
String description,
String title,
String firstName,
String lastName,
String userName,
String emailAddress,
boolean isEnabled,
String taxId,
String telephone,
String country,
String city,
String street,
String usState,
String zipCode,
String domain,
String companyId,
String notes,
boolean backupProtectionEnabled,
int backupProtectionPeriod,
boolean networkFailoverResourcesEnabled,
int numberOfPublicIp,
boolean publicIpEnabled,
int maxConcurrentTasks,
boolean bandwidthThrottlingEnabled,
int allowedBandwidth,
String allowedBandwidthUnits,
boolean gatewayFailoverEnabled,
int vmsBackedUp,
int vmsReplicated,
int vmsBackedUpToCloud,
int managedPhysicalWorkstations,
int managedCloudWorkstations,
int managedPhysicalServers,
int managedCloudServers,
boolean expirationEnabled,
Instant expirationDate,
long totalStorageQuota,
long usedStorageQuota,
String endpoint,
int agentAndSubTenantCount,
boolean testDrive) |
Modifier and Type | Method and Description |
---|---|
int |
getAgentAndSubTenantCount()
Get the agent and sub tenant count.
|
int |
getAllowedBandwidth()
Gets maximum incoming network traffic bandwidth that will be accepted from a company or department.
|
String |
getAllowedBandwidthUnits()
Gets measurement units for incoming network traffic accepted from a company or department.
|
int |
getBackupProtectionPeriod()
Gets backup protection period.
|
Set<BaBackupResourceResponse> |
getBackupResources()
Gets backup resources.
|
String |
getCity()
Gets city.
|
String |
getCloudConnectAgentUid()
Gets cloud connect agent uid.
|
String |
getCompanyId()
Gets company id.
|
String |
getContractUuid()
Gets contract uuid.
|
String |
getCountry()
Gets country.
|
String |
getCrm()
Gets crm.
|
String |
getDescription()
Gets description.
|
String |
getDomain()
Gets domain.
|
String |
getEmailAddress()
Gets email address.
|
String |
getEndpoint()
The VAC endpoint on which the company is located.
|
Instant |
getExpirationDate()
Gets date when a company or department account must be disabled.
|
String |
getFirstName()
Gets first name.
|
String |
getInstanceUid()
Gets System UID assigned to a tenant in Veeam Cloud Connect.
|
Instant |
getLastActive()
Gets last active.
|
String |
getLastName()
Gets last name.
|
String |
getLastResult()
Gets last result.
|
String |
getLocationId()
Gets location id.
|
int |
getManagedCloudServers()
Gets number of cloud server machines protected with Veeam backup agent.
|
int |
getManagedCloudWorkstations()
Gets number of cloud workstation machines protected with Veeam backup agent.
|
int |
getManagedPhysicalServers()
Gets number of physical server machines protected with Veeam backup agent.
|
int |
getManagedPhysicalWorkstations()
Gets number of physical workstation machines protected with Veeam backup agent.
|
int |
getMaxConcurrentTasks()
Gets maximum number of concurrent tasks available for a company or department.
|
String |
getName()
Gets company name configured in Veeam Cloud Connect or Veeam Availability Console.
|
String |
getNotes()
Gets notes.
|
int |
getNumberOfPublicIp()
Gets number of public ip.
|
String |
getOwner()
Gets owner name.
|
String |
getOwnerName()
Gets owner name.
|
String |
getSiteName()
Gets site name.
|
String |
getStreet()
Gets street.
|
String |
getTaxId()
Gets tax id.
|
String |
getTelephone()
Gets telephone.
|
String |
getTenantType()
Gets tenant type.
|
String |
getTitle()
Gets title.
|
long |
getTotalStorageQuota()
Get the total storage quota of the VAC company in GB.
|
long |
getUsedStorageQuota()
Get the total used quota of the VAC company in GB.
|
String |
getUserName()
Gets user name.
|
String |
getUsState()
Gets up state.
|
String |
getUuid()
Gets uuid.
|
String |
getVcdOrganizationUid()
Gets vcd organization uid.
|
int |
getVmsBackedUp()
Gets number of virtual machines protected with backup jobs.
|
int |
getVmsBackedUpToCloud()
Gets number of virtual machines backed up to a cloud repository.
|
int |
getVmsReplicated()
Gets number of virtual machines protected with replication jobs.
|
String |
getZipCode()
Gets zip code.
|
boolean |
isBackupProtectionEnabled()
Is backup protection enabled boolean.
|
boolean |
isBandwidthThrottlingEnabled()
Indicates whether incoming network traffic that will be accepted from a company or department is limited.
|
boolean |
isEnabled()
Is enabled boolean.
|
boolean |
isExpirationEnabled()
Indicates whether a company or department account must be disabled automatically.
|
boolean |
isGatewayFailoverEnabled()
Is gateway failover enabled boolean.
|
boolean |
isNetworkFailoverResourcesEnabled()
Is network failover resources enabled boolean.
|
boolean |
isPublicIpEnabled()
Is public ip enabled boolean.
|
boolean |
isTestDrive()
Is the VAC company a test drive company.
|
public BaCompanyResponse(String name, String crm, String locationId, String contractUuid, String ownerName, Set<BaBackupResourceResponse> backupResources, Instant lastActive, String lastResult, String uuid, String instanceUid, String cloudConnectAgentUid, String siteName, String vcdOrganizationUid, String tenantType, String description, String title, String firstName, String lastName, String userName, String emailAddress, boolean isEnabled, String taxId, String telephone, String country, String city, String street, String usState, String zipCode, String domain, String companyId, String notes, boolean backupProtectionEnabled, int backupProtectionPeriod, boolean networkFailoverResourcesEnabled, int numberOfPublicIp, boolean publicIpEnabled, int maxConcurrentTasks, boolean bandwidthThrottlingEnabled, int allowedBandwidth, String allowedBandwidthUnits, boolean gatewayFailoverEnabled, int vmsBackedUp, int vmsReplicated, int vmsBackedUpToCloud, int managedPhysicalWorkstations, int managedCloudWorkstations, int managedPhysicalServers, int managedCloudServers, boolean expirationEnabled, Instant expirationDate, long totalStorageQuota, long usedStorageQuota, String endpoint, int agentAndSubTenantCount, boolean testDrive)
public String getContractUuid()
public String getOwner()
public String getCrm()
public String getLocationId()
public String getUuid()
public String getName()
public String getInstanceUid()
public String getCloudConnectAgentUid()
public String getSiteName()
public String getVcdOrganizationUid()
public String getTenantType()
public String getDescription()
public String getTitle()
public String getFirstName()
public String getLastName()
public String getUserName()
public String getEmailAddress()
public boolean isEnabled()
public String getTaxId()
public String getTelephone()
public String getCountry()
public String getCity()
public String getStreet()
public String getUsState()
public String getZipCode()
public String getDomain()
public String getCompanyId()
public String getNotes()
public boolean isBackupProtectionEnabled()
public int getBackupProtectionPeriod()
public boolean isNetworkFailoverResourcesEnabled()
public int getNumberOfPublicIp()
public boolean isPublicIpEnabled()
public int getMaxConcurrentTasks()
public boolean isBandwidthThrottlingEnabled()
public int getAllowedBandwidth()
public String getAllowedBandwidthUnits()
public boolean isGatewayFailoverEnabled()
public int getVmsBackedUp()
public int getVmsReplicated()
public int getVmsBackedUpToCloud()
public int getManagedPhysicalWorkstations()
public int getManagedCloudWorkstations()
public int getManagedPhysicalServers()
public int getManagedCloudServers()
public boolean isExpirationEnabled()
public Instant getExpirationDate()
public String getOwnerName()
public Instant getLastActive()
public String getLastResult()
public Set<BaBackupResourceResponse> getBackupResources()
public long getTotalStorageQuota()
public long getUsedStorageQuota()
public String getEndpoint()
String
endpointpublic int getAgentAndSubTenantCount()
Get the agent and sub tenant count. This count composed of the licenses CC_Server_Backup and CC_Workstation_Backup.
public boolean isTestDrive()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.