Method: OvirtSDK4::OperatingSystemsService#operating_system_service

Defined in:
lib/ovirtsdk4/services.rb

#operating_system_service(id) ⇒ OperatingSystemService

Locates the operating_system service.

Parameters:

  • id (String)

    The identifier of the operating_system.

Returns:



18604
18605
18606
# File 'lib/ovirtsdk4/services.rb', line 18604

def operating_system_service(id)
  OperatingSystemService.new(self, id)
end