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