public class ClusterRuleSpec extends ArrayUpdateSpec
Java class for ClusterRuleSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterRuleSpec">
<complexContent>
<extension base="{urn:vim25}ArrayUpdateSpec">
<sequence>
<element name="info" type="{urn:vim25}ClusterRuleInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterRuleInfo |
info |
operation, removeKey| Constructor and Description |
|---|
ClusterRuleSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterRuleInfo |
getInfo()
Gets the value of the info property.
|
void |
setInfo(ClusterRuleInfo value)
Sets the value of the info property.
|
getOperation, getRemoveKey, setOperation, setRemoveKeyprotected ClusterRuleInfo info
public ClusterRuleInfo getInfo()
ClusterRuleInfopublic void setInfo(ClusterRuleInfo value)
value - allowed object is
ClusterRuleInfoCopyright © 2018. All rights reserved.