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>] |
Related Commands
Return Type
VBRViCloudProviderNetworkAppliance
VBRHvCloudProviderNetworkAppliance
Detailed Description
This cmdlet returns network extension appliance created on the user side. This appliance is used in replica failover scenarios.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Name | Specifies the array of the appliance names appliance. | False | Named | True (by Value | False |
CloudProvider | Specifies the array of the service providers. The cmdlet will return appliances configured by these providers. | 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
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.