New-VBRvCDOrganizationvDCOptions
Short Description
Creates organization VDCs settings.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
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
Examples
Defining Settings for Organization VDC
This example shows how to define settings for the organization VDC.
$orgvdc = Find-VBRvCloudEntity -OrganizationVdc -Name "VDC 01" New-VBRvCDOrganizationvDCOptions -OrganizationvDC $orgvdc |
Perform the following steps:
- Run the Find-VBRvCloudEntity cmdlet. Specify the OrganizationVdc and Name parameter values. Save the result to the $orgvdc variable.
- Run the New-VBRvCDOrganizationvDCOptions cmdlet. Set the $orgvdc variable as the OrganizationvDC parameter value.
Related Commands