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

Class VmConfig

object --+    
         |    
   _Handle --+
             |
            VmConfig
Known Subclasses:

Provides methods for managing the configuration of a virtual machine.

Instance Methods [ hide private ]
set_default_config ( self , hSrvConfig , guestOsVersion , needCreateDevices )
Set the default configuration for a new virtual machine based on the guest OS type.
is_config_invalid ( self , nErrCode )
get_config_validity ( self )
Return a constant indicating the virtual machine configuration validity.
add_default_device ( self , hSrvConfig , deviceType )
Automates the task of setting devices in a virtual machine.
add_default_device_ex ( self , hSrvConfig , deviceType )
is_default_device_needed ( self , guestOsVersion , deviceType )
Determine whether a default virtual device is needed for running the OS of the specified type.
get_default_mem_size ( self , guestOsVersion , hostRam )
Return the default RAM size for to the specified OS type and version.
get_default_hdd_size ( self , guestOsVersion )
Return the default hard disk size for to the specified OS type and version.
get_default_video_ram_size ( self , guestOsVersion , hSrvConfig , bIs3DSupportEnabled )
Return the default video RAM size for the specified OS type and version.
create_vm_dev ( self , nDeviceType )
Create a new virtual device handle of the specified type.
get_access_rights ( self )
Obtain the AccessRights object.
get_devs_count ( self )
Determine the total number of devices of all types installed in the virtual machine.
get_all_devices ( self )
Obtains objects for all virtual devices in a virtual machine.
get_devs_count_by_type ( self , vmDeviceType )
Obtain the number of virtual devices of the specified type.
get_dev_by_type ( self , vmDeviceType , nIndex )
Obtains a virtual device object according to the specified device type and index.
get_floppy_disks_count ( self )
Determine the number of floppy disk drives in a virtual machine.
get_floppy_disk ( self , nIndex )
Obtain the VmDevice object containing information about a floppy disk drive in a vrtiual machine.
get_hard_disks_count ( self )
Determines the number of virtual hard disks in a virtual machine.
get_hard_disk ( self , nIndex )
Obtain the VmHardDisk object containing the specified virtual hard disk information.
get_optical_disks_count ( self )
Determine the number of optical disks in the specified virtual machine.
get_optical_disk ( self , nIndex )
Obtain the VmDevice object containing information about a virtual optical disk.
get_parallel_ports_count ( self )
Determine the number of virtual parallel ports in the virtual machine.
get_parallel_port ( self , nIndex )
Obtains the VmDevice object containing information about a virtual parallel port.
get_serial_ports_count ( self )
Determine the number of serial ports in a virtual machine.
get_serial_port ( self , nIndex )
Obtain the VmSerial object containing information about a serial port in a virtual machine.
get_sound_devs_count ( self )
Determine the number of sound devices in a virtual machine.
get_sound_dev ( self , nIndex )
Obtain the VmSound object containing information about a sound device in a virtual machine.
get_usb_devices_count ( self )
Determine the number of USB devices in a virtual machine.
get_usb_device ( self , nIndex )
Obtain the VmUsb object containing information about a USB device in the virtual machine.
get_net_adapters_count ( self )
Determine the number of network adapters in a virtual machine.
get_net_adapter ( self , nIndex )
Obtain the VmNet object containing information about a virtual network adapter.
get_generic_pci_devs_count ( self )
Determines the number of generic PCI devices in a virtual machine.
get_generic_pci_dev ( self , nIndex )
Obtain the VmDevice object containing information about a generic PCI device.
get_generic_scsi_devs_count ( self )
Determines the number of generic SCSI devices in a virtual machine.
get_generic_scsi_dev ( self , nIndex )
Obtain the VmDevice object containing information about a SCSI device in a virtual machine.
get_display_devs_count ( self )
Determine the number of display devices in a virtual machine.
get_display_dev ( self , nIndex )
Obtains the VmDevice containing information about a display device in a virtual machine.
create_share ( self )
Create a new instance of Share and add it to the virtual machine list of shares.
get_shares_count ( self )
Determine the number of shared folders in a virtual machine.
get_share ( self , nShareIndex )
Obtain the Share object containing information about a shared folder.
is_smart_guard_enabled ( self )
Determine whether the SmartGuard feature is enabled in the virtual machine.
set_smart_guard_enabled ( self , bEnabled )
Enable the SmartGuard feature in the virtual machine.
is_smart_guard_notify_before_creation ( self )
Determine whether the user will be notified on automatic snapshot creation by SmartGaurd.
set_smart_guard_notify_before_creation ( self , bNotifyBeforeCreation )
Enable or disable notification of automatic snapshot creation, a SmartGuard feature.
get_smart_guard_interval ( self )
Determines the interval at which snapshots are taken by SmartGuard.
set_smart_guard_interval ( self , nInterval )
Set the time interval at which snapshots are taken by SmartGuard.
get_smart_guard_max_snapshots_count ( self )
Determines the maximum snapshot count, a SmartGuard setting.
set_smart_guard_max_snapshots_count ( self , nMaxSnapshotsCount )
Set the maximum snapshot count, a SmartGuard feature.
is_user_defined_shared_folders_enabled ( self )
Determine whether the user-defined shared folders are enabled or not.
set_user_defined_shared_folders_enabled ( self , bEnabled )
Enables or disables user-defined shared folders.
is_shared_cloud_enabled ( self )
set_shared_cloud_enabled ( self , bEnabled )
is_smart_mount_enabled ( self )
set_smart_mount_enabled ( self , bEnabled )
is_smart_mount_removable_drives_enabled ( self )
set_smart_mount_removable_drives_enabled ( self , bEnabled )
is_smart_mount_dvds_enabled ( self )
set_smart_mount_dvds_enabled ( self , bEnabled )
is_smart_mount_network_shares_enabled ( self )
set_smart_mount_network_shares_enabled ( self , bEnabled )
is_shared_profile_enabled ( self )
Determine whether the Shared Profile feature is enabled in the virtual machine.
set_shared_profile_enabled ( self , bEnabled )
Enable or disable the Shared Profile feature in the virtual machine.
is_use_desktop ( self )
Determine whether the 'use desktop in share profile' feature is enabled or not.
set_use_desktop ( self , bEnabled )
Enable or disable the 'undo-desktop' feature in the shared profile.
is_use_documents ( self )
Determine whether 'use documents in shared profile' feature is enabled or not.
set_use_documents ( self , bEnabled )
Enable or disable the 'use documents in shared profile' feature.
is_use_pictures ( self )
Determine whether the 'used pictures in shared profile' feature is enabled or not.
set_use_pictures ( self , bEnabled )
Enables or disables the 'use pictures in shared profile' feature.
is_use_music ( self )
Determine whether the 'use music in shared profile' feature is enabled or not.
set_use_music ( self , bEnabled )
Enables or disables the 'use music in shared profile' feature.
is_use_downloads ( self )
set_use_downloads ( self , bEnabled )
is_use_movies ( self )
set_use_movies ( self , bEnabled )
is_auto_capture_release_mouse ( self )
Determine whether the automatic capture and release of the mouse pointer is enabled.
set_auto_capture_release_mouse ( self , bEnabled )
Enable or disables the automatic capture and release of the mouse pointer in a virtual machine.
is_smart_mouse_enabled ( self )
set_smart_mouse_enabled ( self , bEnable )
is_sticky_mouse_enabled ( self )
set_sticky_mouse_enabled ( self , bEnable )
get_optimize_modifiers_mode ( self )
set_optimize_modifiers_mode ( self , nMode )
is_share_clipboard ( self )
Determine whether the clipboard sharing feature is enabled in the virtual machine.
set_share_clipboard ( self , bEnabled )
Enable or disable the clipboard sharing feature.
is_tools_auto_update_enabled ( self )
Enables or disables the Parallels Tools AutoUpdate feature for the virtual machine.
set_tools_auto_update_enabled ( self , bEnabled )
Enable or disable the Parallels Tools AutoUpdate feature for the virtual machine.
is_time_synchronization_enabled ( self )
Determine whether the time synchronization feature is enabled in the virtual machine.
set_time_synchronization_enabled ( self , bEnabled )
Enable or disable the time synchronization feature in a virtual machine.
is_sync_timezone_disabled ( self )
set_sync_timezone_disabled ( self , bDisabled )
is_time_sync_smart_mode_enabled ( self )
Determine whether the smart time synchronization is enabled in a virtual machine.
set_time_sync_smart_mode_enabled ( self , bEnabled )
Enable or disable the smart time-synchronization mode in the virtual machine.
get_time_sync_interval ( self )
Obtain the time synchronization interval between the host and the guest OS.
set_time_sync_interval ( self , nTimeSyncInterval )
Set the time interval at which time in the virtual machine will be synchronized with the host OS.
is_allow_select_boot_device ( self )
Determine whether the 'select boot device' option is shown on virtual machine startup.
set_allow_select_boot_device ( self , bAllowed )
Switch on/off the 'select boot device' dialog on virtual machine startup.
create_scr_res ( self )
Create a new instance of ScreenRes and add it to the virtual machine resolution list.
get_scr_res_count ( self )
Determine the total number of screen resolutions available in a virtual machine.
get_scr_res ( self , nScrResIndex )
Obtain the ScreenRes object identifying the specified virtual machine screen resolution.
create_boot_dev ( self )
Create a new instance of BootDevice and add it to the virtual machine boot device list.
get_boot_dev_count ( self )
Determine the number of devices in the virtual machine boot device priority list.
get_boot_dev ( self , nBootDevIndex )
Obtain the BootDevice object containing information about a specified boot device.
get_name ( self )
Return the virtual machine name.
set_name ( self , sNewVmName )
Set the virtual machine name.
get_hostname ( self )
Obtain the hostname of the specified virtual machine.
set_hostname ( self , sNewVmHostname )
Set the virtual machine hostname.
get_dns_servers ( self )
set_dns_servers ( self , hDnsServersList )
get_uuid ( self )
Return the UUID (universally unique ID) of the virtual machine.
set_uuid ( self , sNewVmUuid )
Set the virtual machine UUID (universally unique ID).
get_linked_vm_uuid ( self )
get_os_type ( self )
Return the type of the operating system that the specified virtual machine is running.
get_os_version ( self )
Return the version of the operating system that the specified virtual machine is running.
set_os_version ( self , nVmOsVersion )
Set the virtual machine guest OS version.
get_ram_size ( self )
Return the virtual machine memory (RAM) size, in megabytes.
set_ram_size ( self , nVmRamSize )
Sets the virtual machine memory (RAM) size.
get_video_ram_size ( self )
Return the video memory size of the virtual machine.
set_video_ram_size ( self , nVmVideoRamSize )
Set the virtual machine video memory size.
get_host_mem_quota_max ( self )
set_host_mem_quota_max ( self , nHostMemQuotaMax )
get_host_mem_quota_priority ( self )
set_host_mem_quota_priority ( self , nHostMemQuotaPriority )
is_host_mem_auto_quota ( self )
set_host_mem_auto_quota ( self , bHostMemAutoQuota )
get_max_balloon_size ( self )
set_max_balloon_size ( self , nMaxBalloonSize )
get_cpu_count ( self )
Determine the number of CPUs in the virtual machine.
set_cpu_count ( self , nVmCpuCount )
Set the number of CPUs for the virtual machine (the CPUs should be present in the machine).
get_cpu_mode ( self )
Determine the specified virtual machine CPU mode (32 bit or 64 bit).
set_cpu_mode ( self , nVmCpuMode )
Set CPU mode (32 bit or 64 bit) for the virtual machine.
get_cpu_accel_level ( self )
Determine the virtual machine CPU acceleration level.
set_cpu_accel_level ( self , nVmCpuAccelLevel )
Set CPU acceleration level for the virtual machine.
is_cpu_vtx_enabled ( self )
Determine whether the x86 virtualization (such as Vt-x) is available in the virtual machine CPU.
is_cpu_hotplug_enabled ( self )
set_cpu_hotplug_enabled ( self , bVmCpuHotplugEnabled )
get3dacceleration_mode ( self )
set3dacceleration_mode ( self , n3DAccelerationMode )
is_vertical_synchronization_enabled ( self )
set_vertical_synchronization_enabled ( self , bEnabled )
is_high_resolution_enabled ( self )
set_high_resolution_enabled ( self , bEnabled )
is_adaptive_hypervisor_enabled ( self )
set_adaptive_hypervisor_enabled ( self , bEnable )
is_switch_off_windows_logo_enabled ( self )
set_switch_off_windows_logo_enabled ( self , bEnable )
is_longer_battery_life_enabled ( self )
set_longer_battery_life_enabled ( self , bEnable )
is_battery_status_enabled ( self )
set_battery_status_enabled ( self , bEnable )
is_nested_virtualization_enabled ( self )
set_nested_virtualization_enabled ( self , bEnable )
is_pmuvirtualization_enabled ( self )
set_pmuvirtualization_enabled ( self , bEnable )
is_lock_guest_on_suspend_enabled ( self )
set_lock_guest_on_suspend_enabled ( self , bEnable )
is_isolated_vm_enabled ( self )
set_isolated_vm_enabled ( self , bEnable )
get_server_uuid ( self )
Returns the UUID of the machine hosting the specified virtual machine.
get_server_host ( self )
Return the hostname of the machine hosting the specified virtual machine.
get_home_path ( self )
Return the virtual machine home directory name and path.
get_location ( self )
get_icon ( self )
Return the name of the icon file used by the specified virtual machine.
set_icon ( self , sNewVmIcon )
Set the virtual machine icon.
get_description ( self )
Return the virtual machine description.
set_description ( self , sNewVmDescription )
Set the virtual machine description.
is_template ( self )
Determine whether the virtual machine is a real machine or a template.
set_template_sign ( self , bVmIsTemplate )
Modify a regular virtual machine to become a template, and vise versa.
get_custom_property ( self )
Return the virtual machine custom property information.
set_custom_property ( self , sNewVmCustomProperty )
Set the virtual machine custom property information.
get_auto_start ( self )
Determine if the specified virtual machine is set to start automatically on Parallels Service start.
set_auto_start ( self , nVmAutoStart )
Set the automatic startup option for the virtual machine.
get_auto_start_delay ( self )
Returns the time delay used during the virtual machine automatic startup.
set_auto_start_delay ( self , nVmAutoStartDelay )
Set the time delay that will be used during the virtual machine automatic startup.
get_start_login_mode ( self )
Return the automatic startup login mode for the virtual machine.
set_start_login_mode ( self , nVmStartLoginMode )
Set the automatic startup login mode for the specified virtual machine.
get_start_user_login ( self )
Return the user name used during the virtual machine automatic startup.
set_start_user_creds ( self , sStartUserLogin , sPassword )
Sset the automatic startup user login and password for the virtual machine.
get_auto_stop ( self )
Determine the mode of the automatic shutdown for the specified virtual machine.
set_auto_stop ( self , nVmAutoStop )
Set the automatic shutdown mode for the virtual machine.
get_action_on_window_close ( self )
Determine the action on Parallels Application window close for the specified virtual machine.
set_action_on_window_close ( self , nActionOnWindowClose )
Set the action to perform on the Parallels console window closing.
get_action_on_stop_mode ( self )
set_action_on_stop_mode ( self , nMode )
get_window_mode ( self )
Return the current window mode the virtual machine is in.
set_window_mode ( self , nVmWindowMode )
Sets the virtual machine window mode.
is_start_in_detached_window_enabled ( self )
set_start_in_detached_window_enabled ( self , bEnable )
get_last_modified_date ( self )
Return the date and time when the specified virtual machine was last modified.
get_last_modifier_name ( self )
Return the name of the user who last modified the specified virtual machine.
get_uptime_start_date ( self )
Return the date and time when the uptime counter was started for the specified virtual machine.
get_uptime ( self )
is_guest_sharing_enabled ( self )
Determine if guest sharing is enabled (the guest OS disk drives are visible in the host OS).
set_guest_sharing_enabled ( self , bVmGuestSharingEnabled )
Enables the guest sharing feature.
is_guest_sharing_auto_mount ( self )
Determine if host shared folders are mounted automatically in the virtual machine.
set_guest_sharing_auto_mount ( self , bVmGuestSharingAutoMount )
Set the guest OS sharing auto-mount option.
is_guest_sharing_enable_spotlight ( self )
Determine if the virtual disks will be added to Spotlight search subsystem (Mac OS X feature).
set_guest_sharing_enable_spotlight ( self , bVmGuestSharingEnableSpotlight )
Set whether the virtual disks are added to Spotlight search subsystem.
is_host_sharing_enabled ( self )
Determine if host sharing is enabled (host shared folders are visible in the guest OS).
set_host_sharing_enabled ( self , bVmHostSharingEnabled )
Enable host sharing for the virtual machine.
is_share_all_host_disks ( self )
Determine whether all host disks will be present in the guest OS as shares.
set_share_all_host_disks ( self , bShareAllHostDisks )
Enable sharing of all host disks for the virtual machine.
is_share_user_home_dir ( self )
Determine whether the host user home directory will be available in the guest OS as a share.
set_share_user_home_dir ( self , bShareUserHomeDir )
Enable or disable sharing of the host user home directory in the specified virtual machine.
is_map_shared_folders_on_letters ( self )
Determine whether host disks shared with the guest Windows OS will be mapped to drive letters.
set_map_shared_folders_on_letters ( self , bMapSharedFoldersOnLetters )
Enable mapping of shared host disks to drive letters for the virtual machine.
is_show_task_bar ( self )
Determine if Windows task bar is displayed in Coherence mode.
set_show_task_bar ( self , bVmShowTaskBar )
Show or hide the Windows task bar when the virtual machine is running in Coherence mode.
is_relocate_task_bar ( self )
Determine if the task bar relocation feature is enabled in Coherence mode.
set_relocate_task_bar ( self , bVmRelocateTaskBar )
Enable or disable the Windows task bar relocation feature.
is_exclude_dock ( self )
Determine the guest OS window behavior in coherence mode.
set_exclude_dock ( self , bVmExcludeDock )
Set the exclude dock option.
is_multi_display ( self )
Determine if the specified virtual machine uses a multi-display mode.
set_multi_display ( self , bVmMultiDisplay )
Set the virtual machine multi-display option.
get_vncmode ( self )
Return the VNC mode of the virtual machine.
set_vncmode ( self , nVmRemoteDisplayMode )
Set the virtual machine VNC mode.
get_vncpassword ( self )
Return the VNC password for the virtual machine.
set_vncpassword ( self , sNewVmRemoteDisplayPassword )
Set the virtual machine VNC password.
get_vnchost_name ( self )
Return the VNC hostname of the virtual machine.
set_vnchost_name ( self , sNewVmRemoteDisplayHostName )
Set the virtual machine VNC host name.
get_vncport ( self )
Return the VNC port number for the virtual machine
set_vncport ( self , nVmRemoteDisplayPort )
Set the virtual machine VNC port number.
is_scr_res_enabled ( self )
Determine if additional screen resolution support is enabled in the virtual machine.
set_scr_res_enabled ( self , bVmScrResEnabled )
Enable or disable the additional screen resolution support in the virtual machine.
is_disk_cache_write_back ( self )
Determine if disk cache write-back is enabled in the virtual machine.
set_disk_cache_write_back ( self , bVmDiskCacheWriteBack )
Set the virtual machine disk cache write-back option.
is_os_res_in_full_scr_mode ( self )
Determines wether the virtual machine OS resolution is in full screen mode.
set_os_res_in_full_scr_mode ( self , bVmOsResInFullScrMode )
Turn on/off the virtual machine OS resolution in full screen mode option.
is_close_app_on_shutdown ( self )
Determine whether the Parallels console app is automatically closed on the virtual machine shutdown.
set_close_app_on_shutdown ( self , bVmCloseAppOnShutdown )
Set whether the Parallels console app will be closed on the virtual machine shutdown.
get_system_flags ( self )
Return the virtual machine system flags.
set_system_flags ( self , sNewVmSystemFlags )
Set the virtual machine system flags.
is_disable_apic ( self )
Determine whether the APIC is enabled during the virtual machine runtime.
set_disable_apicsign ( self , bDisableAPIC )
Set whether the virtual machine should be using APIC during runtime.
get_undo_disks_mode ( self )
Determine the current undo-disks mode for the virtual machine.
set_undo_disks_mode ( self , nUndoDisksMode )
Set the undo-disks mode for the virtual machine.
get_app_in_dock_mode ( self )
Determine the current dock mode for the virtual machine.
set_app_in_dock_mode ( self , nVmAppInDockMode )
Set the dock mode for applications.
get_foreground_priority ( self )
Return foreground processes priority for the specified virtual machine.
set_foreground_priority ( self , nVmForegroundPriority )
Set the virtual machine foreground processes priority.
get_background_priority ( self )
Determine the specified virtual machine background process priority type.
set_background_priority ( self , nVmBackgroundPriority )
Set the virtual machine background processes priority.
is_use_default_answers ( self )
Determine whether the use default answers mechanism is active in the virtual machine.
set_use_default_answers ( self , bUseDefaultAnswers )
Enable the use default answers mechanism in a virtual machine.
get_dock_icon_type ( self )
Return the virtual machine dock icon type.
set_dock_icon_type ( self , nVmDockIconType )
Sets the virtual machine dock icon type.
get_search_domains ( self )
Obtain the list of search domains that will be assigned to the guest OS.
set_search_domains ( self , hSearchDomainsList )
Set the global search domain list that will be assigned to the guest OS.
get_confirmations_list ( self )
Obtain a list of operations with virtual machine which requires administrator confirmation.
set_confirmations_list ( self , hConfirmList )
Obtain the list of virtual machine operations that require administrator confirmation.
get_password_protected_operations_list ( self )
set_password_protected_operations_list ( self , hList )
is_auto_compress_enabled ( self )
Determine whether the Automatic HDD compression feature is enabled in the virtual machine.
set_auto_compress_enabled ( self , bEnabled )
Enables or disables the Automatic HDD compression feature in the virtual machine.
get_auto_compress_interval ( self )
Determine the interval at which compacting virtual disks is performed by Automatic HDD compression.
set_auto_compress_interval ( self , nInterval )
Set the time interval at which compacting virtual disks is done by Automatic HDD compression.
get_free_disk_space_ratio ( self )
Determine free disk space ratio at which disk compacting is done by Automatic HDD compression.
set_free_disk_space_ratio ( self , dFreeDiskSpaceRatio )
Set the free disk space ratio at which compacting virtual disks is done by Automatic HDD compress.
get_vm_info ( self )
is_efi_enabled ( self )
set_efi_enabled ( self , bEfiEnabled )
get_external_boot_device ( self )
set_external_boot_device ( self , sNewSysName )
is_encrypted ( self )
is_show_windows_app_in_dock ( self )
set_show_windows_app_in_dock ( self , bEnabled )
is_shared_apps_guest_to_host ( self )
set_shared_apps_guest_to_host ( self , bEnabled )
is_shared_apps_host_to_guest ( self )
set_shared_apps_host_to_guest ( self , bEnabled )
get_coherence_button_visibility ( self )
set_coherence_button_visibility ( self , bVmCoherenceButtonVisibility )
is_pause_when_idle ( self )
set_pause_when_idle ( self , bVmPauseWhenIdle )
is_win_systray_in_mac_menu_enabled ( self )
set_win_systray_in_mac_menu_enabled ( self , bEnable )
is_switch_to_fullscreen_on_demand_enabled ( self )
set_switch_to_fullscreen_on_demand_enabled ( self , bEnable )
is_switch_off_aero_enabled ( self )
set_switch_off_aero_enabled ( self , bEnable )
is_hide_minimized_windows_enabled ( self )
set_hide_minimized_windows_enabled ( self , bEnable )
is_virtual_links_enabled ( self )
set_virtual_links_enabled ( self , bEnabled )
is_protected ( self )
is_archived ( self )
set_expiration_date ( self , sExpirationDate )
get_expiration_date ( self )
set_expiration_date_enabled ( self , bEnabled )
is_expiration_date_enabled ( self )
get_expiration_time_check_interval ( self )
set_expiration_time_check_interval ( self , nInterval )
get_expiration_offline_time_to_live ( self )
set_expiration_offline_time_to_live ( self , nTime )
get_expiration_note ( self )
set_expiration_note ( self , sNote )
get_expiration_trusted_time_server ( self )
set_expiration_trusted_time_server ( self , sUrl )
is_ram_hotplug_enabled ( self )
set_ram_hotplug_enabled ( self , bVmRamHotplugEnabled )
is_use_host_printers ( self )
set_use_host_printers ( self , bUse )
is_sync_default_printer ( self )
set_sync_default_printer ( self , bSync )
is_shared_camera_enabled ( self )
set_shared_camera_enabled ( self , bEnable )
is_shared_bluetooth_enabled ( self )
set_shared_bluetooth_enabled ( self , bEnable )
is_support_usb30enabled ( self )
set_support_usb30enabled ( self , bEnable )
is_auto_apply_ip_only ( self )
set_auto_apply_ip_only ( self , bAutoApplyIpOnly )
get_unattended_install_locale ( self )
set_unattended_install_locale ( self , sLocale )
get_unattended_install_edition ( self )
set_unattended_install_edition ( self , sEdition )
is_sync_vm_hostname_enabled ( self )
set_sync_vm_hostname_enabled ( self , bEnabled )
is_sync_ssh_ids_enabled ( self )
set_sync_ssh_ids_enabled ( self , bEnabled )
get_resource_quota ( self )
set_resource_quota ( self , nResourceQuota )
is_show_dev_tools_enabled ( self )
set_show_dev_tools_enabled ( self , bEnabled )
is_gesture_swipe_from_edges_enabled ( self )
set_gesture_swipe_from_edges_enabled ( self , bEnabled )

Inherited from _Handle : __del__ , __init__ , add_ref , free , from_string , get_handle_type , get_package_id , get_type

Inherited from object : __delattr__ , __format__ , __getattribute__ , __hash__ , __new__ , __reduce__ , __reduce_ex__ , __repr__ , __setattr__ , __sizeof__ , __str__ , __subclasshook__

Properties [ hide private ]

Inherited from object : __class__

Method Details [ hide private ]

get_uptime_start_date ( self )

Return the date and time when the uptime counter was started for the specified virtual machine. The date is returned using the yyyy-mm-dd hh:mi:ss format. The date is automatically converted to the local time zone.

Returns:
A string containing the date and time of the virtual machine uptime counter activation.