Method: OvirtSDK4::WeightService#remove

Defined in:
lib/ovirtsdk4/services.rb

#remove(opts = {}) ⇒ Object

Deletes the object managed by this service.

Parameters:

  • opts (Hash) (defaults to: {})

    Additional options.

Options Hash (opts):

  • :async (Boolean)

    Indicates if the remove should be performed asynchronously.

  • :headers (Hash) — default: {}

    Additional HTTP headers.

  • :query (Hash) — default: {}

    Additional URL query parameters.

  • :timeout (Integer) — default: nil

    The timeout for this request, in seconds. If no value is explicitly given then the timeout set globally for the connection will be used.

  • :wait (Boolean) — default: true

    If true wait for the response.



36729
36730
36731
# File 'lib/ovirtsdk4/services.rb', line 36729

def remove(opts = {})
  internal_remove(REMOVE, opts)
end