Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sample] show how to get a virtual machine's disk's type #124

Closed
hartsock opened this issue Oct 16, 2014 · 1 comment · Fixed by #125
Closed

[Sample] show how to get a virtual machine's disk's type #124

hartsock opened this issue Oct 16, 2014 · 1 comment · Fixed by #125

Comments

@hartsock
Copy link
Member

Demonstrate how to

  • find a virtual machine's attached disks
  • get the backing types of these disks
hartsock added a commit to hartsock/pyvmomi-community-samples that referenced this issue Oct 16, 2014
Demonstrates:
 * How to write python 2.7 and 3.3 compatible code in one script
 * How to parse arguments in a python script
 * How to pretty print format a dictionary
 * How to connect to a vSphere instance
 * How to search for virtual machines efficiently
 * How to interrogate virtual machine hardware info
 * How to determine the data type of a dynamic object instance
 * How to build a summary of a virtual device & virtual disk
 * How to interrogate a datastore and its hosts mounts

closes: vmware#124
hartsock added a commit to hartsock/pyvmomi-community-samples that referenced this issue Oct 16, 2014
Demonstrates:
 * How to write python 2.7 and 3.3 compatible code in one script
 * How to parse arguments in a python script
 * How to pretty print format a dictionary
 * How to connect to a vSphere instance
 * How to search for virtual machines efficiently
 * How to interrogate virtual machine hardware info
 * How to determine the data type of a dynamic object instance
 * How to build a summary of a virtual device & virtual disk
 * How to interrogate a datastore and its hosts mounts

closes: vmware#124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants