public class StorageDrsPodConfigInfo extends DynamicData
Java class for StorageDrsPodConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsPodConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ioLoadBalanceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="defaultVmBehavior" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="loadBalanceInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="defaultIntraVmAffinity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="spaceLoadBalanceConfig" type="{urn:vim25}StorageDrsSpaceLoadBalanceConfig" minOccurs="0"/>
<element name="ioLoadBalanceConfig" type="{urn:vim25}StorageDrsIoLoadBalanceConfig" minOccurs="0"/>
<element name="automationOverrides" type="{urn:vim25}StorageDrsAutomationConfig" minOccurs="0"/>
<element name="rule" type="{urn:vim25}ClusterRuleInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="option" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StorageDrsAutomationConfig |
automationOverrides |
protected Boolean |
defaultIntraVmAffinity |
protected String |
defaultVmBehavior |
protected boolean |
enabled |
protected StorageDrsIoLoadBalanceConfig |
ioLoadBalanceConfig |
protected boolean |
ioLoadBalanceEnabled |
protected Integer |
loadBalanceInterval |
protected List<OptionValue> |
option |
protected List<ClusterRuleInfo> |
rule |
protected StorageDrsSpaceLoadBalanceConfig |
spaceLoadBalanceConfig |
| Constructor and Description |
|---|
StorageDrsPodConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
StorageDrsAutomationConfig |
getAutomationOverrides()
Gets the value of the automationOverrides property.
|
String |
getDefaultVmBehavior()
Gets the value of the defaultVmBehavior property.
|
StorageDrsIoLoadBalanceConfig |
getIoLoadBalanceConfig()
Gets the value of the ioLoadBalanceConfig property.
|
Integer |
getLoadBalanceInterval()
Gets the value of the loadBalanceInterval property.
|
List<OptionValue> |
getOption()
Gets the value of the option property.
|
List<ClusterRuleInfo> |
getRule()
Gets the value of the rule property.
|
StorageDrsSpaceLoadBalanceConfig |
getSpaceLoadBalanceConfig()
Gets the value of the spaceLoadBalanceConfig property.
|
Boolean |
isDefaultIntraVmAffinity()
Gets the value of the defaultIntraVmAffinity property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isIoLoadBalanceEnabled()
Gets the value of the ioLoadBalanceEnabled property.
|
void |
setAutomationOverrides(StorageDrsAutomationConfig value)
Sets the value of the automationOverrides property.
|
void |
setDefaultIntraVmAffinity(Boolean value)
Sets the value of the defaultIntraVmAffinity property.
|
void |
setDefaultVmBehavior(String value)
Sets the value of the defaultVmBehavior property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setIoLoadBalanceConfig(StorageDrsIoLoadBalanceConfig value)
Sets the value of the ioLoadBalanceConfig property.
|
void |
setIoLoadBalanceEnabled(boolean value)
Sets the value of the ioLoadBalanceEnabled property.
|
void |
setLoadBalanceInterval(Integer value)
Sets the value of the loadBalanceInterval property.
|
void |
setSpaceLoadBalanceConfig(StorageDrsSpaceLoadBalanceConfig value)
Sets the value of the spaceLoadBalanceConfig property.
|
protected boolean enabled
protected boolean ioLoadBalanceEnabled
protected String defaultVmBehavior
protected Integer loadBalanceInterval
protected Boolean defaultIntraVmAffinity
protected StorageDrsSpaceLoadBalanceConfig spaceLoadBalanceConfig
protected StorageDrsIoLoadBalanceConfig ioLoadBalanceConfig
protected StorageDrsAutomationConfig automationOverrides
protected List<ClusterRuleInfo> rule
protected List<OptionValue> option
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isIoLoadBalanceEnabled()
public void setIoLoadBalanceEnabled(boolean value)
public String getDefaultVmBehavior()
Stringpublic void setDefaultVmBehavior(String value)
value - allowed object is
Stringpublic Integer getLoadBalanceInterval()
Integerpublic void setLoadBalanceInterval(Integer value)
value - allowed object is
Integerpublic Boolean isDefaultIntraVmAffinity()
Booleanpublic void setDefaultIntraVmAffinity(Boolean value)
value - allowed object is
Booleanpublic StorageDrsSpaceLoadBalanceConfig getSpaceLoadBalanceConfig()
StorageDrsSpaceLoadBalanceConfigpublic void setSpaceLoadBalanceConfig(StorageDrsSpaceLoadBalanceConfig value)
value - allowed object is
StorageDrsSpaceLoadBalanceConfigpublic StorageDrsIoLoadBalanceConfig getIoLoadBalanceConfig()
StorageDrsIoLoadBalanceConfigpublic void setIoLoadBalanceConfig(StorageDrsIoLoadBalanceConfig value)
value - allowed object is
StorageDrsIoLoadBalanceConfigpublic StorageDrsAutomationConfig getAutomationOverrides()
StorageDrsAutomationConfigpublic void setAutomationOverrides(StorageDrsAutomationConfig value)
value - allowed object is
StorageDrsAutomationConfigpublic List<ClusterRuleInfo> getRule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRuleInfo
public List<OptionValue> getOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
OptionValue
Copyright © 2018. All rights reserved.