Get-VBRCloudTenantNetworkAppliance
Short Description
Returns network extension appliances.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRCloudTenantNetworkAppliance [-Name <String[]>] [<CommonParameters>]
-
TenantGet-VBRCloudTenantNetworkAppliance [-Name <String[]>] [-Tenant <IVBRCloudTenant[]>] [<CommonParameters>]
-
ServerGet-VBRCloudTenantNetworkAppliance [-Name <String[]>] [-Server <Object[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns network extension appliances. You can get the network extension appliance for the cloud tenants of the following types:
- Simple cloud tenant accounts
- Cloud Director tenant accounts
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the array of names of the appliance. The cmdlet will return appliances with these names. |
|
False |
Named |
False |
|
Server |
Specifies the array of hosts. The cmdlet will return appliances that use these hosts.
Accepts the |
|
False |
Named |
False |
|
Tenant |
Specifies the array of tenants. The cmdlet will return appliances assigned to these tenants.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRCloudTenantNetworkAppliance[]
Examples
Example 1. Getting All Network Appliances
|
This command returns all tenant network appliances.
|
Example 2. Getting Network Appliances for Selected Tenant
|
This example shows how to return network appliances of a selected tenant.
Perform the following steps:
|
Example 3. Getting Network Appliances for Selected Host
|
This example shows how to return network appliances deployed on a selected host.
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRCloudTenantReturns cloud tenant accounts.