VMC SDDC Category
Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations.
Step 1: Run commands from the CRUD group
You can REMOVE objects by using
Remove-VmcSddcHost
cmdlet. See example below:
Remove-VmcSddcHost -Sddc $SDDC -HostCount 2
Step 2: Explore More Related Commands:
Add-VmcSddcHost | This cmdlet adds hosts to a VMware Cloud on AWS software-defined data center (SDDC). If no cluster is specified, the host is added to the default cluster of the SDDC. If the cluster is specified, the host is added to that cluster. |
Get-VmcSddc | This cmdlet retrieves VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment. |
Get-VmcSddcCluster | This cmdlet retrieves clusters of VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment. |
Get-VmcSddcGroup | This cmdlet retrieves groups of VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment. |
Get-VmcSddcNetworkService | This cmdlet retrieves PSObjects that represent services for network configuration managment of an SDDC in VMware Cloud. |
Get-VmcSddcSiteRecovery | This cmdlet retrieves the site recovery parameters of VMware Cloud on AWS software-defined data centers (SDDCs). |
Get-VmcSddcSiteRecoveryInstance | This cmdlet retrieves the site recovery instances for VMware Cloud on AWS software-defined data centers (SDDCs) that have site recovery enabled. |
New-VmcSddc | This cmdlet creates a new VMware Cloud on AWS software-defined data center (SDDC). |
New-VmcSddcCluster | This cmdlet creates ? cluster and adds it to a VMware Cloud on AWS software-defined data center (SDDC). |
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. |
Remove-VmcSddc | This cmdlet removes a VMware Cloud on AWS software-defined data center (SDDC) from the VMware Cloud environment. |
Remove-VmcSddcCluster | This cmdlet removes clusters from a VMware Cloud on AWS software-defined data center (SDDC). |
Remove-VmcSddcSiteRecoveryInstance | This cmdlet removes site recovery instances from a VMware Cloud on AWS software-defined data center (SDDC) that has site recovery activated. |
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. |