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