# File lib/fog/cloudstack/requests/compute/get_vm_password.rb, line 9
        def get_vm_password(id)
          options = {
            'command' => 'getVMPassword',
            'id' => id
          }
          
          request(options)
        end