public class DataCenterQuotaQuotaClusterLimits extends CollectionDecorator<QuotaClusterLimit,QuotaClusterLimits,DataCenterQuotaQuotaClusterLimit>
DataCenterQuotaQuotaClusterLimits providing relation and functional services
Constructor and Description |
---|
DataCenterQuotaQuotaClusterLimits(HttpProxyBroker proxy,
DataCenterQuota parent) |
Modifier and Type | Method and Description |
---|---|
DataCenterQuotaQuotaClusterLimit |
add(QuotaClusterLimit quotaclusterlimit)
Adds QuotaClusterLimit object.
|
DataCenterQuotaQuotaClusterLimit |
get(UUID id)
Fetches DataCenterQuotaQuotaClusterLimit object by id.
|
DataCenterQuotaQuotaClusterLimit |
getById(String id)
Fetches DataCenterQuotaQuotaClusterLimit object by id.
|
List<DataCenterQuotaQuotaClusterLimit> |
list()
Lists DataCenterQuotaQuotaClusterLimit objects.
|
List<DataCenterQuotaQuotaClusterLimit> |
list(Integer max)
Lists DataCenterQuotaQuotaClusterLimit objects.
|
get
public DataCenterQuotaQuotaClusterLimits(HttpProxyBroker proxy, DataCenterQuota parent)
proxy
- HttpProxyBrokerparent
- DataCenterQuotapublic List<DataCenterQuotaQuotaClusterLimit> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list
in class CollectionDecorator<QuotaClusterLimit,QuotaClusterLimits,DataCenterQuotaQuotaClusterLimit>
DataCenterQuotaQuotaClusterLimit
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 DataCenterQuotaQuotaClusterLimit get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get
in class CollectionDecorator<QuotaClusterLimit,QuotaClusterLimits,DataCenterQuotaQuotaClusterLimit>
id
- entity idDataCenterQuotaQuotaClusterLimit
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 DataCenterQuotaQuotaClusterLimit getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById
in class CollectionDecorator<QuotaClusterLimit,QuotaClusterLimits,DataCenterQuotaQuotaClusterLimit>
id
- entity idDataCenterQuotaQuotaClusterLimit
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 DataCenterQuotaQuotaClusterLimit add(QuotaClusterLimit quotaclusterlimit) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
quotaclusterlimit
- QuotaClusterLimit
DataCenterQuotaQuotaClusterLimit
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 List<DataCenterQuotaQuotaClusterLimit> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max
- [max results]
DataCenterQuotaQuotaClusterLimit
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