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