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.
1815 1816 1817 |
# File 'lib/ovirtsdk4/services.rb', line 1815 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Removes the label from an entity. Does not touch the label itself.
1838 1839 1840 |
# File 'lib/ovirtsdk4/services.rb', line 1838 def remove(opts = {}) internal_remove(REMOVE, opts) end |