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