VBOObjectStorageRepository
Contains details about an object storage repository.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Object storage repository ID. |
|
Name |
String |
Object storage repository name. |
|
Description |
String |
Object storage repository description. |
|
Type |
VBOObjectStorageRepositoryType |
Object storage repository type. Possible values:
|
|
EnableSizeLimit |
Bool |
If True, a soft limit in GB for the object storage repository consumption is enabled. |
|
SizeLimit |
Ulong |
Soft limit in GB for the object storage repository consumption. |
|
UsedSpace |
Ulong |
Used space in Bytes. |
|
FreeSpace |
Ulong? |
Free space in Bytes. |
|
IsLongTerm |
Bool |
If True, the object storage repository belongs to Azure Blob Storage Archive access tier or any of the Amazon S3 Glacier storage classes. |
|
EnableImmutability |
Bool |
If True, the immutability feature is enabled. |
|
EnableImmutabilityGovernanceMode |
Bool |
If True, a storage administrator with specific permissions is allowed to override the lock settings and to delete the protected backups in the object storage repository. |
|
ImmutabilityPeriod |
Int |
Number of days when your data are blocked for deletion or modification. |
|
EnableDefragmentation |
Bool |
If True, defragmentation is enabled for the object storage repository. |
Related Commands
Add-VBORepositoryAdds a JET-based backup repository or an object storage repository to the Veeam Backup for Microsoft 365 infrastructure.Get-VBOObjectStorageRepositoryReturns object storage repositories added to the Veeam Backup for Microsoft 365 infrastructure. In Veeam Backup for Microsoft 365 8, this cmdlet became deprecated. Use the Get-VBORepository cmdlet instead.Set-VBOObjectStorageRepositoryModifies settings of an object storage repository added to the Veeam Backup for Microsoft 365 infrastructure. In Veeam Backup for Microsoft 365 8, this cmdlet became deprecated. Use the Set-VBOAmazonS3Repository, Set-VBOAmazonS3CompatibleRepository, Set-VBOAmazonS3GlacierRepository, Set-VBOAzureBlobRepository and Set-VBOAzureArchiveRepository cmdlets instead.Remove-VBOObjectStorageRepositoryRemoves an object storage repository from the Veeam Backup for Microsoft 365 infrastructure. In Veeam Backup for Microsoft 365 8, this cmdlet became deprecated. Use the Remove-VBORepository cmdlet with the Force:$true parameter instead.