public class VccBackupTenantResponse extends EntityResponse implements Serializable
| Constructor and Description | 
|---|
| VccBackupTenantResponse(String uuid,
                       String companyId,
                       String name,
                       boolean deleted,
                       Instant deletedDate,
                       Instant updatedDate,
                       String uid,
                       boolean enabled,
                       VeeamResourceResponse resources,
                       String lastResult,
                       Instant lastActive,
                       boolean throttlingEnabled,
                       long throttlingSpeedLimit,
                       String throttlingSpeedUnit,
                       long publicIpCount,
                       String crm,
                       String ownerName,
                       String contractUuid,
                       String locationId,
                       String endpoint,
                       long backupCount)Instantiates a new Cloud Tenant | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object) | 
| long | getBackupCount()Get the backup count for Cloud Tenant | 
| String | getContractUuid()Get the contract uiud for Cloud Tenant | 
| String | getEndpoint()Get the endpoint for Cloud Tenant | 
| Instant | getLastActive()Get last active for Cloud Tenant | 
| String | getLastResult()Get the last result for Cloud Tenant | 
| String | getLocationId()Get the location id for Cloud Tenant | 
| String | getOwnerName()Get owner name for Cloud Tenant | 
| long | getPublicIpCount()Get public ip count for Cloud Tenant | 
| VeeamResourceResponse | getResources()Get the resources for Cloud Tenant | 
| long | getThrottlingSpeedLimit()Get throttling speed limit for Cloud Tenant | 
| String | getThrottlingSpeedUnit()Get throttling speed unit for Cloud Tenant | 
| String | getUid()Get the uid of Clound Tenant | 
| int | hashCode() | 
| boolean | isEnabled()Get is Cloud Tenant enabled | 
| boolean | isThrottlingEnabled()Get is throttling enabled for Cloud Tenant | 
| String | toString() | 
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeletedpublic VccBackupTenantResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String uid, boolean enabled, VeeamResourceResponse resources, String lastResult, Instant lastActive, boolean throttlingEnabled, long throttlingSpeedLimit, String throttlingSpeedUnit, long publicIpCount, String crm, String ownerName, String contractUuid, String locationId, String endpoint, long backupCount)
uid - the uidenabled - is Cloud Tenant enabledresources - the resourceslastResult - the last resultlastActive - the last activethrottlingEnabled - is throttling enabledthrottlingSpeedLimit - the throttling speed limitthrottlingSpeedUnit - the throttling speed unitpublicIpCount - the public ip countcrm - the crmownerName - the owner namecontractUuid - the contract uuidlocationId - the location idendpoint - the endpointbackupCount - the backup countpublic boolean isEnabled()
boolean enabledpublic VeeamResourceResponse getResources()
VeeamResourceResponse resourcespublic String getLastResult()
String last resultpublic Instant getLastActive()
Instant last activepublic boolean isThrottlingEnabled()
boolean throttling enabledpublic long getThrottlingSpeedLimit()
long throttling speed limitpublic String getThrottlingSpeedUnit()
String throttling speed unitpublic long getPublicIpCount()
long public ip countpublic String getOwnerName()
String owner namepublic String getContractUuid()
String contract uuidpublic String getLocationId()
String location idpublic long getBackupCount()
long backup countpublic boolean equals(Object object)
equals in class EntityResponsepublic int hashCode()
hashCode in class EntityResponsepublic String toString()
toString in class EntityResponseCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.