public class DatabaseSizeParam extends DynamicData
Java class for DatabaseSizeParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseSizeParam">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="inventoryDesc" type="{urn:vim25}InventoryDescription"/>
<element name="perfStatsDesc" type="{urn:vim25}PerformanceStatisticsDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InventoryDescription |
inventoryDesc |
protected PerformanceStatisticsDescription |
perfStatsDesc |
| Constructor and Description |
|---|
DatabaseSizeParam() |
| Modifier and Type | Method and Description |
|---|---|
InventoryDescription |
getInventoryDesc()
Gets the value of the inventoryDesc property.
|
PerformanceStatisticsDescription |
getPerfStatsDesc()
Gets the value of the perfStatsDesc property.
|
void |
setInventoryDesc(InventoryDescription value)
Sets the value of the inventoryDesc property.
|
void |
setPerfStatsDesc(PerformanceStatisticsDescription value)
Sets the value of the perfStatsDesc property.
|
protected InventoryDescription inventoryDesc
protected PerformanceStatisticsDescription perfStatsDesc
public InventoryDescription getInventoryDesc()
InventoryDescriptionpublic void setInventoryDesc(InventoryDescription value)
value - allowed object is
InventoryDescriptionpublic PerformanceStatisticsDescription getPerfStatsDesc()
PerformanceStatisticsDescriptionpublic void setPerfStatsDesc(PerformanceStatisticsDescription value)
value - allowed object is
PerformanceStatisticsDescriptionCopyright © 2018. All rights reserved.