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

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

Requires a VCP license.

Syntax

Add-VBRCloudPublicIP -FirstIpAddress <ipaddress> [-LastIpAddress <ipaddress>] [<CommonParameters>]

Related Commands

None

Return Type

VBRCloudIP

Detailed Description

This cmdlet adds a single IP address or a range of IP addresses to the public IP address pool.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

FirstIpAddress

Specifies a single IP address or the first IP address of the range that you want to add.

True

Named

True (by Value
FromPipeline)

False

LastIpAddress

Specifies the last IP address of the range that you want to add.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command creates a pool of public IP addresses.

PS C:\PS> Add-VBRCloudPublicIP -FirstIpAddress 198.51.100.1 -LastIpAddress 198.51.100.15

Example 2

This command adds an individual public IP address.

PS C:\PS> Add-VBRCloudPublicIP -FirstIpAddress 198.51.100.17