Method: OvirtSDK4::OpenstackVolumeTypeService#get

Defined in:
lib/ovirtsdk4/services.rb

#get(opts = {}) ⇒ OpenStackVolumeType

Returns the representation of the object managed by this service.

Parameters:

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

    Additional options.

Options Hash (opts):

  • :follow (String)

    Indicates which inner links should be followed. The objects referenced by these links will be fetched as part of the current request. See here for details.

  • :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.

Returns:



18427
18428
18429
# File 'lib/ovirtsdk4/services.rb', line 18427

def get(opts = {})
  internal_get(GET, opts)
end