Class: OvirtSDK4::AffinityGroupVmLabelService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#remove(opts = {}) ⇒ Object
Remove this label from the affinity group.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#remove(opts = {}) ⇒ Object
Remove this label from the affinity group.
1447 1448 1449 |
# File 'lib/ovirtsdk4/services.rb', line 1447 def remove(opts = {}) internal_remove(REMOVE, opts) end |