Method: OvirtSDK4::VmCheckpointsService#checkpoint_service
- Defined in:
- lib/ovirtsdk4/services.rb
#checkpoint_service(id) ⇒ VmCheckpointService
Returns a reference to the service that manages a specific VM checkpoint.
32381 32382 32383 |
# File 'lib/ovirtsdk4/services.rb', line 32381 def checkpoint_service(id) VmCheckpointService.new(self, id) end |