New-VBRCloudTenantReplicationResources

Short Description

Creates the VBRCloudTenantReplicationResources objects that contain replication resources.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRCloudTenantReplicationResources [-EnableNetworkFailoverResources] [-HardwarePlanOptions <VBRCloudTenantHwPlanOptions[]>] [-EnablePublicIp] [-NumberOfPublicIp <Int32>] [-EnablePublicIpV6] [-NumberOfPublicIpV6 <Int32>] [<CommonParameters>]

Detailed Description

This cmdlet creates a new VBRCloudTenantReplicationResources object. This object contains the cloud tenant replication resources.

To provide network access to cloud replicas, you need to configure a network extension appliance. You have the following options:

  • Default network extension appliance. If you enable the the failover resources in this cmdlet, the network extension appliance will be created automatically. The network appliance will have default settings.
  • Customize the default network appliance. After the network appliance is created automatically, you can change its settings. For details, see the Set-VBRCloudTenantNetworkAppliance cmdlet.
  • Do not configure a network appliance. The tenant may deploy the network extension appliances manually on their side.

To allocate a number of public IP addresses, you need to pre-configure the public IP addresses pool. For details, see the Add-VBRCloudPublicIP cmdlet.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

HardwarePlanOptions

Specifies the hardware plan options.

Accepts the VBRCloudTenantHwPlanOptions[] object. To get this object, run the New-VBRCloudTenantHwPlanOptions cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

EnableNetworkFailoverResources

Enables the tenant to use the built-in failover networking management capabilities.

The cmdlet will create a network extension appliance with default settings.

SwitchParameter

False

Named

False

EnablePublicIp

Enables the tenant to use a range of public IP addresses.

Use the NumberOfPublicIp parameter to set the maximum number of IPs.

Default: 0.

SwitchParameter

False

Named

False

NumberOfPublicIp

Specifies the maximum number of public IPs for the tenant.

Permitted values: from 1 to 9999.

Int32

False

Named

False

EnablePublicIpV6

Enables the tenant to use a range of public IPv6 addresses.

Use the NumberOfPublicIpV6 parameter to set the maximum number of IPs.

Default: 0.

Int32

False

Named

False

NumberOfPublicIpV6

Specifies the maximum number of public IPv6 addresses for the tenant.

Permitted values: from 1 to 9999.

Int32

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRCloudTenantReplicationResources

Examples

New-VBRCloudTenantReplicationResourcesExample 1. Creating Replication Resources with Enabled Failover Capabilities

New-VBRCloudTenantReplicationResourcesExample 2. Creating Replication Resources with Enabled Failover Capabilities and Allocated IP Addresses

Related Commands

New-VBRCloudTenantHwPlanOptions

Page updated 1/21/2025

Page content applies to build 12.3.1.1139