public final class BaBackupResourceResponse extends Object implements Serializable
Constructor and Description |
---|
BaBackupResourceResponse(String id,
String cloudRepositoryName,
long storageQuota,
int vmsQuota,
int workstationsQuota,
int trafficQuota,
boolean wanAccelerationEnabled,
long usedStorageQuota,
double usedTrafficQuota,
Instant intervalStartTime,
Instant intervalEndTime,
BaWanAcceleratorResponse wanAccelerator,
int serversQuota,
boolean quotasAreUnlimited) |
Modifier and Type | Method and Description |
---|---|
String |
getCloudRepositoryName()
Gets name of a cloud repository configured for a company or department.
|
String |
getId()
Gets System ID assigned to a backup resource in Veeam Availability Console
RESTful API.
|
Instant |
getIntervalEndTime()
Gets End date of data collection.
|
Instant |
getIntervalStartTime()
Gets start date of data collection.
|
int |
getServersQuota()
Gets Number of servers that a company can store on a cloud repository.
|
long |
getStorageQuota()
Gets amount of storage allocated to a company or department.
|
int |
getTrafficQuota()
Gets amount of data that a company or department can download from the cloud
repository during a billing period.
|
long |
getUsedStorageQuota()
Gets amount of allocated storage space already used by a company or department.
|
double |
getUsedTrafficQuota()
Gets amount of data that a company or department has already downloaded
from a cloud repository during a billing period.
|
int |
getVmsQuota()
Gets Number of VMs that a company or department can store on a cloud repository.
|
BaWanAcceleratorResponse |
getWanAccelerator()
Get the wan accelerator.
|
int |
getWorkstationsQuota()
Gets Number of workstations that a company can store on a cloud repository.
|
boolean |
isQuotasAreUnlimited()
Indicates whether a company has unlimited quota for number of VMs, workstations and server.
|
boolean |
isWanAccelerationEnabled()
Indicates whether WAN Accelerator is enabled for data transfer to a cloud repository.
|
public BaBackupResourceResponse(String id, String cloudRepositoryName, long storageQuota, int vmsQuota, int workstationsQuota, int trafficQuota, boolean wanAccelerationEnabled, long usedStorageQuota, double usedTrafficQuota, Instant intervalStartTime, Instant intervalEndTime, BaWanAcceleratorResponse wanAccelerator, int serversQuota, boolean quotasAreUnlimited)
public String getId()
public String getCloudRepositoryName()
public long getStorageQuota()
public int getVmsQuota()
public int getWorkstationsQuota()
public int getTrafficQuota()
public boolean isWanAccelerationEnabled()
public long getUsedStorageQuota()
public double getUsedTrafficQuota()
public Instant getIntervalStartTime()
public Instant getIntervalEndTime()
public BaWanAcceleratorResponse getWanAccelerator()
BaWanAcceleratorResponse
wan acceleratorpublic int getServersQuota()
public boolean isQuotasAreUnlimited()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.