Name | Type | Description |
---|---|---|
id | String | returns the id of this ManagedObject |
reference | VcManagedObjectReference | returns the ManagedObjectReference of this ManagedObject |
sdkConnection | VcSdkConnection | returns the parent SdkConnection |
vimHost | VcSdkConnection | returns the parent SdkConnection (deprecated) |
vimType | String | returns the type of this ManagedObject |
Name | Returns |
---|---|
VcGuestProcessManager(com.vmware.vmo.plugin.vi4.model.IVimObjectFactory , VcManagedObjectReference , String ) | constructor |
createTrigger(Number timeout, String filter, String condition, String filterToSync) | Trigger |
listProcessesInGuest(VcVirtualMachine vm, VcGuestAuthentication auth, Number[] pids) | VcGuestProcessInfo[] |
readEnvironmentVariableInGuest(VcVirtualMachine vm, VcGuestAuthentication auth, String[] names) | String[] |
startProgramInGuest(VcVirtualMachine vm, VcGuestAuthentication auth, VcGuestProgramSpec spec) | Number |
terminateProcessInGuest(VcVirtualMachine vm, VcGuestAuthentication auth, Number pid) | void |
None |
---|
None |
---|