Method: App42::Command::Config#get_vm_type
- Defined in:
- lib/app42/command/config.rb
#get_vm_type(resource_type) ⇒ Object
return list of virtual machine type
18 19 20 |
# File 'lib/app42/command/config.rb', line 18 def get_vm_type resource_type build_get_request params, 'info', "subscription/#{resource_type}" end |