public class ClusterRuleInfo extends DynamicData
Java class for ClusterRuleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterRuleInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{urn:vim25}ManagedEntityStatus" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="userCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="inCompliance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ruleUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected Boolean |
inCompliance |
protected Integer |
key |
protected Boolean |
mandatory |
protected String |
name |
protected String |
ruleUuid |
protected ManagedEntityStatus |
status |
protected Boolean |
userCreated |
| Constructor and Description |
|---|
ClusterRuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRuleUuid()
Gets the value of the ruleUuid property.
|
ManagedEntityStatus |
getStatus()
Gets the value of the status property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isInCompliance()
Gets the value of the inCompliance property.
|
Boolean |
isMandatory()
Gets the value of the mandatory property.
|
Boolean |
isUserCreated()
Gets the value of the userCreated property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setInCompliance(Boolean value)
Sets the value of the inCompliance property.
|
void |
setKey(Integer value)
Sets the value of the key property.
|
void |
setMandatory(Boolean value)
Sets the value of the mandatory property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRuleUuid(String value)
Sets the value of the ruleUuid property.
|
void |
setStatus(ManagedEntityStatus value)
Sets the value of the status property.
|
void |
setUserCreated(Boolean value)
Sets the value of the userCreated property.
|
protected Integer key
protected ManagedEntityStatus status
protected Boolean enabled
protected String name
protected Boolean mandatory
protected Boolean userCreated
protected Boolean inCompliance
protected String ruleUuid
public Integer getKey()
Integerpublic void setKey(Integer value)
value - allowed object is
Integerpublic ManagedEntityStatus getStatus()
ManagedEntityStatuspublic void setStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isMandatory()
Booleanpublic void setMandatory(Boolean value)
value - allowed object is
Booleanpublic Boolean isUserCreated()
Booleanpublic void setUserCreated(Boolean value)
value - allowed object is
Booleanpublic Boolean isInCompliance()
Booleanpublic void setInCompliance(Boolean value)
value - allowed object is
Booleanpublic String getRuleUuid()
StringCopyright © 2018. All rights reserved.