Package org.ovirt.engine.sdk4.services
Interface OpenstackVolumeAuthenticationKeyService.RemoveRequest
-
- All Superinterfaces:
Request<OpenstackVolumeAuthenticationKeyService.RemoveRequest,OpenstackVolumeAuthenticationKeyService.RemoveResponse>
- Enclosing interface:
- OpenstackVolumeAuthenticationKeyService
public static interface OpenstackVolumeAuthenticationKeyService.RemoveRequest extends Request<OpenstackVolumeAuthenticationKeyService.RemoveRequest,OpenstackVolumeAuthenticationKeyService.RemoveResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenstackVolumeAuthenticationKeyService.RemoveRequest
async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-
-
Method Detail
-
async
OpenstackVolumeAuthenticationKeyService.RemoveRequest async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-