public class HostTpmEventLogEntry extends DynamicData
Java class for HostTpmEventLogEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostTpmEventLogEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="pcrIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="eventDetails" type="{urn:vim25}HostTpmEventDetails"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostTpmEventDetails |
eventDetails |
protected int |
pcrIndex |
| Constructor and Description |
|---|
HostTpmEventLogEntry() |
| Modifier and Type | Method and Description |
|---|---|
HostTpmEventDetails |
getEventDetails()
Gets the value of the eventDetails property.
|
int |
getPcrIndex()
Gets the value of the pcrIndex property.
|
void |
setEventDetails(HostTpmEventDetails value)
Sets the value of the eventDetails property.
|
void |
setPcrIndex(int value)
Sets the value of the pcrIndex property.
|
protected int pcrIndex
protected HostTpmEventDetails eventDetails
public int getPcrIndex()
public void setPcrIndex(int value)
public HostTpmEventDetails getEventDetails()
HostTpmEventDetailspublic void setEventDetails(HostTpmEventDetails value)
value - allowed object is
HostTpmEventDetailsCopyright © 2018. All rights reserved.