public class OpenStackVolumeProviderOpenStackVolumeTypes extends CollectionDecorator<OpenStackVolumeType,OpenStackVolumeTypes,OpenStackVolumeProviderOpenStackVolumeType>
OpenStackVolumeProviderOpenStackVolumeTypes providing relation and functional services
Constructor and Description |
---|
OpenStackVolumeProviderOpenStackVolumeTypes(HttpProxyBroker proxy,
OpenStackVolumeProvider parent) |
Modifier and Type | Method and Description |
---|---|
OpenStackVolumeProviderOpenStackVolumeType |
get(UUID id)
Fetches OpenStackVolumeProviderOpenStackVolumeType object by id.
|
OpenStackVolumeProviderOpenStackVolumeType |
getById(String id)
Fetches OpenStackVolumeProviderOpenStackVolumeType object by id.
|
List<OpenStackVolumeProviderOpenStackVolumeType> |
list()
Lists OpenStackVolumeProviderOpenStackVolumeType objects.
|
List<OpenStackVolumeProviderOpenStackVolumeType> |
list(Integer max)
Lists OpenStackVolumeProviderOpenStackVolumeType objects.
|
get
public OpenStackVolumeProviderOpenStackVolumeTypes(HttpProxyBroker proxy, OpenStackVolumeProvider parent)
proxy
- HttpProxyBrokerparent
- OpenStackVolumeProviderpublic List<OpenStackVolumeProviderOpenStackVolumeType> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list
in class CollectionDecorator<OpenStackVolumeType,OpenStackVolumeTypes,OpenStackVolumeProviderOpenStackVolumeType>
OpenStackVolumeProviderOpenStackVolumeType
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 OpenStackVolumeProviderOpenStackVolumeType get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get
in class CollectionDecorator<OpenStackVolumeType,OpenStackVolumeTypes,OpenStackVolumeProviderOpenStackVolumeType>
id
- entity idOpenStackVolumeProviderOpenStackVolumeType
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 OpenStackVolumeProviderOpenStackVolumeType getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById
in class CollectionDecorator<OpenStackVolumeType,OpenStackVolumeTypes,OpenStackVolumeProviderOpenStackVolumeType>
id
- entity idOpenStackVolumeProviderOpenStackVolumeType
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<OpenStackVolumeProviderOpenStackVolumeType> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max
- [max results]
OpenStackVolumeProviderOpenStackVolumeType
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