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