New-VBRvCDOrganizationvDCOptions
Short Description
Creates organization vDCs settings.
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 |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableWanAccelerator |
Enables the WAN accelerator option. |
|
False |
Named |
False |
|
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 |
|
True |
0 |
True (ByValue) |
|
WanAccelerator |
Specifies the target WAN accelerator that is configured at the SP side.
Accepts the |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRvCDOrganizationvDCOptions
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-VBRvCloudEntityLooks for Cloud Director entities. cmdlet. Provide theOrganizationVdcparameter. Specify theNameparameter value. Save the result to the$orgvdcvariable. - Run the
New-VBRvCDOrganizationvDCOptionscmdlet. Set the$orgvdcvariable as theOrganizationvDCparameter value.
Related Commands
Find-VBRvCloudEntityLooks for Cloud Director entities.