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