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