public class ClusterDpmConfigInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
DpmBehavior |
defaultDpmBehavior |
Boolean |
enabled |
Integer |
hostPowerActionRate |
OptionValue[] |
option |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ClusterDpmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DpmBehavior |
getDefaultDpmBehavior() |
Boolean |
getEnabled() |
Integer |
getHostPowerActionRate() |
OptionValue[] |
getOption() |
void |
setDefaultDpmBehavior(DpmBehavior defaultDpmBehavior) |
void |
setEnabled(Boolean enabled) |
void |
setHostPowerActionRate(Integer hostPowerActionRate) |
void |
setOption(OptionValue[] option) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Boolean enabled
public DpmBehavior defaultDpmBehavior
public Integer hostPowerActionRate
public OptionValue[] option
public Boolean getEnabled()
public DpmBehavior getDefaultDpmBehavior()
public Integer getHostPowerActionRate()
public OptionValue[] getOption()
public void setEnabled(Boolean enabled)
public void setDefaultDpmBehavior(DpmBehavior defaultDpmBehavior)
public void setHostPowerActionRate(Integer hostPowerActionRate)
public void setOption(OptionValue[] option)
Copyright © 2011-2012. All Rights Reserved.