Create some way to painlessly create a ManagedObject by using its MORef
Open
@tianhao64 is already working on this.
Since Dec 29, 2015.
enhancement
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 763
- PR merge metrics
- No merged PRs in 30d
Description
Create some way to painlessly create a ManagedObject by using its MORef.
Right now the way to do this is convoluted.
Some ideas from irc were:
vim.Datacenter('vim.Datacenter:datacenter-33')
MoUtil.create_mo('vim.Datacenter:datacenter-33')
vim.Datacenter.create('datacenter-33', si)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.