public class DVSHealthCheckConfig extends DynamicData
Java class for DVSHealthCheckConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSHealthCheckConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enable |
protected Integer |
interval |
| Constructor and Description |
|---|
DVSHealthCheckConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInterval()
Gets the value of the interval property.
|
Boolean |
isEnable()
Gets the value of the enable property.
|
void |
setEnable(Boolean value)
Sets the value of the enable property.
|
void |
setInterval(Integer value)
Sets the value of the interval property.
|
public Boolean isEnable()
Booleanpublic void setEnable(Boolean value)
value - allowed object is
Booleanpublic Integer getInterval()
IntegerCopyright © 2018. All rights reserved.