This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRvCDCloudNetworkInfo

Short Description

Returns target vDC networks for replica mapping.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRvCDCloudNetworkInfo [-Name <string>] [-Id <guid>] [-OrganizationvDC <VBRvCDCloudOrganizationvDC>] [<CommonParameters>]

Detailed Description

This cmdlet returns target vDC networks for replica mapping.

Get-VBRvCDCloudNetworkInfo Important!

This cmdlet is available for tenants only.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies a name of vDC network that you want to get.

False

Named

True (ByValue,
ByPropertyName)

False

Id

Specifies the IDs of Organizations vDCs that you want to get.

False

Named

True (ByValue,
ByPropertyName)

False

OrganizationvDC

Specifies an Organization vDC. The cmdlet will return target vDC networks for the specified Organization vDC.

Accepts the VBRvCDCloudOrganizationvDC type.

False

Named

True (ByValue,
ByPropertyName)

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

Example 1

This command gets all vDC target networks.

Get-VBRvCDCloudNetworkInfo

Example 2

This example shows how to get a vDC target network for the particular Organization vDC.

  1. Run Get-VBRvCDCloudOrganizationvDC to get the Organization vDC. Save the result to the $vdc variable.
  2. Run Get-VBRvCDCloudStoragePolicy with the $vdc variable.

$vdc = Get-VBRvCDCloudOrganizationvDC -Name "vCDorg"

Get-VBRvCDCloudStoragePolicy -Name "Silver Policy" -OrganizationvDC $vdc

Related Commands

Get-VBRvCDCloudOrganizationvDC