Method: OvirtSDK4::NetworkAttachmentService#update
- Defined in:
- lib/ovirtsdk4/services.rb
#update(attachment, opts = {}) ⇒ NetworkAttachment
Update the specified network attachment on the host.
15955 15956 15957 |
# File 'lib/ovirtsdk4/services.rb', line 15955 def update(, opts = {}) internal_update(, NetworkAttachment, UPDATE, opts) end |