public class VFlashModuleVersionIncompatible extends VimFault
Java class for VFlashModuleVersionIncompatible complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VFlashModuleVersionIncompatible">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="moduleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmRequestModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostMinSupportedVerson" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostMinSupportedVerson |
protected String |
hostModuleVersion |
protected String |
moduleName |
protected String |
vmRequestModuleVersion |
faultCause, faultMessage| Constructor and Description |
|---|
VFlashModuleVersionIncompatible() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostMinSupportedVerson()
Gets the value of the hostMinSupportedVerson property.
|
String |
getHostModuleVersion()
Gets the value of the hostModuleVersion property.
|
String |
getModuleName()
Gets the value of the moduleName property.
|
String |
getVmRequestModuleVersion()
Gets the value of the vmRequestModuleVersion property.
|
void |
setHostMinSupportedVerson(String value)
Sets the value of the hostMinSupportedVerson property.
|
void |
setHostModuleVersion(String value)
Sets the value of the hostModuleVersion property.
|
void |
setModuleName(String value)
Sets the value of the moduleName property.
|
void |
setVmRequestModuleVersion(String value)
Sets the value of the vmRequestModuleVersion property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String moduleName
protected String vmRequestModuleVersion
protected String hostMinSupportedVerson
protected String hostModuleVersion
public String getModuleName()
Stringpublic void setModuleName(String value)
value - allowed object is
Stringpublic String getVmRequestModuleVersion()
Stringpublic void setVmRequestModuleVersion(String value)
value - allowed object is
Stringpublic String getHostMinSupportedVerson()
Stringpublic void setHostMinSupportedVerson(String value)
value - allowed object is
Stringpublic String getHostModuleVersion()
StringCopyright © 2018. All rights reserved.