New-VBRvCDOrganizationvDCOptions
Short Description
Creates Organization vDCs settings.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
New-VBRvCDOrganizationvDCOptions -OrganizationvDC <CVcdOrganizationVdcItem> [-EnableWanAccelerator] [-WanAccelerator <CWanAccelerator>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a VBRvCDOrganizationvDCOptions object that contains settings for Organization vDCs.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
OrganizationvDC | Specifies Organization vDCs that you want to assign to the tenant. The specified Organization vDCs will provide the resources for tenant VM replicas. Accepts the CVcdOrganizationVdcItem type. | True | Named | False | False |
EnableWanAccelerator | Indicates that the WAN accelerator option is enabled. | False | Named | False | False |
WanAccelerator | Specifies the target WAN accelerator that is configured at the SP side. | False | Named | False | 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
This example shows how to create the settings for the Organization vDC.
- Run Find-VBRvCloudEntity with the OrganizationVdc parameter to get the necessary Organization vDC. Save the result to the $org variable.
- Run New-VBRvCDOrganizationvDCOptions with the $org variable.
$org = Find-VBRvCloudEntity -OrganizationVdc -Name "vCD organization" New-VBRvCDOrganizationvDCOptions -OrganizationvDC $org |
Related Commands