Get-VBRvCDCloudNetworkInfo
Short Description
Returns target vDC networks for replica mapping.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRvCDCloudNetworkInfo [-Name <string>] [-Id <guid>] [-OrganizationvDC <VBRvCDCloudOrganizationvDC>] [<CommonParameters>] |
Detailed Description
This cmdlet returns target vDC networks for replica mapping.
|
This cmdlet is available for tenants only. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Name | Specifies a name of vDC network that you want to get. | False | Named | True (ByValue, | False |
Id | Specifies the IDs of Organizations vDCs that you want to get. | False | Named | True (ByValue, | 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, | 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.
Example 2
This example shows how to get a vDC target network for the particular organization VDC.
- Run Get-VBRvCDCloudOrganizationvDC to get the organization VDC. Save the result to the $vdc variable.
- Run Get-VBRvCDCloudStoragePolicy with the $vdc variable.
$vdc = Get-VBRvCDCloudOrganizationvDC -Name "vCDorg" Get-VBRvCDCloudStoragePolicy -Name "Silver Policy" -OrganizationvDC $vdc |
Related Commands