public class OvfUnknownDeviceBacking extends OvfHardwareExport
Java class for OvfUnknownDeviceBacking complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfUnknownDeviceBacking">
<complexContent>
<extension base="{urn:vim25}OvfHardwareExport">
<sequence>
<element name="backing" type="{urn:vim25}VirtualDeviceBackingInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualDeviceBackingInfo |
backing |
device, vmPathfaultCause, faultMessage| Constructor and Description |
|---|
OvfUnknownDeviceBacking() |
| Modifier and Type | Method and Description |
|---|---|
VirtualDeviceBackingInfo |
getBacking()
Gets the value of the backing property.
|
void |
setBacking(VirtualDeviceBackingInfo value)
Sets the value of the backing property.
|
getDevice, getVmPath, setDevice, setVmPathgetFaultCause, getFaultMessage, setFaultCauseprotected VirtualDeviceBackingInfo backing
public VirtualDeviceBackingInfo getBacking()
VirtualDeviceBackingInfopublic void setBacking(VirtualDeviceBackingInfo value)
value - allowed object is
VirtualDeviceBackingInfoCopyright © 2018. All rights reserved.