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