Class: OvirtSDK4::InstanceTypeWatchdogService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Watchdog
Gets watchdog configuration of the instance type.
-
#remove(opts = {}) ⇒ Object
Remove a watchdog from the instance type.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
-
#update(watchdog, opts = {}) ⇒ Watchdog
Updates the watchdog configuration of the instance type.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Watchdog
Gets watchdog configuration of the instance type.
14303 14304 14305 |
# File 'lib/ovirtsdk4/services.rb', line 14303 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove a watchdog from the instance type.
14328 14329 14330 |
# File 'lib/ovirtsdk4/services.rb', line 14328 def remove(opts = {}) internal_remove(REMOVE, opts) end |