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.
1827 1828 1829 |
# File 'lib/ovirtsdk4/services.rb', line 1827 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Removes the label from an entity. Does not touch the label itself.
1850 1851 1852 |
# File 'lib/ovirtsdk4/services.rb', line 1850 def remove(opts = {}) internal_remove(REMOVE, opts) end |