vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - GuestProcessInfo(vim.vm.guest.ProcessManager.ProcessInfo)
- Returned by
- ListProcessesInGuest
- Extends
- DynamicData
- Since
- vSphere API Release 5.0
Data Object Description
Properties
Name | Type | Description |
---|---|---|
cmdLine | xsd: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.
|
name | xsd:string |
The process name
|
owner | xsd:string |
The process owner
|
pid | xsd:long |
The process ID
|
startTime | xsd:dateTime |
The start time of the process
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |