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