public class DeviceUnsupportedForVmVersion extends InvalidDeviceSpec
Java class for DeviceUnsupportedForVmVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceUnsupportedForVmVersion">
<complexContent>
<extension base="{urn:vim25}InvalidDeviceSpec">
<sequence>
<element name="currentVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expectedVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentVersion |
protected String |
expectedVersion |
deviceIndexpropertyfaultCause, faultMessage| Constructor and Description |
|---|
DeviceUnsupportedForVmVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentVersion()
Gets the value of the currentVersion property.
|
String |
getExpectedVersion()
Gets the value of the expectedVersion property.
|
void |
setCurrentVersion(String value)
Sets the value of the currentVersion property.
|
void |
setExpectedVersion(String value)
Sets the value of the expectedVersion property.
|
getDeviceIndex, setDeviceIndexgetProperty, setPropertygetFaultCause, getFaultMessage, setFaultCauseprotected String currentVersion
protected String expectedVersion
public String getCurrentVersion()
Stringpublic void setCurrentVersion(String value)
value - allowed object is
Stringpublic String getExpectedVersion()
StringCopyright © 2018. All rights reserved.