help wantedin progresssample request
倉庫指標
- Star
- (972 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Create some simple sample that addresses requests like https://github.com/vmware/pyvmomi/issues/22
And formalizes...
# executes /bin/touch /tmp/hello.txt
cmdspec = pyVmomi.vim.vm.guest.ProcessManager.ProgramSpec(arguments='/tmp/hello.txt', programPath='/bin/touch')
# cmdoutput returns a pid
cmdoutput = si.content.guestOperationsManager.processManager.StartProgramInGuest(vm=vm, auth=creds, spec=cmdspec)