PowerCLI Reference

Set-VmcSddc

Synopsis

This cmdlet modifies the specified VMware Cloud on AWS software-defined data center (SDDC).

Syntax

Set-VmcSddc [-Sddc] <VmcSddc[]> [-Confirm] [-Name <String>] [-Server <CisServer[]>] [-WhatIf] [<CommonParameters>]

Related Commands

New-VmcSddc
Remove-VmcSddc

Detailed Description

This cmdlet modifies the specified VMware Cloud on AWS software-defined data center (SDDC).

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
SddcVmcSddc[]Specifies the SDDC you want to modify.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
NameStringSpecifies a new name for the SDDC.falseFalse
ServerCisServer[]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.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

System.Object

Notes

Examples

-------------------------- Example 1 --------------------------

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

Modifies the name of the selected SDDC.


Copyright © VMware, Inc. All rights reserved.