Changes between Version 84 and Version 85 of VboxApps


Ignore:
Timestamp:
Aug 19, 2014, 7:23:39 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v84 v85  
    112112   <memory_size_mb>N</memory_size_mb>
    113113   <os_name>name</os_name>
    114    [ <bridged_mode/> ]
    115114   [ <completion_trigger_file>filename</completion_trigger_file> ]
    116115   [ <copy_to_shared>filename</copy_to_shared> ]
     
    120119   [ <enable_isocontextualization>0|1</enable_isocontextualization> ]
    121120   [ <enable_network/> ]
    122    [ <enable_network_bridged_mode/> ]
    123121   [ <enable_remotedesktop>0|1</enable_remotedesktop> ]
    124122   [ <enable_shared_directory/> ]
     
    126124   [ <job_duration>X</job_duration> ]
    127125   [ <minimum_checkpoint_interval>N</minimum_checkpoint_interval> ]
     126   [ <network_bridged_mode/> ]
    128127   [ <pf_guest_port>N</pf_guest_port> ]
    129128   [ <pf_host_port>N</pf_host_port> ]
     
    172171  containing the contents of init_data.xml.
    173172 '''enable_network''':: if present, allow the VM to do network access.
    174  '''enable_network_bridged_mode''':: use bridged mode for network communication.
    175173 '''enable_remotedesktop''':: If the Oracle VirtualBox Extension are installed, it'll enable
    176174  the use of a remote desktop client to view the console of the VM.
     
    185183 '''minimum_checkpoint_interval''':: minimum number of seconds before a checkpoint/snaposhot can be created.
    186184  Defaults to 10 minutes. (v26086+)
     185 '''network_bridged_mode''':: if '''enable_network''' is set, use bridged mode; default is NAT mode.
    187186 '''pf_guest_port''':: enable port forwarding to port N within the VM.
    188187  This is assumed to be a web server providing application graphics.