Method: OvirtSDK4::AssignedDiskProfilesService#list
- Defined in:
- lib/ovirtsdk4/services.rb
#list(opts = {}) ⇒ Array<DiskProfile>
Returns the list of disk profiles assigned to the storage domain.
The order of the returned disk profiles isn’t guaranteed.
2818 2819 2820 |
# File 'lib/ovirtsdk4/services.rb', line 2818 def list(opts = {}) internal_get(LIST, opts) end |