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