vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
165 stars 106 forks source link

VP-2705,VP-2885: List Independent disk, enable Nested hypervisor of VM. #484

Closed pandeys closed 5 years ago

pandeys commented 5 years ago

VP-2705:[VcdCLI]List Independent disk in VDC VP-2885:[PYSDK] enableNestedHypervisor of VM

This CLN contains List endependent disk in VDC and enable nested hypervisor of VM. It can be called from command line as : vcd vm enable-nested-hypervisor vapp1 vm1 vcd vdc list-disk

Testing Done: Test method test_0020_list_disk is added in vdc_tests.py class. Test method test_0510_enable_nested_hypervisor is added in vm_tests.py class.


This change is Reviewable