public class StorageDomainDiskStatistics extends CollectionDecorator<Statistic,Statistics,StorageDomainDiskStatistic>
StorageDomainDiskStatistics providing relation and functional services
to Statistics.
| Constructor and Description |
|---|
StorageDomainDiskStatistics(HttpProxyBroker proxy,
StorageDomainDisk parent) |
| Modifier and Type | Method and Description |
|---|---|
StorageDomainDiskStatistic |
get(UUID id)
Fetches StorageDomainDiskStatistic object by id.
|
StorageDomainDiskStatistic |
getById(String id)
Fetches StorageDomainDiskStatistic object by id.
|
List<StorageDomainDiskStatistic> |
list()
Lists StorageDomainDiskStatistic objects.
|
getpublic StorageDomainDiskStatistics(HttpProxyBroker proxy, StorageDomainDisk parent)
proxy - HttpProxyBrokerparent - StorageDomainDiskpublic List<StorageDomainDiskStatistic> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<Statistic,Statistics,StorageDomainDiskStatistic>StorageDomainDiskStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public StorageDomainDiskStatistic get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<Statistic,Statistics,StorageDomainDiskStatistic>id - entity idStorageDomainDiskStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public StorageDomainDiskStatistic getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<Statistic,Statistics,StorageDomainDiskStatistic>id - entity idStorageDomainDiskStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0