1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 09:19:59 -05:00
vsphere-automation-sdk-python/samples/vmc/sddc
Jobin George e1093196cc Modified sddc_crud sample to fix multiple issues. (#196)
* Modified sddc_crud sample to fix multiple issues.

Signed-off-by: Jobin George<jgeorge@vmware.com>

* Update sddc_crud.py

* Modified sddc_crud sample to fix multiple issues.

Signed-off-by: Jobin George<jgeorge@vmware.com>

Update sddc_crud.py

Signed-off-by: Jobin George<jgeorge@vmware.com>
2019-11-14 07:52:06 +05:30
..
__init__.py Add VMware Cloud on AWS APIs 2017-12-05 16:24:30 -08:00
add_remove_hosts.py differentiating required and optional arguments in the help text for … (#175) 2019-08-20 14:54:24 +08:00
connect_to_vsphere_with_default_sddc_password.py differentiating required and optional arguments in the help text for … (#175) 2019-08-20 14:54:24 +08:00
deploy_ovf_template.py differentiating required and optional arguments in the help text for … (#175) 2019-08-20 14:54:24 +08:00
README.md Add README to describe VMC sddc samples and their prerequisites. 2018-06-06 14:13:13 -07:00
sddc_crud.py Modified sddc_crud sample to fix multiple issues. (#196) 2019-11-14 07:52:06 +05:30

This directory contains samples for VMC SDDC APIs:

Sample Description Prerequisites
add_remove_hosts.py Demonstrates add and remove ESX hosts A SDDC in the organization
connect_to_vsphere_with_default_sddc_password.py Demonstrates how to connect to a vSphere in a SDDC using the initial cloud admin credentials. A firewall rule to access the vSphere
deploy_ovf_template.py Demonstrates the workflow to deploy an OVF library item to a resource pool in VMware Cloud on AWS. An existing library item with an OVF template and an existing resource pool with resources for deploying the VM.
ovf_import_export_cloud.py Demonstrates the workflow to import an OVF package into the content library, as well as download of an OVF template from the content library. An existing vCenter DS with available storage.
sddc_crud.py Demonstrates create and delete a SDDC An organization associated with the calling user.