Package com.vmware.vim25
Class ClusterVmToolsMonitoringSettings
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ClusterVmToolsMonitoringSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClusterSettings(Boolean clusterSettings) voidsetEnabled(Boolean enabled) voidsetFailureInterval(Integer failureInterval) voidsetMaxFailures(Integer maxFailures) voidsetMaxFailureWindow(Integer maxFailureWindow) voidsetMinUpTime(Integer minUpTime) voidsetVmMonitoring(String vmMonitoring) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
enabled
-
vmMonitoring
-
clusterSettings
-
failureInterval
-
minUpTime
-
maxFailures
-
maxFailureWindow
-
-
Constructor Details
-
ClusterVmToolsMonitoringSettings
public ClusterVmToolsMonitoringSettings()
-
-
Method Details
-
getEnabled
-
getVmMonitoring
-
getClusterSettings
-
getFailureInterval
-
getMinUpTime
-
getMaxFailures
-
getMaxFailureWindow
-
setEnabled
-
setVmMonitoring
-
setClusterSettings
-
setFailureInterval
-
setMinUpTime
-
setMaxFailures
-
setMaxFailureWindow
-