public class GuestProcessNotFound extends GuestOperationsFault
Java class for GuestProcessNotFound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestProcessNotFound">
<complexContent>
<extension base="{urn:vim25}GuestOperationsFault">
<sequence>
<element name="pid" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
pid |
faultCause, faultMessage| Constructor and Description |
|---|
GuestProcessNotFound() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPid()
Gets the value of the pid property.
|
void |
setPid(long value)
Sets the value of the pid property.
|
getFaultCause, getFaultMessage, setFaultCauseCopyright © 2018. All rights reserved.