public class ConnectedIso extends OvfExport
Java class for ConnectedIso complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectedIso">
<complexContent>
<extension base="{urn:vim25}OvfExport">
<sequence>
<element name="cdrom" type="{urn:vim25}VirtualCdrom"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualCdrom |
cdrom |
protected String |
filename |
faultCause, faultMessage| Constructor and Description |
|---|
ConnectedIso() |
| Modifier and Type | Method and Description |
|---|---|
VirtualCdrom |
getCdrom()
Gets the value of the cdrom property.
|
String |
getFilename()
Gets the value of the filename property.
|
void |
setCdrom(VirtualCdrom value)
Sets the value of the cdrom property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected VirtualCdrom cdrom
protected String filename
public VirtualCdrom getCdrom()
VirtualCdrompublic void setCdrom(VirtualCdrom value)
value - allowed object is
VirtualCdrompublic String getFilename()
StringCopyright © 2018. All rights reserved.