Method: OvirtSDK4::StorageServerConnectionService#update_iscsi
- Defined in:
- lib/ovirtsdk4/services.rb
#update_iscsi(connection, opts = {}) ⇒ StorageConnection
Update the specified iSCSI storage connection in the system.
24398 24399 24400 |
# File 'lib/ovirtsdk4/services.rb', line 24398 def update_iscsi(connection, opts = {}) internal_update(connection, StorageConnection, UPDATE_ISCSI, opts) end |