Class ClusterDpmConfigInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ClusterDpmConfigInfo
All Implemented Interfaces:
Serializable

public class ClusterDpmConfigInfo extends DynamicData
See Also:
  • Field Details

    • enabled

      public Boolean enabled
    • defaultDpmBehavior

      public DpmBehavior defaultDpmBehavior
    • hostPowerActionRate

      public Integer hostPowerActionRate
    • option

      public OptionValue[] option
  • Constructor Details

    • ClusterDpmConfigInfo

      public ClusterDpmConfigInfo()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • getDefaultDpmBehavior

      public DpmBehavior getDefaultDpmBehavior()
    • getHostPowerActionRate

      public Integer getHostPowerActionRate()
    • getOption

      public OptionValue[] getOption()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setDefaultDpmBehavior

      public void setDefaultDpmBehavior(DpmBehavior defaultDpmBehavior)
    • setHostPowerActionRate

      public void setHostPowerActionRate(Integer hostPowerActionRate)
    • setOption

      public void setOption(OptionValue[] option)