public class HostTpmAttestationReport extends DynamicData
Java class for HostTpmAttestationReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostTpmAttestationReport">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="tpmPcrValues" type="{urn:vim25}HostTpmDigestInfo" maxOccurs="unbounded"/>
<element name="tpmEvents" type="{urn:vim25}HostTpmEventLogEntry" maxOccurs="unbounded"/>
<element name="tpmLogReliable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostTpmEventLogEntry> |
tpmEvents |
protected boolean |
tpmLogReliable |
protected List<HostTpmDigestInfo> |
tpmPcrValues |
| Constructor and Description |
|---|
HostTpmAttestationReport() |
| Modifier and Type | Method and Description |
|---|---|
List<HostTpmEventLogEntry> |
getTpmEvents()
Gets the value of the tpmEvents property.
|
List<HostTpmDigestInfo> |
getTpmPcrValues()
Gets the value of the tpmPcrValues property.
|
boolean |
isTpmLogReliable()
Gets the value of the tpmLogReliable property.
|
void |
setTpmLogReliable(boolean value)
Sets the value of the tpmLogReliable property.
|
protected List<HostTpmDigestInfo> tpmPcrValues
protected List<HostTpmEventLogEntry> tpmEvents
protected boolean tpmLogReliable
public List<HostTpmDigestInfo> getTpmPcrValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tpmPcrValues property.
For example, to add a new item, do as follows:
getTpmPcrValues().add(newItem);
Objects of the following type(s) are allowed in the list
HostTpmDigestInfo
public List<HostTpmEventLogEntry> getTpmEvents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tpmEvents property.
For example, to add a new item, do as follows:
getTpmEvents().add(newItem);
Objects of the following type(s) are allowed in the list
HostTpmEventLogEntry
public boolean isTpmLogReliable()
public void setTpmLogReliable(boolean value)
Copyright © 2018. All rights reserved.