public class ClusterVmToolsMonitoringSettings extends DynamicData
Java class for ClusterVmToolsMonitoringSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterVmToolsMonitoringSettings">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vmMonitoring" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clusterSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="failureInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minUpTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxFailures" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxFailureWindow" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clusterSettings |
protected Boolean |
enabled |
protected Integer |
failureInterval |
protected Integer |
maxFailures |
protected Integer |
maxFailureWindow |
protected Integer |
minUpTime |
protected String |
vmMonitoring |
| Constructor and Description |
|---|
ClusterVmToolsMonitoringSettings() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFailureInterval()
Gets the value of the failureInterval property.
|
Integer |
getMaxFailures()
Gets the value of the maxFailures property.
|
Integer |
getMaxFailureWindow()
Gets the value of the maxFailureWindow property.
|
Integer |
getMinUpTime()
Gets the value of the minUpTime property.
|
String |
getVmMonitoring()
Gets the value of the vmMonitoring property.
|
Boolean |
isClusterSettings()
Gets the value of the clusterSettings property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setClusterSettings(Boolean value)
Sets the value of the clusterSettings property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setFailureInterval(Integer value)
Sets the value of the failureInterval property.
|
void |
setMaxFailures(Integer value)
Sets the value of the maxFailures property.
|
void |
setMaxFailureWindow(Integer value)
Sets the value of the maxFailureWindow property.
|
void |
setMinUpTime(Integer value)
Sets the value of the minUpTime property.
|
void |
setVmMonitoring(String value)
Sets the value of the vmMonitoring property.
|
protected Boolean enabled
protected String vmMonitoring
protected Boolean clusterSettings
protected Integer failureInterval
protected Integer minUpTime
protected Integer maxFailures
protected Integer maxFailureWindow
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getVmMonitoring()
Stringpublic void setVmMonitoring(String value)
value - allowed object is
Stringpublic Boolean isClusterSettings()
Booleanpublic void setClusterSettings(Boolean value)
value - allowed object is
Booleanpublic Integer getFailureInterval()
Integerpublic void setFailureInterval(Integer value)
value - allowed object is
Integerpublic Integer getMinUpTime()
Integerpublic void setMinUpTime(Integer value)
value - allowed object is
Integerpublic Integer getMaxFailures()
Integerpublic void setMaxFailures(Integer value)
value - allowed object is
Integerpublic Integer getMaxFailureWindow()
IntegerCopyright © 2018. All rights reserved.