Class: OvirtSDK4::StorageDomainVmDiskAttachmentService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ DiskAttachment
Returns the details of the attachment with all its properties and a link to the disk.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ DiskAttachment
Returns the details of the attachment with all its properties and a link to the disk.
22810 22811 22812 |
# File 'lib/ovirtsdk4/services.rb', line 22810 def get(opts = {}) internal_get(GET, opts) end |