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.
14167 14168 14169 |
# File 'lib/ovirtsdk4/services.rb', line 14167 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove a watchdog from the instance type.
14192 14193 14194 |
# File 'lib/ovirtsdk4/services.rb', line 14192 def remove(opts = {}) internal_remove(REMOVE, opts) end |