Get-VBRCloudPublicIP
Short Description
Returns existing public IP addresses.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
Get-VBRCloudPublicIP [-Tenant <VBRCloudTenant>] [<CommonParameters>] |
Detailed Description
This cmdlet returns public IP addresses that are configured by the service provider. You can get all configured IP addresses or the IP addresses allocated to a selected user.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Tenant | Specifies the cloud tenant. The cmdlet will return IP addresses assigned to this tenant. | Accepts the VBRCloudTenant object. To get this object, run the Get-VBRCloudTenant cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting All Configured Public IP Addresses
This command returns all configured public IP addresses.
|
Example 2. Getting All Configured Public IP Addresses
This example shows how to return public IP addresses assigned to the ABC company cloud tenant.
Perform the following steps:
|
Related Commands