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