public class HostTpmBootSecurityOptionEventDetails extends HostTpmEventDetails
Java class for HostTpmBootSecurityOptionEventDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostTpmBootSecurityOptionEventDetails">
<complexContent>
<extension base="{urn:vim25}HostTpmEventDetails">
<sequence>
<element name="bootSecurityOption" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bootSecurityOption |
dataHash| Constructor and Description |
|---|
HostTpmBootSecurityOptionEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBootSecurityOption()
Gets the value of the bootSecurityOption property.
|
void |
setBootSecurityOption(String value)
Sets the value of the bootSecurityOption property.
|
getDataHashprotected String bootSecurityOption
public HostTpmBootSecurityOptionEventDetails()
Copyright © 2018. All rights reserved.