Changeset 22208 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2009 1:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r22200 r22208 391 391 <!-- 2008-12-17: 2.1.0 released 392 392 2009-03-11: settings version 1.7 introduced (is in 2.2 branch) 393 2009-04-08: 2.2.0 released --> 393 2009-04-08: 2.2.0 released 394 VirtualBox.xml additions: NetserviceRegistry with DHCPServers 395 Machine changes: HardDiskAttachments is now StorageControllers 396 --> 394 397 </const> 395 398 <const name="v1_8" value="10"> 396 399 <desc>Settings version "1.8", written by VirtualBox 3.1.x.</desc> 400 <!-- Machine additions: Display/@accelerate2DVideo 401 --> 397 402 </const> 398 403 </enum> … … 3941 3946 be queried from the session object and then the desired settings changes 3942 3947 can be applied to the returned object using IMachine attributes and 3943 methods. See the ISession interface description for more information 3944 about sessions. 3945 3946 Note that the IMachine interface does not provide methods to control 3947 virtual machine execution (such as start the machine, or power it 3948 down) -- these methods are grouped in a separate IConsole 3949 interface. Refer to the IConsole interface description to get more 3950 information about this topic. 3948 methods. See the <link to="ISession"/> interface description for more 3949 information about sessions. 3950 3951 Note that IMachine does not provide methods to control virtual machine 3952 execution (such as start the machine, or power it down) -- these methods 3953 are grouped in a separate interface called <link to="IConsole" />. 3951 3954 3952 3955 <see>ISession, IConsole</see> … … 3961 3964 Whether this virtual machine is currently accessible or not. 3962 3965 3963 The machine is considered to be inaccessible when: 3964 <ul> 3965 <li>It is a registered virtual machine, and 3966 </li> 3967 <li>Its settings file is inaccessible (for example, it is 3968 located on a network share that is not accessible during 3969 VirtualBox startup, or becomes inaccessible later, or if 3970 the settings file can be read but is invalid). 3971 </li> 3972 </ul> 3973 3974 Otherwise, the value of this property is always @c true. 3966 A machine is always deemed accessible unless it is registered <i>and</i> 3967 its settings file cannot be read or parsed (either because the file itself 3968 is unavailable or has invalid XML contents). 3975 3969 3976 3970 Every time this property is read, the accessibility state of … … 3978 3972 the <link to="#accessError"/> property may be used to get the 3979 3973 detailed error information describing the reason of 3980 inaccessibility .3974 inaccessibility, including XML error messages. 3981 3975 3982 3976 When the machine is inaccessible, only the following properties
Note:
See TracChangeset
for help on using the changeset viewer.