New-VBRvCDReplicationResource
Short Description
Defines Cloud Director replication resource settings.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRvCDReplicationResource [-EnableNetworkFailoverResources] -OrganizationvDCOptions <VBROrganizationvDCOption[]> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRvCDReplicationResource object that contains settings for the replication resources.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableNetworkFailoverResources |
Enables the tenant to use the network resources to perform failover task. The cmdlet will create a network extension appliance with default settings. |
|
False |
Named |
False |
|
OrganizationvDCOptions |
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 |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Defining Cloud Director Replication Resource Settings
This example shows how to set the Organization 05 organization VDC to provide the resources for tenant VM replicas.
|
$orgvdc = Find-VBRvCloudEntity -OrganizationVdc -Name "Organization 05" $dcoptions = New-VBRvCDOrganizationvDCOptions -OrganizationvDC $orgvdc New-VBRvCDReplicationResource -OrganizationvDCOptions $dcoptions |
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-VBRvCDOrganizationvDCOptionsCreates organization vDCs settings. cmdlet. Set the$orgvdcvariable as theOrganizationvDCparameter value. Save the result to the$dcoptionsvariable. - Run the
New-VBRvCDReplicationResourcecmdlet. Set the$dcoptionsvariable as theOrganizationvDCOptionsparameter value.
Related Commands
Find-VBRvCloudEntityLooks for Cloud Director entities.New-VBRvCDOrganizationvDCOptionsCreates organization vDCs settings.