public class RecoveryEvent extends DvsEvent
Java class for RecoveryEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecoveryEvent">
<complexContent>
<extension base="{urn:vim25}DvsEvent">
<sequence>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dvsUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vnic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dvsUuid |
protected String |
hostName |
protected String |
portKey |
protected String |
vnic |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
RecoveryEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDvsUuid()
Gets the value of the dvsUuid property.
|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getPortKey()
Gets the value of the portKey property.
|
String |
getVnic()
Gets the value of the vnic property.
|
void |
setDvsUuid(String value)
Sets the value of the dvsUuid property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setPortKey(String value)
Sets the value of the portKey property.
|
void |
setVnic(String value)
Sets the value of the vnic 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 hostName
protected String portKey
protected String dvsUuid
protected String vnic
public String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getPortKey()
Stringpublic void setPortKey(String value)
value - allowed object is
Stringpublic String getDvsUuid()
Stringpublic void setDvsUuid(String value)
value - allowed object is
Stringpublic String getVnic()
StringCopyright © 2018. All rights reserved.