public class ExternalHostProviderExternalHostGroups extends CollectionDecorator<ExternalHostGroup,ExternalHostGroups,ExternalHostProviderExternalHostGroup>
ExternalHostProviderExternalHostGroups providing relation and functional services
| Constructor and Description |
|---|
ExternalHostProviderExternalHostGroups(HttpProxyBroker proxy,
ExternalHostProvider parent) |
| Modifier and Type | Method and Description |
|---|---|
ExternalHostProviderExternalHostGroup |
get(UUID id)
Fetches ExternalHostProviderExternalHostGroup object by id.
|
ExternalHostProviderExternalHostGroup |
getById(String id)
Fetches ExternalHostProviderExternalHostGroup object by id.
|
List<ExternalHostProviderExternalHostGroup> |
list()
Lists ExternalHostProviderExternalHostGroup objects.
|
List<ExternalHostProviderExternalHostGroup> |
list(Integer max)
Lists ExternalHostProviderExternalHostGroup objects.
|
getpublic ExternalHostProviderExternalHostGroups(HttpProxyBroker proxy, ExternalHostProvider parent)
proxy - HttpProxyBrokerparent - ExternalHostProviderpublic List<ExternalHostProviderExternalHostGroup> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<ExternalHostGroup,ExternalHostGroups,ExternalHostProviderExternalHostGroup>ExternalHostProviderExternalHostGrouporg.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 ExternalHostProviderExternalHostGroup get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<ExternalHostGroup,ExternalHostGroups,ExternalHostProviderExternalHostGroup>id - entity idExternalHostProviderExternalHostGrouporg.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 ExternalHostProviderExternalHostGroup getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<ExternalHostGroup,ExternalHostGroups,ExternalHostProviderExternalHostGroup>id - entity idExternalHostProviderExternalHostGrouporg.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<ExternalHostProviderExternalHostGroup> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max -
[max results]
ExternalHostProviderExternalHostGrouporg.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