public class ThirdPartyLicenseAssignmentFailed extends RuntimeFault
Java class for ThirdPartyLicenseAssignmentFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThirdPartyLicenseAssignmentFailed">
<complexContent>
<extension base="{urn:vim25}RuntimeFault">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected String |
module |
protected String |
reason |
faultCause, faultMessage| Constructor and Description |
|---|
ThirdPartyLicenseAssignmentFailed() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getModule()
Gets the value of the module property.
|
String |
getReason()
Gets the value of the reason property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setModule(String value)
Sets the value of the module property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference host
protected String module
protected String reason
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getModule()
Stringpublic void setModule(String value)
value - allowed object is
Stringpublic String getReason()
StringCopyright © 2018. All rights reserved.