public class FencingPolicy extends Object
Java class for FencingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FencingPolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{}skip_if_sd_active" minOccurs="0"/>
<element ref="{}skip_if_connectivity_broken" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FencingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
SkipIfConnectivityBroken |
getSkipIfConnectivityBroken()
Gets the value of the skipIfConnectivityBroken property.
|
SkipIfSDActive |
getSkipIfSdActive()
Gets the value of the skipIfSdActive property.
|
boolean |
isSetEnabled() |
boolean |
isSetSkipIfConnectivityBroken() |
boolean |
isSetSkipIfSdActive() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setSkipIfConnectivityBroken(SkipIfConnectivityBroken value)
Sets the value of the skipIfConnectivityBroken property.
|
void |
setSkipIfSdActive(SkipIfSDActive value)
Sets the value of the skipIfSdActive property.
|
public Boolean getEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public SkipIfSDActive getSkipIfSdActive()
SkipIfSDActivepublic void setSkipIfSdActive(SkipIfSDActive value)
value - allowed object is
SkipIfSDActivepublic boolean isSetSkipIfSdActive()
public SkipIfConnectivityBroken getSkipIfConnectivityBroken()
SkipIfConnectivityBrokenpublic void setSkipIfConnectivityBroken(SkipIfConnectivityBroken value)
value - allowed object is
SkipIfConnectivityBrokenpublic boolean isSetSkipIfConnectivityBroken()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0