| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IPlatform
public class IPlatform
Platform object for a virtual machine.
Accessed viaIMachine.getPlatform().
Interface ID: {A670A023-E172-452C-B731-14EF855F4DA6}
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| IPlatform(java.lang.String wrapped,
          org.virtualbox_7_1.ObjectRefManager objMgr,
          org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  PlatformArchitecture | getArchitecture()Returns the platform architecture. | 
|  IPlatformARM | getARM()Platform object for ARM-specific platform properties. | 
|  ChipsetType | getChipsetType()Chipset type used in this VM. | 
|  IommuType | getIommuType()IOMMU type used in this VM. | 
|  IPlatformProperties | getProperties()Returns the platform properties. | 
|  java.lang.Boolean | getRTCUseUTC()When set to true, the RTC device of the virtual machine will run in UTC time, otherwise in local time. | 
|  IPlatformX86 | getX86()Platform object for x86-specific platform properties. | 
| static IPlatform | queryInterface(IUnknown obj) | 
|  void | setArchitecture(PlatformArchitecture value)Returns the platform architecture. | 
|  void | setChipsetType(ChipsetType value)Chipset type used in this VM. | 
|  void | setIommuType(IommuType value)IOMMU type used in this VM. | 
|  void | setRTCUseUTC(java.lang.Boolean value)When set to true, the RTC device of the virtual machine will run in UTC time, otherwise in local time. | 
| Methods inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| getObjMgr, getRemoteWSPort, getWrapped, releaseRemote | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IPlatform(java.lang.String wrapped,
                 org.virtualbox_7_1.ObjectRefManager objMgr,
                 org.virtualbox_7_1.jaxws.VboxPortType port)
| Method Detail | 
|---|
public PlatformArchitecture getArchitecture()
E_NOTIMPL - Not implemented yet.
public void setArchitecture(PlatformArchitecture value)
E_NOTIMPL - Not implemented yet.
value - org.virtualbox_7_1.PlatformArchitecturepublic IPlatformProperties getProperties()
public IPlatformX86 getX86()
getArchitecture()is set toPlatformArchitecture.x86.
public IPlatformARM getARM()
getArchitecture()is set toPlatformArchitecture.ARM.
public ChipsetType getChipsetType()
public void setChipsetType(ChipsetType value)
value - org.virtualbox_7_1.ChipsetTypepublic IommuType getIommuType()
public void setIommuType(IommuType value)
value - org.virtualbox_7_1.IommuTypepublic java.lang.Boolean getRTCUseUTC()
public void setRTCUseUTC(java.lang.Boolean value)
value - Booleanpublic static IPlatform queryInterface(IUnknown obj)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||