public class HostNetworkAttachment extends NetworkAttachment
HostNetworkAttachment providing relation and functional services
| Constructor and Description |
|---|
HostNetworkAttachment(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.
|
HostNetworkAttachment |
update()
Updates HostNetworkAttachment object.
|
HostNetworkAttachment |
update(Boolean async)
Updates HostNetworkAttachment object.
|
HostNetworkAttachment |
update(Boolean async,
String correlationId)
Updates HostNetworkAttachment object.
|
HostNetworkAttachment |
update(Boolean async,
String correlationId,
String expect)
Updates HostNetworkAttachment object.
|
HostNetworkAttachment |
update(Boolean async,
String correlationId,
String expect,
Boolean overrideConfiguration)
Updates HostNetworkAttachment object.
|
getHost, getHostNic, getIpAddressAssignments, getNetwork, getProperties, getQos, getReportedConfigurations, isSetHost, isSetHostNic, isSetIpAddressAssignments, isSetNetwork, isSetProperties, isSetQos, isSetReportedConfigurations, setHost, setHostNic, setIpAddressAssignments, setNetwork, setProperties, setQos, setReportedConfigurationsgetComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic HostNetworkAttachment(HttpProxyBroker proxy)
proxy - HttpProxyBrokerpublic Response delete() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
Responseorg.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]
Responseorg.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]
Responseorg.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 HostNetworkAttachment update() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
networkattachment - NetworkAttachment
[network_attachment.host_nic.id|name]
[network_attachment.ip_address_assignments.ip_address_assignment]
[network_attachment.properties.property]
HostNetworkAttachmentorg.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 HostNetworkAttachment update(Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
networkattachment - NetworkAttachment
[network_attachment.host_nic.id|name]
[network_attachment.ip_address_assignments.ip_address_assignment]
[network_attachment.properties.property]
async -
[true|false]
HostNetworkAttachmentorg.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 HostNetworkAttachment update(Boolean async, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
networkattachment - NetworkAttachment
[network_attachment.host_nic.id|name]
[network_attachment.ip_address_assignments.ip_address_assignment]
[network_attachment.properties.property]
async -
[true|false]
correlationId -
[any string]
HostNetworkAttachmentorg.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 HostNetworkAttachment update(Boolean async, String correlationId, String expect) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
networkattachment - NetworkAttachment
[network_attachment.host_nic.id|name]
[network_attachment.ip_address_assignments.ip_address_assignment]
[network_attachment.properties.property]
async -
[true|false]
correlationId -
[any string]
expect -
[202-accepted]
HostNetworkAttachmentorg.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 HostNetworkAttachment update(Boolean async, String correlationId, String expect, Boolean overrideConfiguration) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
networkattachment - NetworkAttachment
[network_attachment.host_nic.id|name]
[network_attachment.ip_address_assignments.ip_address_assignment]
[network_attachment.properties.property]
async -
[true|false]
correlationId -
[any string]
expect -
[202-accepted]
overrideConfiguration -
[true|false]
HostNetworkAttachmentorg.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