Method: OvirtSDK4::StorageServerConnectionService#update_local
- Defined in:
- lib/ovirtsdk4/services.rb
#update_local(connection, opts = {}) ⇒ StorageConnection
Update the specified local storage connection in the system.
24433 24434 24435 |
# File 'lib/ovirtsdk4/services.rb', line 24433 def update_local(connection, opts = {}) internal_update(connection, StorageConnection, UPDATE_LOCAL, opts) end |