public class VirtualDiskSpec extends DynamicData
Java class for VirtualDiskSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="diskType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="adapterType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adapterType |
protected String |
diskType |
| Constructor and Description |
|---|
VirtualDiskSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterType()
Gets the value of the adapterType property.
|
String |
getDiskType()
Gets the value of the diskType property.
|
void |
setAdapterType(String value)
Sets the value of the adapterType property.
|
void |
setDiskType(String value)
Sets the value of the diskType property.
|
public String getDiskType()
Stringpublic void setDiskType(String value)
value - allowed object is
Stringpublic String getAdapterType()
StringCopyright © 2018. All rights reserved.