public class OpenStackNetworkProvider extends OpenStackNetworkProvider
OpenStackNetworkProvider providing relation and functional services
Constructor and Description |
---|
OpenStackNetworkProvider(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.
|
OpenStackNetworkProviderCertificates |
getCertificates()
Gets the value of the OpenStackNetworkProviderCertificates property.
|
OpenStackNetworkProviderOpenStackNetworks |
getOpenStackNetworks()
Gets the value of the OpenStackNetworkProviderOpenStackNetworks 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.
|
OpenStackNetworkProvider |
update()
Updates OpenStackNetworkProvider object.
|
OpenStackNetworkProvider |
update(Boolean async)
Updates OpenStackNetworkProvider object.
|
OpenStackNetworkProvider |
update(Boolean async,
String correlationId)
Updates OpenStackNetworkProvider object.
|
OpenStackNetworkProvider |
update(Boolean async,
String correlationId,
String expect)
Updates OpenStackNetworkProvider object.
|
getAgentConfiguration, getPluginType, isSetAgentConfiguration, isSetPluginType, setAgentConfiguration, setPluginType
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 OpenStackNetworkProvider(HttpProxyBroker proxy)
proxy
- HttpProxyBrokerpublic OpenStackNetworkProviderCertificates getCertificates()
public OpenStackNetworkProviderOpenStackNetworks getOpenStackNetworks()
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 OpenStackNetworkProvider update() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstacknetworkprovider
- OpenStackNetworkProvider
[openstack_network_provider.name] [openstack_network_provider.description] [openstack_network_provider.requires_authentication] [openstack_network_provider.username] [openstack_network_provider.password] [openstack_network_provider.authentication_url] [openstack_network_provider.properties.property] [openstack_network_provider.tenant_name]
OpenStackNetworkProvider
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 OpenStackNetworkProvider update(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstacknetworkprovider
- OpenStackNetworkProvider
[openstack_network_provider.name] [openstack_network_provider.description] [openstack_network_provider.requires_authentication] [openstack_network_provider.username] [openstack_network_provider.password] [openstack_network_provider.authentication_url] [openstack_network_provider.properties.property] [openstack_network_provider.tenant_name]
async
- [true|false]
OpenStackNetworkProvider
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 OpenStackNetworkProvider update(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstacknetworkprovider
- OpenStackNetworkProvider
[openstack_network_provider.name] [openstack_network_provider.description] [openstack_network_provider.requires_authentication] [openstack_network_provider.username] [openstack_network_provider.password] [openstack_network_provider.authentication_url] [openstack_network_provider.properties.property] [openstack_network_provider.tenant_name]
async
- [true|false]
correlationId
- [any string]
OpenStackNetworkProvider
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 OpenStackNetworkProvider update(Boolean async, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
openstacknetworkprovider
- OpenStackNetworkProvider
[openstack_network_provider.name] [openstack_network_provider.description] [openstack_network_provider.requires_authentication] [openstack_network_provider.username] [openstack_network_provider.password] [openstack_network_provider.authentication_url] [openstack_network_provider.properties.property] [openstack_network_provider.tenant_name]
async
- [true|false]
correlationId
- [any string]
expect
- [202-accepted]
OpenStackNetworkProvider
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