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