Set-VmcSddc

This cmdlet modifies a specified VMware Cloud on AWS software-defined data center (SDDC). This cmdlet can activate or deactivate site recovery for a specified SDDC, and upsize an SDDC.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
Name
String named Specifies a new name for the SDDC.
required
Sddc
VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC you want to modify.
    optional
    Server
    VmcServer[] named
  • wildcards
  • 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.

    -DisableSiteRecovery
    -Sddc  <VmcSddc[]>
    [-Force]
    [-RunAsync]
    [-Server  <VmcServer[]>]
    [CommonParameters]

    Parameters

    Required Parameter Name Type Position Features Description
    required
    DisableSiteRecovery
    SwitchParameter named Deactivates site recovery for the specified SDDC.
    required
    Sddc
    VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC you want to modify.
    optional
    Force
    SwitchParameter named Deactivates site recovery forcefully.
    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
  • wildcards
  • 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.

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

    Parameters

    Required Parameter Name Type Position Features Description
    required
    EnableSiteRecovery
    SwitchParameter named Enables site recovery for the specified SDDC.
    required
    Sddc
    VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC you want to modify.
    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
  • wildcards
  • 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.
    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.

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

    Parameters

    Required Parameter Name Type Position Features Description
    required
    Sddc
    VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC you want to modify.
    required
    Upsize
    SwitchParameter named Upsizes an SDDC from the default medium appliance configuration to a large appliance configuration. Large-sized appliances are recommended for deployments with more than 30 hosts or 3000 VMs or in any other situation where management cluster resources might be oversubscribed. Large-sized appliances are also required if you want to configure a Multi-Edge SDDC with traffic groups. This change is permanent and cannot be undone. The operation incurs about an hour of SDDC downtime, and requires a vCenter re-start and an NSX failover. If there aren't enough free resources available, the operation adds a host to the SDDC. Note: This operation cannot be performed while SDDC maintenance, including the addition or removal of hosts, is underway.
    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
  • wildcards
  • 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

    Examples


    Example 1

    Set-VmcSddc -Sddc $sddc -Name 'VmcSddc'

    Modifies the name of the selected SDDC.

    Example 2

    Set-VmcSddc -Sddc $sddc -EnableSiteRecovery -SrmExtensionSuffix 'suffix'

    Enables site recovery for the selected SDDC with an SRM extension suffix specified.

    Example 3

    Set-VmcSddc -Sddc $sddc -DisableSiteRecovery

    Deactivates site recovery for the selected SDDC.

    Example 4

    Set-VmcSddc -Sddc $sddc -Upsize

    Upsizes the selected SDDC.

    Related Commands

    Feedback

    Was this page helpful?