vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
24 stars 20 forks source link

Adding support for VMware Cloud Flex Compute #138

Closed mandarb80 closed 1 year ago

mandarb80 commented 1 year ago

Adding support for following Cloud Flex Compute actions

activity-status                 Get activity status of long running tasks
show-all-namespaces             Show all present Cloud Flex Compute Name Spaces
validate-network                Validate network CIDR before creating Cloud Flex Compute Name Space
create-flexcompute              Create new Cloud Flex Compute
delete-flexcomp                 Delete existing Cloud Flex Compute
show-flex-comp-regions          Show available Cloud Flex Compute regions
show-flex-comp-templates        Show available Cloud Flex Compute resource templates to create Name Space
show-all-vms                    Show all VMs in Cloud Flex Compute instance
show-all-images                 Show all images available to create VMs from
create-vm                       Create VM
power-operation                 Perform Power Operations on VM
delete-vm                       Delete VM. Make sure VM is in powerd OFF state.

Signed-off-by: Mandar Bapat bapatm@vmware.com

vmwclabot commented 1 year ago

@mandarb80, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.