public class ITrustedPlatformModule extends IUnknown
IMachine.getTrustedPlatformModule()
attribute.
Interface ID: {CF11D345-0241-4EA9-AC4C-C69ED3D674E3}
Constructor and Description |
---|
ITrustedPlatformModule(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation()
Location of the TPM.
|
TpmType |
getType()
Type of TPM configured for the virtual machine.
|
static ITrustedPlatformModule |
queryInterface(IUnknown obj) |
void |
setLocation(java.lang.String value)
Location of the TPM.
|
void |
setType(TpmType value)
Type of TPM configured for the virtual machine.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public ITrustedPlatformModule(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public TpmType getType()
public void setType(TpmType value)
value
- org.virtualbox_7_0.TpmTypepublic java.lang.String getLocation()
public void setLocation(java.lang.String value)
value
- Stringpublic static ITrustedPlatformModule queryInterface(IUnknown obj)