Method: OvirtSDK4::InstanceTypesService#list
- Defined in:
- lib/ovirtsdk4/services.rb
#list(opts = {}) ⇒ Array<InstanceType>
Lists all existing instance types in the system.
The order of the returned list of instance types isn’t guaranteed.
14445 14446 14447 |
# File 'lib/ovirtsdk4/services.rb', line 14445 def list(opts = {}) internal_get(LIST, opts) end |