This is an archive version of the document. To get the most up-to-date information, see the current version.

VBRCloudTenant

Contains cloud tenant.

Properties

"?" indicates that the property accepts zero values.

Property

Type

Description

Enabled

bool

Indicates if the tenant is enabled (TRUE) or disabled (FALSE).

LeaseExpirationEnabled

bool

Indicates if the tenant uses lease expiration settings (TRUE) or not (FALSE).

LeaseExpirationDate

DateTime?

Date and time of lease expiration.

Password

string

Tenant password.

Resources

VBRCloudTenantResource[]

Tenant backup resources.

VMCount

int

Number of VMs in the user repository.

ReplicaCount

int

Number of cloud replicas created by user.

LastActive

string

Date and time of the last user's activity.

LastResult

string

Last session result:

  • None
  • Success
  • Warning
  • Failed.

ResourcesEnabled

bool

Indicates if the backup resources are enabled to the tenant (TRUE) or not (FALSE).

ReplicationResourcesEnabled

bool

Indicates if the replication resources are enabled to the tenant (TRUE) or not (FALSE).

ThrottlingEnabled

bool

Indicates if the throttling rules are enabled to the tenant (TRUE) or not (FALSE).

ThrottlingValue

decimal

Throttling value.

ThrottlingUnit

VBRSpeedUnit

Measuring unit for ThrottlingValue parameter:

  • MbitPerSec
  • MbytePerSec
  • KbytePerSec.

MaxConcurrentTask

int

Maximum number of tasks the tenant can process in parallel.

ServerCount

int

Number of servers backed up by tenant.

WorkstationCount

int

Number of workstations backed up by tenant.

ReplicationResources

VBRCloudTenantReplicationResources

Tenant replication resources.

Id

GUID

Tenant ID.

Name

string

Tenant name.

Description

string

Tenant description.

BackupProtectionEnabled

bool

Indicates if the backup protection is enabled for tenant's backups (TRUE) or not (FALSE).

BackupProtectionPeriod

int

Backup protection period measured in days.

Related Commands

Add-VBRCloudTenant

Get-VBRCloudTenant

Set-VBRCloudTenant

Reset-VBRCloudTenant

Remove-VBRCloudTenant