Class OpenstackVolumeAuthenticationKeysServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.OpenstackVolumeAuthenticationKeysServiceImpl
-
- All Implemented Interfaces:
Service
,OpenstackVolumeAuthenticationKeysService
public class OpenstackVolumeAuthenticationKeysServiceImpl extends ServiceImpl implements OpenstackVolumeAuthenticationKeysService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.OpenstackVolumeAuthenticationKeysService
OpenstackVolumeAuthenticationKeysService.AddRequest, OpenstackVolumeAuthenticationKeysService.AddResponse, OpenstackVolumeAuthenticationKeysService.ListRequest, OpenstackVolumeAuthenticationKeysService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description OpenstackVolumeAuthenticationKeysServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenstackVolumeAuthenticationKeysService.AddRequest
add()
Add a new authentication key to the OpenStack volume provider.OpenstackVolumeAuthenticationKeyService
keyService(String id)
OpenstackVolumeAuthenticationKeysService.ListRequest
list()
Returns the list of authentication keys.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
OpenstackVolumeAuthenticationKeysServiceImpl
public OpenstackVolumeAuthenticationKeysServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
add
public OpenstackVolumeAuthenticationKeysService.AddRequest add()
Description copied from interface:OpenstackVolumeAuthenticationKeysService
Add a new authentication key to the OpenStack volume provider.- Specified by:
add
in interfaceOpenstackVolumeAuthenticationKeysService
-
list
public OpenstackVolumeAuthenticationKeysService.ListRequest list()
Description copied from interface:OpenstackVolumeAuthenticationKeysService
Returns the list of authentication keys. The order of the returned list of authentication keys isn't guaranteed.- Specified by:
list
in interfaceOpenstackVolumeAuthenticationKeysService
-
keyService
public OpenstackVolumeAuthenticationKeyService keyService(String id)
- Specified by:
keyService
in interfaceOpenstackVolumeAuthenticationKeysService
-
service
public Service service(String path)
Description copied from interface:OpenstackVolumeAuthenticationKeysService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceOpenstackVolumeAuthenticationKeysService
-
-