public class ExternalHostProvider extends ExternalHostProvider
ExternalHostProvider providing relation and functional services
Constructor and Description |
---|
ExternalHostProvider(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.
|
ExternalHostProviderCertificates |
getCertificates()
Gets the value of the ExternalHostProviderCertificates property.
|
ExternalHostProviderExternalComputeResources |
getExternalComputeResources()
Gets the value of the ExternalHostProviderExternalComputeResources property.
|
ExternalHostProviderExternalDiscoveredHosts |
getExternalDiscoveredHosts()
Gets the value of the ExternalHostProviderExternalDiscoveredHosts property.
|
ExternalHostProviderExternalHostGroups |
getExternalHostGroups()
Gets the value of the ExternalHostProviderExternalHostGroups property.
|
ExternalHostProviderExternalHosts |
getExternalHosts()
Gets the value of the ExternalHostProviderExternalHosts property.
|
Action |
importcertificates(Action action)
Performs importcertificates action.
|
Action |
importcertificates(Action action,
Boolean async)
Performs importcertificates action.
|
Action |
importcertificates(Action action,
Boolean async,
String correlationId)
Performs importcertificates action.
|
Action |
testconnectivity(Action action)
Performs testconnectivity action.
|
Action |
testconnectivity(Action action,
Boolean async)
Performs testconnectivity action.
|
Action |
testconnectivity(Action action,
Boolean async,
String correlationId)
Performs testconnectivity action.
|
ExternalHostProvider |
update()
Updates ExternalHostProvider object.
|
ExternalHostProvider |
update(Boolean async)
Updates ExternalHostProvider object.
|
ExternalHostProvider |
update(Boolean async,
String correlationId)
Updates ExternalHostProvider object.
|
ExternalHostProvider |
update(Boolean async,
String correlationId,
String expect)
Updates ExternalHostProvider object.
|
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 ExternalHostProvider(HttpProxyBroker proxy)
proxy
- HttpProxyBrokerpublic ExternalHostProviderCertificates getCertificates()
ExternalHostProviderCertificates
public ExternalHostProviderExternalComputeResources getExternalComputeResources()
public ExternalHostProviderExternalDiscoveredHosts getExternalDiscoveredHosts()
public ExternalHostProviderExternalHostGroups getExternalHostGroups()
public ExternalHostProviderExternalHosts getExternalHosts()
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
certificates.certificate [action.async] [action.grace_period.expiry]
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
certificates.certificate [action.async] [action.grace_period.expiry]
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 importcertificates(Action action, Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
certificates.certificate [action.async] [action.grace_period.expiry]
async
- [true|false]
correlationId
- [any string]
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.async] [action.grace_period.expiry]
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
[action.async] [action.grace_period.expiry]
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, Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
[action.async] [action.grace_period.expiry]
async
- [true|false]
correlationId
- [any string]
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 ExternalHostProvider update() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
externalhostprovider
- ExternalHostProvider
[external_host_provider.name] [external_host_provider.description] [external_host_provider.requires_authentication] [external_host_provider.username] [external_host_provider.password]
ExternalHostProvider
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 ExternalHostProvider update(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
externalhostprovider
- ExternalHostProvider
[external_host_provider.name] [external_host_provider.description] [external_host_provider.requires_authentication] [external_host_provider.username] [external_host_provider.password]
async
- [true|false]
ExternalHostProvider
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 ExternalHostProvider update(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
externalhostprovider
- ExternalHostProvider
[external_host_provider.name] [external_host_provider.description] [external_host_provider.requires_authentication] [external_host_provider.username] [external_host_provider.password]
async
- [true|false]
correlationId
- [any string]
ExternalHostProvider
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 ExternalHostProvider update(Boolean async, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
externalhostprovider
- ExternalHostProvider
[external_host_provider.name] [external_host_provider.description] [external_host_provider.requires_authentication] [external_host_provider.username] [external_host_provider.password]
async
- [true|false]
correlationId
- [any string]
expect
- [202-accepted]
ExternalHostProvider
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