public class ToolsConfigInfo extends DynamicData
Java class for ToolsConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToolsConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="toolsVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="toolsInstallType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="afterPowerOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="afterResume" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="beforeGuestStandby" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="beforeGuestShutdown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="beforeGuestReboot" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="toolsUpgradePolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pendingCustomization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customizationKeyId" type="{urn:vim25}CryptoKeyId" minOccurs="0"/>
<element name="syncTimeWithHost" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="lastInstallInfo" type="{urn:vim25}ToolsConfigInfoToolsLastInstallInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
afterPowerOn |
protected Boolean |
afterResume |
protected Boolean |
beforeGuestReboot |
protected Boolean |
beforeGuestShutdown |
protected Boolean |
beforeGuestStandby |
protected CryptoKeyId |
customizationKeyId |
protected ToolsConfigInfoToolsLastInstallInfo |
lastInstallInfo |
protected String |
pendingCustomization |
protected Boolean |
syncTimeWithHost |
protected String |
toolsInstallType |
protected String |
toolsUpgradePolicy |
protected Integer |
toolsVersion |
| Constructor and Description |
|---|
ToolsConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyId |
getCustomizationKeyId()
Gets the value of the customizationKeyId property.
|
ToolsConfigInfoToolsLastInstallInfo |
getLastInstallInfo()
Gets the value of the lastInstallInfo property.
|
String |
getPendingCustomization()
Gets the value of the pendingCustomization property.
|
String |
getToolsInstallType()
Gets the value of the toolsInstallType property.
|
String |
getToolsUpgradePolicy()
Gets the value of the toolsUpgradePolicy property.
|
Integer |
getToolsVersion()
Gets the value of the toolsVersion property.
|
Boolean |
isAfterPowerOn()
Gets the value of the afterPowerOn property.
|
Boolean |
isAfterResume()
Gets the value of the afterResume property.
|
Boolean |
isBeforeGuestReboot()
Gets the value of the beforeGuestReboot property.
|
Boolean |
isBeforeGuestShutdown()
Gets the value of the beforeGuestShutdown property.
|
Boolean |
isBeforeGuestStandby()
Gets the value of the beforeGuestStandby property.
|
Boolean |
isSyncTimeWithHost()
Gets the value of the syncTimeWithHost property.
|
void |
setAfterPowerOn(Boolean value)
Sets the value of the afterPowerOn property.
|
void |
setAfterResume(Boolean value)
Sets the value of the afterResume property.
|
void |
setBeforeGuestReboot(Boolean value)
Sets the value of the beforeGuestReboot property.
|
void |
setBeforeGuestShutdown(Boolean value)
Sets the value of the beforeGuestShutdown property.
|
void |
setBeforeGuestStandby(Boolean value)
Sets the value of the beforeGuestStandby property.
|
void |
setCustomizationKeyId(CryptoKeyId value)
Sets the value of the customizationKeyId property.
|
void |
setLastInstallInfo(ToolsConfigInfoToolsLastInstallInfo value)
Sets the value of the lastInstallInfo property.
|
void |
setPendingCustomization(String value)
Sets the value of the pendingCustomization property.
|
void |
setSyncTimeWithHost(Boolean value)
Sets the value of the syncTimeWithHost property.
|
void |
setToolsInstallType(String value)
Sets the value of the toolsInstallType property.
|
void |
setToolsUpgradePolicy(String value)
Sets the value of the toolsUpgradePolicy property.
|
void |
setToolsVersion(Integer value)
Sets the value of the toolsVersion property.
|
protected Integer toolsVersion
protected String toolsInstallType
protected Boolean afterPowerOn
protected Boolean afterResume
protected Boolean beforeGuestStandby
protected Boolean beforeGuestShutdown
protected Boolean beforeGuestReboot
protected String toolsUpgradePolicy
protected String pendingCustomization
protected CryptoKeyId customizationKeyId
protected Boolean syncTimeWithHost
protected ToolsConfigInfoToolsLastInstallInfo lastInstallInfo
public Integer getToolsVersion()
Integerpublic void setToolsVersion(Integer value)
value - allowed object is
Integerpublic String getToolsInstallType()
Stringpublic void setToolsInstallType(String value)
value - allowed object is
Stringpublic Boolean isAfterPowerOn()
Booleanpublic void setAfterPowerOn(Boolean value)
value - allowed object is
Booleanpublic Boolean isAfterResume()
Booleanpublic void setAfterResume(Boolean value)
value - allowed object is
Booleanpublic Boolean isBeforeGuestStandby()
Booleanpublic void setBeforeGuestStandby(Boolean value)
value - allowed object is
Booleanpublic Boolean isBeforeGuestShutdown()
Booleanpublic void setBeforeGuestShutdown(Boolean value)
value - allowed object is
Booleanpublic Boolean isBeforeGuestReboot()
Booleanpublic void setBeforeGuestReboot(Boolean value)
value - allowed object is
Booleanpublic String getToolsUpgradePolicy()
Stringpublic void setToolsUpgradePolicy(String value)
value - allowed object is
Stringpublic String getPendingCustomization()
Stringpublic void setPendingCustomization(String value)
value - allowed object is
Stringpublic CryptoKeyId getCustomizationKeyId()
CryptoKeyIdpublic void setCustomizationKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdpublic Boolean isSyncTimeWithHost()
Booleanpublic void setSyncTimeWithHost(Boolean value)
value - allowed object is
Booleanpublic ToolsConfigInfoToolsLastInstallInfo getLastInstallInfo()
ToolsConfigInfoToolsLastInstallInfopublic void setLastInstallInfo(ToolsConfigInfoToolsLastInstallInfo value)
value - allowed object is
ToolsConfigInfoToolsLastInstallInfoCopyright © 2018. All rights reserved.