public class CustomizationSysprepFailed extends CustomizationFailed
Java class for CustomizationSysprepFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationSysprepFailed">
<complexContent>
<extension base="{urn:vim25}CustomizationFailed">
<sequence>
<element name="sysprepVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="systemVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sysprepVersion |
protected String |
systemVersion |
logLocationchainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
CustomizationSysprepFailed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSysprepVersion()
Gets the value of the sysprepVersion property.
|
String |
getSystemVersion()
Gets the value of the systemVersion property.
|
void |
setSysprepVersion(String value)
Sets the value of the sysprepVersion property.
|
void |
setSystemVersion(String value)
Sets the value of the systemVersion property.
|
getLogLocation, setLogLocationisTemplate, setTemplategetChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected String sysprepVersion
protected String systemVersion
public String getSysprepVersion()
Stringpublic void setSysprepVersion(String value)
value - allowed object is
Stringpublic String getSystemVersion()
StringCopyright © 2018. All rights reserved.