public class AgentInstallFailed extends HostConnectFault
Java class for AgentInstallFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentInstallFailed">
<complexContent>
<extension base="{urn:vim25}HostConnectFault">
<sequence>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="installerOutput" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
installerOutput |
protected String |
reason |
protected Integer |
statusCode |
faultCause, faultMessage| Constructor and Description |
|---|
AgentInstallFailed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstallerOutput()
Gets the value of the installerOutput property.
|
String |
getReason()
Gets the value of the reason property.
|
Integer |
getStatusCode()
Gets the value of the statusCode property.
|
void |
setInstallerOutput(String value)
Sets the value of the installerOutput property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setStatusCode(Integer value)
Sets the value of the statusCode property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String reason
protected Integer statusCode
protected String installerOutput
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic Integer getStatusCode()
Integerpublic void setStatusCode(Integer value)
value - allowed object is
Integerpublic String getInstallerOutput()
StringCopyright © 2018. All rights reserved.