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