Method: OvirtSDK4::AffinityGroupHostLabelsService#label_service
- Defined in:
- lib/ovirtsdk4/services.rb
#label_service(id) ⇒ AffinityGroupHostLabelService
Access the service that manages the host label assignment to this affinity group.
1245 1246 1247 |
# File 'lib/ovirtsdk4/services.rb', line 1245 def label_service(id) AffinityGroupHostLabelService.new(self, id) end |