public class VmConfigIncompatibleForRecordReplay extends VmConfigFault
Java class for VmConfigIncompatibleForRecordReplay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigIncompatibleForRecordReplay">
<complexContent>
<extension base="{urn:vim25}VmConfigFault">
<sequence>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
faultCause, faultMessage| Constructor and Description |
|---|
VmConfigIncompatibleForRecordReplay() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected LocalizedMethodFault fault
public LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.