Class: OvirtSDK4::AffinityLabelVmService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Vm
Retrieves details about a vm that has this label assigned.
-
#remove(opts = {}) ⇒ Object
Remove a label from a vm.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Vm
Retrieves details about a vm that has this label assigned.
2119 2120 2121 |
# File 'lib/ovirtsdk4/services.rb', line 2119 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove a label from a vm.
2142 2143 2144 |
# File 'lib/ovirtsdk4/services.rb', line 2142 def remove(opts = {}) internal_remove(REMOVE, opts) end |