--- title: "VBRCloudProviderReplicationResource" description: "Contains replication resources provided under hardware plan. Property Type Description string Hardware plan name. int32 Quota of CPU resources assigned to the hardware plan (MHz). int32 Quota of memory resources assigned to the hardware plan (Mb)." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudproviderreplicationresource.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudProviderReplicationResource" dateModified: "2026-08-19" --- # VBRCloudProviderReplicationResource Contains replication resources provided under hardware plan. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
HardwarePlanName |
string |
Hardware plan name. |
|
CPU |
int32 |
Quota of CPU resources assigned to the hardware plan (MHz). |
|
Memory |
int32 |
Quota of memory resources assigned to the hardware plan (Mb). |
|
Datastore |
Array of datastores used for storing user data. |
|
|
NetworkCount |
int32 |
Number of networks with or without access to the Internet assigned to the hardware plan. |
|
PublicIpEnabled |
bool |
Indicates if the tenant is enabled to use the public IPs (TRUE) or not (FALSE). |
|
PublicIp |
string[] |
Public IP addresses assigned to the tenant. |
|
WanAcceleratorEnabled |
bool |
Indicates if the tenant is enabled to use a WAN accelerator (TRUE) or not (FALSE). |