public class HostVMotionInfo extends DynamicData
Java class for HostVMotionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVMotionInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="netConfig" type="{urn:vim25}HostVMotionNetConfig" minOccurs="0"/>
<element name="ipConfig" type="{urn:vim25}HostIpConfig" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostIpConfig |
ipConfig |
protected HostVMotionNetConfig |
netConfig |
| Constructor and Description |
|---|
HostVMotionInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostIpConfig |
getIpConfig()
Gets the value of the ipConfig property.
|
HostVMotionNetConfig |
getNetConfig()
Gets the value of the netConfig property.
|
void |
setIpConfig(HostIpConfig value)
Sets the value of the ipConfig property.
|
void |
setNetConfig(HostVMotionNetConfig value)
Sets the value of the netConfig property.
|
protected HostVMotionNetConfig netConfig
protected HostIpConfig ipConfig
public HostVMotionNetConfig getNetConfig()
HostVMotionNetConfigpublic void setNetConfig(HostVMotionNetConfig value)
value - allowed object is
HostVMotionNetConfigpublic HostIpConfig getIpConfig()
HostIpConfigpublic void setIpConfig(HostIpConfig value)
value - allowed object is
HostIpConfigCopyright © 2018. All rights reserved.