Package org.ovirt.engine.sdk4.services
Interface StorageServerConnectionService.UpdateIscsiRequest
-
- All Superinterfaces:
Request<StorageServerConnectionService.UpdateIscsiRequest,StorageServerConnectionService.UpdateIscsiResponse>
- Enclosing interface:
- StorageServerConnectionService
public static interface StorageServerConnectionService.UpdateIscsiRequest extends Request<StorageServerConnectionService.UpdateIscsiRequest,StorageServerConnectionService.UpdateIscsiResponse>
Update the specified iSCSI storage connection in the system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageServerConnectionService.UpdateIscsiRequest
async(Boolean async)
Indicates if the update should be performed asynchronously.StorageServerConnectionService.UpdateIscsiRequest
connection(StorageConnectionBuilder connection)
StorageServerConnectionService.UpdateIscsiRequest
connection(StorageConnection connection)
StorageServerConnectionService.UpdateIscsiRequest
force(Boolean force)
Indicates if the operation should succeed regardless to the relevant storage domain's status (i.e.
-
-
-
Method Detail
-
async
StorageServerConnectionService.UpdateIscsiRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
-
connection
StorageServerConnectionService.UpdateIscsiRequest connection(StorageConnection connection)
-
connection
StorageServerConnectionService.UpdateIscsiRequest connection(StorageConnectionBuilder connection)
-
force
StorageServerConnectionService.UpdateIscsiRequest force(Boolean force)
Indicates if the operation should succeed regardless to the relevant storage domain's status (i.e. updating is also applicable when storage domain's status is not maintenance). This parameter is optional, and the default value is `false`.
-
-