public class UnsupportedVimApiVersion extends VimFault
Java class for UnsupportedVimApiVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsupportedVimApiVersion">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
version |
faultCause, faultMessage| Constructor and Description |
|---|
UnsupportedVimApiVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion()
Gets the value of the version property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String version
Copyright © 2018. All rights reserved.