Add-VBRCloudPublicIP
Short Description
Adds public IP address or a pool of IP addresses.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
Add-VBRCloudPublicIP -FirstIpAddress <ipaddress> [-LastIpAddress <ipaddress>] [<CommonParameters>] |
Detailed Description
This cmdlet adds a single IP address or a range of IP addresses to the public IP address pool. You can create a pool of public IP addresses and provide them to tenants. The tenants will be able to connect their replicas to your network so that the replicas are accessible from the Internet during a full site failover.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
FirstIpAddress | Specifies a single IP address or the first IP address of the range that you want to add. | IPAddress | True | Named | True (ByValue) |
LastIpAddress | Specifies the last IP address of the range that you want to add. | IPAddress | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Pool of Public IP Addresses
This command creates a pool of public IP addresses.
|
Example 2. Adding Public IP Address
This command adds an individual public IP address.
|