public class StoragePerformanceSummary extends DynamicData
Java class for StoragePerformanceSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoragePerformanceSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="percentile" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"/>
<element name="datastoreReadLatency" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded"/>
<element name="datastoreWriteLatency" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded"/>
<element name="datastoreVmLatency" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded"/>
<element name="datastoreReadIops" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded"/>
<element name="datastoreWriteIops" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded"/>
<element name="siocActivityDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
datastoreReadIops |
protected List<Double> |
datastoreReadLatency |
protected List<Double> |
datastoreVmLatency |
protected List<Double> |
datastoreWriteIops |
protected List<Double> |
datastoreWriteLatency |
protected int |
interval |
protected List<Integer> |
percentile |
protected int |
siocActivityDuration |
| Constructor and Description |
|---|
StoragePerformanceSummary() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getDatastoreReadIops()
Gets the value of the datastoreReadIops property.
|
List<Double> |
getDatastoreReadLatency()
Gets the value of the datastoreReadLatency property.
|
List<Double> |
getDatastoreVmLatency()
Gets the value of the datastoreVmLatency property.
|
List<Double> |
getDatastoreWriteIops()
Gets the value of the datastoreWriteIops property.
|
List<Double> |
getDatastoreWriteLatency()
Gets the value of the datastoreWriteLatency property.
|
int |
getInterval()
Gets the value of the interval property.
|
List<Integer> |
getPercentile()
Gets the value of the percentile property.
|
int |
getSiocActivityDuration()
Gets the value of the siocActivityDuration property.
|
void |
setInterval(int value)
Sets the value of the interval property.
|
void |
setSiocActivityDuration(int value)
Sets the value of the siocActivityDuration property.
|
protected int interval
protected int siocActivityDuration
public int getInterval()
public void setInterval(int value)
public List<Integer> getPercentile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the percentile property.
For example, to add a new item, do as follows:
getPercentile().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Double> getDatastoreReadLatency()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastoreReadLatency property.
For example, to add a new item, do as follows:
getDatastoreReadLatency().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDatastoreWriteLatency()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastoreWriteLatency property.
For example, to add a new item, do as follows:
getDatastoreWriteLatency().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDatastoreVmLatency()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastoreVmLatency property.
For example, to add a new item, do as follows:
getDatastoreVmLatency().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDatastoreReadIops()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastoreReadIops property.
For example, to add a new item, do as follows:
getDatastoreReadIops().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDatastoreWriteIops()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastoreWriteIops property.
For example, to add a new item, do as follows:
getDatastoreWriteIops().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public int getSiocActivityDuration()
public void setSiocActivityDuration(int value)
Copyright © 2018. All rights reserved.