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-VmcSddcNetworkService | This cmdlet retrieves PSObjects that represent services for network configuration managment of an SDDC in VMware Cloud. |
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). |
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). |
Set-VmcSddc | This cmdlet modifies the specified VMware Cloud on AWS software-defined data center (SDDC). |