BackupRepository
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a backup repository. |
name | String | Read-only | Name of a backup repository. |
backupServerUid | String (uuid) | Read-only | UID assigned to a Veeam Backup & Replication server. |
parentRepositoryUid | String (uuid) | Read-only, nullable | UID assigned to a scale-out backup repository which includes the backup repository as an extent. |
capacity | Integer (int64) | Read-only, nullable | Total disk space of backup repository, in bytes. |
isCapacityAvailable | Boolean | Read-only | Indicates whether information about total disk space is available. |
freeSpace | Integer (int64) | Read-only, nullable | Free disk space of backup repository, in bytes. |
isFreeSpaceAvailable | Boolean | Read-only | Indicates whether a backup repository has free space. |
usedSpace | Integer (int64) | Read-only, nullable | Amount of used space on a backup repository, in bytes. |
isUsedSpaceAvailable | Boolean | Read-only | Indicates whether information about used space is available. |
type | String | Read-only | Type of a backup repository. Possible values:
|
cloudRepositoryUid | String (uuid) | Read-only, nullable | UID assigned to a backup repository if it is used as a cloud repository. |
path | String | Read-only | Path to the folder where backup files are stored. |
hostName | String | Read-only | Name of a computer that performs a role of a backup repository. |
hostUid | String (uuid) | Read-only, nullable | UID assigned to a computer that performs a role of a backup repository. |
isOutOfDate | Boolean | Read-only | Indicates whether a backup repository service is outdated. |
status | String | Read-only | Status of a backup repository. Possible values:
|