public class ClusterDrsConfigInfo extends DynamicData
Java class for ClusterDrsConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDrsConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="enableVmBehaviorOverrides" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultVmBehavior" type="{urn:vim25}DrsBehavior" minOccurs="0"/>
<element name="vmotionRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="option" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DrsBehavior |
defaultVmBehavior |
protected Boolean |
enabled |
protected Boolean |
enableVmBehaviorOverrides |
protected List<OptionValue> |
option |
protected Integer |
vmotionRate |
| Constructor and Description |
|---|
ClusterDrsConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DrsBehavior |
getDefaultVmBehavior()
Gets the value of the defaultVmBehavior property.
|
List<OptionValue> |
getOption()
Gets the value of the option property.
|
Integer |
getVmotionRate()
Gets the value of the vmotionRate property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isEnableVmBehaviorOverrides()
Gets the value of the enableVmBehaviorOverrides property.
|
void |
setDefaultVmBehavior(DrsBehavior value)
Sets the value of the defaultVmBehavior property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setEnableVmBehaviorOverrides(Boolean value)
Sets the value of the enableVmBehaviorOverrides property.
|
void |
setVmotionRate(Integer value)
Sets the value of the vmotionRate property.
|
protected Boolean enabled
protected Boolean enableVmBehaviorOverrides
protected DrsBehavior defaultVmBehavior
protected Integer vmotionRate
protected List<OptionValue> option
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnableVmBehaviorOverrides()
Booleanpublic void setEnableVmBehaviorOverrides(Boolean value)
value - allowed object is
Booleanpublic DrsBehavior getDefaultVmBehavior()
DrsBehaviorpublic void setDefaultVmBehavior(DrsBehavior value)
value - allowed object is
DrsBehaviorpublic Integer getVmotionRate()
Integerpublic void setVmotionRate(Integer value)
value - allowed object is
Integerpublic List<OptionValue> getOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
OptionValue
Copyright © 2018. All rights reserved.