public class IPlatform extends IUnknown
IMachine.getPlatform()
.
Interface ID: {A670A023-E172-452C-B731-14EF855F4DA6}
Constructor and Description |
---|
IPlatform(java.lang.String wrapped,
org.virtualbox_7_1.ObjectRefManager objMgr,
org.virtualbox_7_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IPlatform(java.lang.String wrapped, org.virtualbox_7_1.ObjectRefManager objMgr, org.virtualbox_7_1.jaxws.VboxPortType port)
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
- Boolean