public class ClusterDpmConfigInfo extends DynamicData
Java class for ClusterDpmConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDpmConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultDpmBehavior" type="{urn:vim25}DpmBehavior" minOccurs="0"/>
<element name="hostPowerActionRate" 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 DpmBehavior |
defaultDpmBehavior |
protected Boolean |
enabled |
protected Integer |
hostPowerActionRate |
protected List<OptionValue> |
option |
| Constructor and Description |
|---|
ClusterDpmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DpmBehavior |
getDefaultDpmBehavior()
Gets the value of the defaultDpmBehavior property.
|
Integer |
getHostPowerActionRate()
Gets the value of the hostPowerActionRate property.
|
List<OptionValue> |
getOption()
Gets the value of the option property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setDefaultDpmBehavior(DpmBehavior value)
Sets the value of the defaultDpmBehavior property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setHostPowerActionRate(Integer value)
Sets the value of the hostPowerActionRate property.
|
protected Boolean enabled
protected DpmBehavior defaultDpmBehavior
protected Integer hostPowerActionRate
protected List<OptionValue> option
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic DpmBehavior getDefaultDpmBehavior()
DpmBehaviorpublic void setDefaultDpmBehavior(DpmBehavior value)
value - allowed object is
DpmBehaviorpublic Integer getHostPowerActionRate()
Integerpublic void setHostPowerActionRate(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.