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.
13030 13031 13032 |
# File 'lib/ovirtsdk4/services.rb', line 13030 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove a watchdog from the instance type.
13055 13056 13057 |
# File 'lib/ovirtsdk4/services.rb', line 13055 def remove(opts = {}) internal_remove(REMOVE, opts) end |