Get-VBRCloudTenantNetworkAppliance

Short Description

Returns network extension appliances.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Requires a VCP license.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Getting all tenant network appliances or for network appliances by name.

Get-VBRCloudTenantNetworkAppliance [-Name <string[]>]  [<CommonParameters>]

  • Getting network appliances by name or by tenant.

Get-VBRCloudTenantNetworkAppliance [-Name <string[]>] [-Tenant <VBRCloudTenant[]>]  [<CommonParameters>]

  • Getting network appliances by name or by hosts.

Get-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.

String[]

False

Named

False

Tenant

Specifies the array of tenants. The cmdlet will return appliances assigned to these tenants.

Accepts the VBRCloudTenant[] object. To get this object, run the Get-VBRCloudTenant cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

Server

Specifies the array of hosts. The cmdlet will return appliances that use these hosts.

Accepts the CHost[] object. To get this object, run the Get-VBRServer cmdlet.

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRCloudTenantNetworkAppliance[]

Examples

Get-VBRCloudTenantNetworkApplianceExample 1. Getting All Network Appliances

Get-VBRCloudTenantNetworkApplianceExample 2. Getting Network Appliances for Selected Tenant

Get-VBRCloudTenantNetworkApplianceExample 3. Getting Network Appliances for Selected Host

Related Commands

Page updated 4/24/2024

Page content applies to build 12.3.1.1139