Get-VBRCloudProviderNetworkAppliance
Short Description
Returns network extension appliance configured on the user side.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRCloudProviderNetworkAppliance [-Name <string[]>] [-CloudProvider <VBRCloudProvider[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns network extension appliance created on the user side. This appliance is used in replica failover scenarios.
Important |
This cmdlet is not available for the Veeam Backup Starter license. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Name | Specifies the array of the appliance names appliance. | False | Named | True (ByValue, | False |
CloudProvider | Specifies the array of the service providers. The cmdlet will return appliances configured by these providers. Accepts VBRCloudProvider type. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
VBRViCloudProviderNetworkAppliance
VBRHvCloudProviderNetworkAppliance
Example
This example shows how to search for all network appliances configured by the cloud service provider with the 104.45.95.227 IP address.
- Run Get-VBRCloudProvider to obtain the cloud service provider. Save the provider to the $provider variable.
- Run Get-VBRCloudProviderNetworkAppliance to get the list of all created appliances. Use the $provider variable.
$provider = Get-VBRCloudProvider –Name "104.45.95.227" Get-VBRCloudProviderNetworkAppliance –Provider $provider |
Related Commands