New-VmcSddcSiteRecoveryInstance

This cmdlet creates ? new site recovery instance for a VMware Cloud on AWS software-defined data center (SDDC) that has site recovery activated.

Syntax

-Sddc  <VmcSddc[]>
[-RunAsync]
[-Server  <VmcServer[]>]
[-SrmExtensionSuffix  <String>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Sddc
VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC.
    optional
    RunAsync
    SwitchParameter named Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console.
    optional
    Server
    VmcServer[] named Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vmc cmdlet.
    optional
    SrmExtensionSuffix
    String named Specifies a custom extension key suffix for the site recovery instance. If not specified, the default extension ID (com.vmware.vcDr) is used. The custom suffix must be composed of not more than 13 characters. You can use letters, numbers, periods (.), hyphens (-), and underscores (_). The first and last symbol of the custom suffix must be a letter or a number. The suffix is appended to com.vmware.vcDr- to form the full extension ID.

    Output

    VMware.VimAutomation.Vmc.Types.V1.CmdletObject.IVmcSddcSrmInstance

    Examples


    Example 1

    New-VmcSddcSiteRecoveryInstance -Sddc $sddc -EnableSiteRecovery -SrmExtensionSuffix 'suffix'

    Creates a new site recovery instance for the selected SDDC with an SRM extension suffix specified.

    Related Commands

    Feedback

    Was this page helpful?