public class HostVMotionConfig extends DynamicData
Java class for HostVMotionConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVMotionConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vmotionNicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
protected String |
vmotionNicKey |
| Constructor and Description |
|---|
HostVMotionConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVmotionNicKey()
Gets the value of the vmotionNicKey property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setVmotionNicKey(String value)
Sets the value of the vmotionNicKey property.
|
protected String vmotionNicKey
protected boolean enabled
public String getVmotionNicKey()
Stringpublic void setVmotionNicKey(String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
Copyright © 2018. All rights reserved.