Package prlsdkapi :: Class FoundVm
[hide private]
[frames] | no frames]

Class FoundVm

 object --+    
          |    
prlsdk.Base --+
              |
             FoundVm

Contains summary information about a virtual machine.

Instance Methods [hide private]

Inherited from prlsdk.Base: __cmp__, __init__, __new__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'foundvm'
  __ht__ = 268435506
Properties [hide private]
  name
Virtual machine name.
  os_version
Guest OS version.
  config_path
Name and path of the vitual machine directory.
  old_config
Indicates whether the virtual machine was created with an older version of a Parallels virtualization product: True - older version; False - current version.
  template
Indicates whether the virtual machine is a template: True - it is a template; False - it is a regular virtual machine.

Inherited from prlsdk.Base: __handle__, handle_type

Inherited from object: __class__

Property Details [hide private]

name

Virtual machine name.

Get Method:
unreachable.foundvm__get_name(foundvm, FoundVm) - Extracts founded VM name.

os_version

Guest OS version.

Get Method:
unreachable.foundvm__get_os_version(foundvm, FoundVm) - Returns VM OS version.

config_path

Name and path of the vitual machine directory.

Get Method:
unreachable.foundvm__get_config_path(foundvm, FoundVm) - Extracts founded VM config path.

old_config

Indicates whether the virtual machine was created with an older version of a Parallels virtualization product: True - older version; False - current version.

Get Method:
unreachable.foundvm__get_old_config(foundvm, FoundVm) - Returns true if VM have old config.

template

Indicates whether the virtual machine is a template: True - it is a template; False - it is a regular virtual machine.

Get Method:
unreachable.foundvm__get_template(foundvm, FoundVmInfo) - Returns true if VM is Template