public class DataCenterClusterGlusterVolumeGlusterBrickStatistics extends CollectionDecorator<Statistic,Statistics,DataCenterClusterGlusterVolumeGlusterBrickStatistic>
DataCenterClusterGlusterVolumeGlusterBrickStatistics providing relation and functional services
to Statistics.
| Constructor and Description |
|---|
DataCenterClusterGlusterVolumeGlusterBrickStatistics(HttpProxyBroker proxy,
DataCenterClusterGlusterVolumeGlusterBrick parent) |
| Modifier and Type | Method and Description |
|---|---|
DataCenterClusterGlusterVolumeGlusterBrickStatistic |
get(UUID id)
Fetches DataCenterClusterGlusterVolumeGlusterBrickStatistic object by id.
|
DataCenterClusterGlusterVolumeGlusterBrickStatistic |
getById(String id)
Fetches DataCenterClusterGlusterVolumeGlusterBrickStatistic object by id.
|
List<DataCenterClusterGlusterVolumeGlusterBrickStatistic> |
list()
Lists DataCenterClusterGlusterVolumeGlusterBrickStatistic objects.
|
getpublic DataCenterClusterGlusterVolumeGlusterBrickStatistics(HttpProxyBroker proxy, DataCenterClusterGlusterVolumeGlusterBrick parent)
proxy - HttpProxyBrokerparent - DataCenterClusterGlusterVolumeGlusterBrickpublic List<DataCenterClusterGlusterVolumeGlusterBrickStatistic> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<Statistic,Statistics,DataCenterClusterGlusterVolumeGlusterBrickStatistic>DataCenterClusterGlusterVolumeGlusterBrickStatisticorg.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 DataCenterClusterGlusterVolumeGlusterBrickStatistic get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<Statistic,Statistics,DataCenterClusterGlusterVolumeGlusterBrickStatistic>id - entity idDataCenterClusterGlusterVolumeGlusterBrickStatisticorg.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 DataCenterClusterGlusterVolumeGlusterBrickStatistic getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<Statistic,Statistics,DataCenterClusterGlusterVolumeGlusterBrickStatistic>id - entity idDataCenterClusterGlusterVolumeGlusterBrickStatisticorg.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