Class: OvirtSDK4::AssignedAffinityLabelService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ AffinityLabel
Retrieves details about the attached label.
-
#remove(opts = {}) ⇒ Object
Removes the label from an entity.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ AffinityLabel
Retrieves details about the attached label.
2376 2377 2378 |
# File 'lib/ovirtsdk4/services.rb', line 2376 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Removes the label from an entity. Does not touch the label itself.
2399 2400 2401 |
# File 'lib/ovirtsdk4/services.rb', line 2399 def remove(opts = {}) internal_remove(REMOVE, opts) end |