public class VirtualMachineCdromInfo extends VirtualMachineTargetInfo
Java class for VirtualMachineCdromInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineCdromInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
configurationTag, name| Constructor and Description |
|---|
VirtualMachineCdromInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
getConfigurationTag, getName, setNameprotected String description
Copyright © 2018. All rights reserved.