Method: OvirtSDK4::StorageServerConnectionService#update_vfs
- Defined in:
- lib/ovirtsdk4/services.rb
#update_vfs(connection, opts = {}) ⇒ StorageConnection
Update the specified VFS storage connection in the system.
24605 24606 24607 |
# File 'lib/ovirtsdk4/services.rb', line 24605 def update_vfs(connection, opts = {}) internal_update(connection, StorageConnection, UPDATE_VFS, opts) end |