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