Class NetworkAttachmentServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.NetworkAttachmentServiceImpl
-
- All Implemented Interfaces:
Service
,NetworkAttachmentService
public class NetworkAttachmentServiceImpl extends ServiceImpl implements NetworkAttachmentService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.NetworkAttachmentService
NetworkAttachmentService.GetRequest, NetworkAttachmentService.GetResponse, NetworkAttachmentService.RemoveRequest, NetworkAttachmentService.RemoveResponse, NetworkAttachmentService.UpdateRequest, NetworkAttachmentService.UpdateResponse
-
-
Constructor Summary
Constructors Constructor Description NetworkAttachmentServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkAttachmentService.GetRequest
get()
NetworkAttachmentService.RemoveRequest
remove()
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
NetworkAttachmentService.UpdateRequest
update()
Update the specified network attachment on the host.-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
NetworkAttachmentServiceImpl
public NetworkAttachmentServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
get
public NetworkAttachmentService.GetRequest get()
- Specified by:
get
in interfaceNetworkAttachmentService
-
remove
public NetworkAttachmentService.RemoveRequest remove()
- Specified by:
remove
in interfaceNetworkAttachmentService
-
update
public NetworkAttachmentService.UpdateRequest update()
Description copied from interface:NetworkAttachmentService
Update the specified network attachment on the host.- Specified by:
update
in interfaceNetworkAttachmentService
-
service
public Service service(String path)
Description copied from interface:NetworkAttachmentService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceNetworkAttachmentService
-
-