public class VirtualDeviceBusSlotOption extends DynamicData
Java class for VirtualDeviceBusSlotOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceBusSlotOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VirtualDeviceBusSlotOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
Copyright © 2018. All rights reserved.