Method: OvirtSDK4::VmService#disk_attachments_service
- Defined in:
- lib/ovirtsdk4/services.rb
#disk_attachments_service ⇒ DiskAttachmentsService
List of disks attached to this virtual machine.
31566 31567 31568 |
# File 'lib/ovirtsdk4/services.rb', line 31566 def @disk_attachments_service ||= DiskAttachmentsService.new(self, 'diskattachments') end |