Package org.ovirt.engine.sdk4.services
Interface OpenstackVolumeAuthenticationKeyService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
OpenstackVolumeAuthenticationKeyServiceImpl
public interface OpenstackVolumeAuthenticationKeyService extends Service
Openstack Volume (Cinder) integration has been replaced by Managed Block Storage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OpenstackVolumeAuthenticationKeyService.GetRequest
static interface
OpenstackVolumeAuthenticationKeyService.GetResponse
static interface
OpenstackVolumeAuthenticationKeyService.RemoveRequest
static interface
OpenstackVolumeAuthenticationKeyService.RemoveResponse
static interface
OpenstackVolumeAuthenticationKeyService.UpdateRequest
Update the specified authentication key.static interface
OpenstackVolumeAuthenticationKeyService.UpdateResponse
Update the specified authentication key.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenstackVolumeAuthenticationKeyService.GetRequest
get()
OpenstackVolumeAuthenticationKeyService.RemoveRequest
remove()
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.OpenstackVolumeAuthenticationKeyService.UpdateRequest
update()
Update the specified authentication key.
-
-
-
Method Detail
-
remove
OpenstackVolumeAuthenticationKeyService.RemoveRequest remove()
-
update
OpenstackVolumeAuthenticationKeyService.UpdateRequest update()
Update the specified authentication key.
-
-