org.virtualbox_7_2
Class IPlatformARM
java.lang.Object
org.virtualbox_7_2.IUnknown
org.virtualbox_7_2.IPlatformARM
public class IPlatformARM
- extends IUnknown
The ARM-specific platform properties for a virtual machine.
Accessed viaIMachine.getPlatform()
andIPlatform.getARM()
.
Interface ID: {002C75FE-3316-4920-AECE-7D21CE6F624B}
Constructor Summary |
IPlatformARM(java.lang.String wrapped,
org.virtualbox_7_2.ObjectRefManager objMgr,
org.virtualbox_7_2.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IPlatformARM
public IPlatformARM(java.lang.String wrapped,
org.virtualbox_7_2.ObjectRefManager objMgr,
org.virtualbox_7_2.jaxws.VboxPortType port)
queryInterface
public static IPlatformARM queryInterface(IUnknown obj)
getCPUProperty
public java.lang.Boolean getCPUProperty(CPUPropertyTypeARM property)
- Returns the virtual CPU boolean value of the specified property.
- Expected result codes:
E_INVALIDARG
- Invalid property.
- Parameters:
property
- Property type to query.
- Returns:
- Property value.
setCPUProperty
public void setCPUProperty(CPUPropertyTypeARM property,
java.lang.Boolean value)
- Sets the virtual CPU boolean value of the specified property.
- Expected result codes:
E_INVALIDARG
- Invalid property.
- Parameters:
property
- Property type to query.value
- Property value.