New-VBRCloudTenantReplicationResources
Short Description
Creates the VBRCloudTenantReplicationResources objects that contain replication resources.
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-VBRCloudTenantNetworkApplianceModifies a network extension appliance. 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-VBRCloudPublicIPAdds public IP address or a pool of IP addresses. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableNetworkFailoverResources |
Enables the tenant to use the built-in failover networking management capabilities. The cmdlet will create a network extension appliance with default settings. |
|
False |
Named |
False |
|
EnablePublicIp |
Enables the tenant to use a range of public IP addresses.
Use the
Default: |
|
False |
Named |
False |
|
EnablePublicIpV6 |
Enables the tenant to use a range of public IPv6 addresses.
Use the
Default: |
|
False |
Named |
False |
|
HardwarePlanOptions |
Specifies the hardware plan options.
Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
|
|
NumberOfPublicIp |
Specifies the maximum number of public IPs for the tenant.
Permitted values: from |
|
False |
Named |
False |
|
NumberOfPublicIpV6 |
Specifies the maximum number of public IPv6 addresses for the tenant.
Permitted values: from |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRCloudTenantReplicationResources
Examples
Example 1. Creating Replication Resources with Enabled Failover Capabilities
|
This example shows how to create an object containing replication resources with enabled failover capabilities.
Perform the following steps:
|
Example 2. Creating Replication Resources with Enabled Failover Capabilities and Allocated IP Addresses
|
This example shows how to create an object containing replication resources with enabled failover capabilities and allocate 5 public IP addresses.
Perform the following steps:
|
Related Commands
New-VBRCloudTenantHwPlanOptionsCreates the VBRCloudTenantHwPlanOptions objects that contains hardware plan options.