public class HostCnxFailedAlreadyManagedEvent extends HostEvent
Java class for HostCnxFailedAlreadyManagedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCnxFailedAlreadyManagedEvent">
<complexContent>
<extension base="{urn:vim25}HostEvent">
<sequence>
<element name="serverName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serverName |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
HostCnxFailedAlreadyManagedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerName()
Gets the value of the serverName property.
|
void |
setServerName(String value)
Sets the value of the serverName 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, setVmprotected String serverName
Copyright © 2018. All rights reserved.