Data Object - GuestProcessInfo(vim.vm.guest.ProcessManager.ProcessInfo)

Returned by
ListProcessesInGuest
Extends
DynamicData
Since
vSphere API 5.0

Data Object Description

Properties

Name Type Description
cmdLinexsd:string

The full command line
endTime*xsd:dateTime

If the process was started using StartProgramInGuest then the process completion time will be available if queried within 5 minutes after it completes.
exitCode*xsd:int

If the process was started using StartProgramInGuest then the process exit code will be available if queried within 5 minutes after it completes.
namexsd:string

The process name
ownerxsd:string

The process owner
pidxsd:long

The process ID
startTimexsd:dateTime

The start time of the process
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition