Get-VmcSddcSiteRecovery

This cmdlet retrieves the site recovery parameters of VMware Cloud on AWS software-defined data centers (SDDCs).

Syntax

-Sddc  <VmcSddc[]>
[-Server  <VmcServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Sddc
VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDCs for which you want to retrieve site recovery parameters.
    optional
    Server
    VmcServer[] named Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vmc cmdlet.

    Output

    VMware.VimAutomation.Vmc.Types.V1.CmdletObject.IVmcSddcSiteRecovery

    Examples


    Example 1

    Get-VmcSddcSiteRecovery -Sddc $SDDC

    Retrieves the site recovery parameters for the selected SDDC.

    Related Commands

    Feedback

    Was this page helpful?