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