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
This cmdlet provides parameter sets that allow you to:
- Get target Cloud Director networks by name.
Get-VBRvCDCloudNetworkInfo [-Name <string[]>] [<CommonParameters>] |
- Get target Cloud Director networks by ID.
Get-VBRvCDCloudNetworkInfo [-Id <guid[]>] [<CommonParameters>] |
- Get target Cloud Director networks by organization VDC.
Get-VBRvCDCloudNetworkInfo [-OrganizationvDC <VBRvCDCloudOrganizationvDC>] [<CommonParameters>] |
Detailed Description
This cmdlet returns target VDC networks for replica mapping.
Important! |
This cmdlet is available for tenants only. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies a name of VDC network that you want to get. | String[] | False | Named | True (ByValue, |
Id | Specifies the IDs of Organizations VDCs that you want to get. | Guid[] | False | Named | True (ByValue, |
OrganizationvDC | Specifies an organization VDC. The cmdlet will return target VDC networks for the specified organization VDC. | Accepts the VBRvCDCloudOrganizationvDC object. To get this object, run the Get-VBRvCDCloudOrganizationvDC cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRvCDCloudNetworkInfo
Examples
Example 1. Getting All Cloud Director Target Networks
This command gets all VDC target networks.
|
Example 2. Getting Cloud Director Target Network for Selected Organization VDC
This example shows how to get a VDC target network for the particular organization VDC.
Perform the following steps:
|
Related Commands