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