public class OpenStackVolumeProvider extends OpenStackVolumeProvider
OpenStackVolumeProvider providing relation and functional services
Constructor and Description |
---|
OpenStackVolumeProvider(HttpProxyBroker proxy) |
Modifier and Type | Method and Description |
---|---|
Response |
delete()
Deletes object.
|
Response |
delete(Boolean async)
Deletes object.
|
Response |
delete(Boolean async,
String correlationId)
Deletes object.
|
OpenStackVolumeProviderCertificates |
getCertificates()
Gets the value of the OpenStackVolumeProviderCertificates property.
|
OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys |
getOpenstackVolumeAuthenticationKeys()
Gets the value of the OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys property.
|
OpenStackVolumeProviderOpenStackVolumeTypes |
getOpenStackVolumeTypes()
Gets the value of the OpenStackVolumeProviderOpenStackVolumeTypes property.
|
Action |
importcertificates(Action action)
Performs importcertificates action.
|
Action |
importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
OpenStackVolumeProvider |
update()
Updates OpenStackVolumeProvider object.
|
OpenStackVolumeProvider |
update(Boolean async)
Updates OpenStackVolumeProvider object.
|
OpenStackVolumeProvider |
update(Boolean async,
String correlationId)
Updates OpenStackVolumeProvider object.
|
OpenStackVolumeProvider |
update(Boolean async,
String correlationId,
String expect)
Updates OpenStackVolumeProvider object.
|
getDataCenter, isSetDataCenter, setDataCenter
getTenantName, isSetTenantName, setTenantName
getAuthenticationUrl, getPassword, getProperties, getRequiresAuthentication, getUrl, getUsername, isSetAuthenticationUrl, isSetPassword, isSetProperties, isSetRequiresAuthentication, isSetUrl, isSetUsername, setAuthenticationUrl, setPassword, setProperties, setRequiresAuthentication, setUrl, setUsername
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public OpenStackVolumeProvider(HttpProxyBroker proxy)
proxy
- HttpProxyBrokerpublic OpenStackVolumeProviderOpenstackVolumeAuthenticationKeys getOpenstackVolumeAuthenticationKeys()
public OpenStackVolumeProviderCertificates getCertificates()
public OpenStackVolumeProviderOpenStackVolumeTypes getOpenStackVolumeTypes()
public Response delete() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
Response
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 Response delete(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
async
- [true|false]
Response
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 Response delete(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
async
- [true|false]
correlationId
- [any string]
Response
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 Action importcertificates(Action action) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
Action
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 Action importcertificates(Action action, Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
async
- [true|false]
Action
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 Action testconnectivity(Action action) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
Action
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 Action testconnectivity(Action action, Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
async
- [true|false]
Action
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 OpenStackVolumeProvider update() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeprovider
- OpenStackVolumeProvider
[openstack_volume_provider.name] [openstack_volume_provider.description] [openstack_volume_provider.data_center.id|name] [openstack_volume_provider.requires_authentication] [openstack_volume_provider.username] [openstack_volume_provider.password] [openstack_volume_provider.authentication_url] [openstack_volume_provider.properties.property] [openstack_volume_provider.tenant_name]
OpenStackVolumeProvider
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 OpenStackVolumeProvider update(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeprovider
- OpenStackVolumeProvider
[openstack_volume_provider.name] [openstack_volume_provider.description] [openstack_volume_provider.data_center.id|name] [openstack_volume_provider.requires_authentication] [openstack_volume_provider.username] [openstack_volume_provider.password] [openstack_volume_provider.authentication_url] [openstack_volume_provider.properties.property] [openstack_volume_provider.tenant_name]
async
- [true|false]
OpenStackVolumeProvider
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 OpenStackVolumeProvider update(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeprovider
- OpenStackVolumeProvider
[openstack_volume_provider.name] [openstack_volume_provider.description] [openstack_volume_provider.data_center.id|name] [openstack_volume_provider.requires_authentication] [openstack_volume_provider.username] [openstack_volume_provider.password] [openstack_volume_provider.authentication_url] [openstack_volume_provider.properties.property] [openstack_volume_provider.tenant_name]
async
- [true|false]
correlationId
- [any string]
OpenStackVolumeProvider
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 OpenStackVolumeProvider update(Boolean async, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstackvolumeprovider
- OpenStackVolumeProvider
[openstack_volume_provider.name] [openstack_volume_provider.description] [openstack_volume_provider.data_center.id|name] [openstack_volume_provider.requires_authentication] [openstack_volume_provider.username] [openstack_volume_provider.password] [openstack_volume_provider.authentication_url] [openstack_volume_provider.properties.property] [openstack_volume_provider.tenant_name]
async
- [true|false]
correlationId
- [any string]
expect
- [202-accepted]
OpenStackVolumeProvider
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