public class OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys extends CollectionDecorator<OpenstackVolumeAuthenticationKey,OpenstackVolumeAuthenticationKeys,OpenStackVolumeProviderOpenstackVolumeAuthenticationKey>
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys providing relation and functional services
| Constructor and Description |
|---|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys(HttpProxyBroker proxy,
OpenStackVolumeProvider parent) |
| Modifier and Type | Method and Description |
|---|---|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey,
String correlationId)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey,
String correlationId,
String expect)
Adds OpenstackVolumeAuthenticationKey object.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
get(UUID id)
Fetches OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object by id.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKey |
getById(String id)
Fetches OpenStackVolumeProviderOpenstackVolumeAuthenticationKey object by id.
|
List<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> |
list()
Lists OpenStackVolumeProviderOpenstackVolumeAuthenticationKey objects.
|
List<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> |
list(Integer max)
Lists OpenStackVolumeProviderOpenstackVolumeAuthenticationKey objects.
|
getpublic OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys(HttpProxyBroker proxy, OpenStackVolumeProvider parent)
proxy - HttpProxyBrokerparent - OpenStackVolumeProviderpublic List<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<OpenstackVolumeAuthenticationKey,OpenstackVolumeAuthenticationKeys,OpenStackVolumeProviderOpenstackVolumeAuthenticationKey>OpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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 OpenStackVolumeProviderOpenstackVolumeAuthenticationKey get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<OpenstackVolumeAuthenticationKey,OpenstackVolumeAuthenticationKeys,OpenStackVolumeProviderOpenstackVolumeAuthenticationKey>id - entity idOpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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 OpenStackVolumeProviderOpenstackVolumeAuthenticationKey getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<OpenstackVolumeAuthenticationKey,OpenstackVolumeAuthenticationKeys,OpenStackVolumeProviderOpenstackVolumeAuthenticationKey>id - entity idOpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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 OpenStackVolumeProviderOpenstackVolumeAuthenticationKey add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeauthenticationkey - OpenstackVolumeAuthenticationKey
openstack_volume_authentication_key.uuid
openstack_volume_authentication_key.value
openstack_volume_authentication_key.usage_type
[openstack_volume_authentication_key.description]
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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 OpenStackVolumeProviderOpenstackVolumeAuthenticationKey add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeauthenticationkey - OpenstackVolumeAuthenticationKey
openstack_volume_authentication_key.uuid
openstack_volume_authentication_key.value
openstack_volume_authentication_key.usage_type
[openstack_volume_authentication_key.description]
correlationId -
[any string]
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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 OpenStackVolumeProviderOpenstackVolumeAuthenticationKey add(OpenstackVolumeAuthenticationKey openstackvolumeauthenticationkey, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeauthenticationkey - OpenstackVolumeAuthenticationKey
openstack_volume_authentication_key.uuid
openstack_volume_authentication_key.value
openstack_volume_authentication_key.usage_type
[openstack_volume_authentication_key.description]
correlationId -
[any string]
expect -
[201-created]
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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<OpenStackVolumeProviderOpenstackVolumeAuthenticationKey> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max -
[max results]
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeyorg.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