public class StorageDrsPodConfigSpec extends DynamicData
Java class for StorageDrsPodConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsPodConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ioLoadBalanceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultVmBehavior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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}ClusterRuleSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="option" type="{urn:vim25}StorageDrsOptionSpec" 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<StorageDrsOptionSpec> |
option |
protected List<ClusterRuleSpec> |
rule |
protected StorageDrsSpaceLoadBalanceConfig |
spaceLoadBalanceConfig |
| Constructor and Description |
|---|
StorageDrsPodConfigSpec() |
| 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<StorageDrsOptionSpec> |
getOption()
Gets the value of the option property.
|
List<ClusterRuleSpec> |
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<ClusterRuleSpec> rule
protected List<StorageDrsOptionSpec> option
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isIoLoadBalanceEnabled()
Booleanpublic void setIoLoadBalanceEnabled(Boolean value)
value - allowed object is
Booleanpublic 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<ClusterRuleSpec> 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
ClusterRuleSpec
public List<StorageDrsOptionSpec> 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
StorageDrsOptionSpec
Copyright © 2018. All rights reserved.