public class QueryVirtualDiskGeometryResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnval" type="{urn:vim25}HostDiskDimensionsChs"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostDiskDimensionsChs |
returnval |
| Constructor and Description |
|---|
QueryVirtualDiskGeometryResponse() |
| Modifier and Type | Method and Description |
|---|---|
HostDiskDimensionsChs |
getReturnval()
Gets the value of the returnval property.
|
void |
setReturnval(HostDiskDimensionsChs value)
Sets the value of the returnval property.
|
protected HostDiskDimensionsChs returnval
public HostDiskDimensionsChs getReturnval()
HostDiskDimensionsChspublic void setReturnval(HostDiskDimensionsChs value)
value - allowed object is
HostDiskDimensionsChsCopyright © 2018. All rights reserved.