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