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