public class SnapshotIncompatibleDeviceInVm extends SnapshotFault
Java class for SnapshotIncompatibleDeviceInVm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SnapshotIncompatibleDeviceInVm">
<complexContent>
<extension base="{urn:vim25}SnapshotFault">
<sequence>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
faultCause, faultMessage| Constructor and Description |
|---|
SnapshotIncompatibleDeviceInVm() |
| 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.