public class StorageDrsAutomationConfig extends DynamicData
Java class for StorageDrsAutomationConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsAutomationConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="spaceLoadBalanceAutomationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ioLoadBalanceAutomationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ruleEnforcementAutomationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="policyEnforcementAutomationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmEvacuationAutomationMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ioLoadBalanceAutomationMode |
protected String |
policyEnforcementAutomationMode |
protected String |
ruleEnforcementAutomationMode |
protected String |
spaceLoadBalanceAutomationMode |
protected String |
vmEvacuationAutomationMode |
| Constructor and Description |
|---|
StorageDrsAutomationConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIoLoadBalanceAutomationMode()
Gets the value of the ioLoadBalanceAutomationMode property.
|
String |
getPolicyEnforcementAutomationMode()
Gets the value of the policyEnforcementAutomationMode property.
|
String |
getRuleEnforcementAutomationMode()
Gets the value of the ruleEnforcementAutomationMode property.
|
String |
getSpaceLoadBalanceAutomationMode()
Gets the value of the spaceLoadBalanceAutomationMode property.
|
String |
getVmEvacuationAutomationMode()
Gets the value of the vmEvacuationAutomationMode property.
|
void |
setIoLoadBalanceAutomationMode(String value)
Sets the value of the ioLoadBalanceAutomationMode property.
|
void |
setPolicyEnforcementAutomationMode(String value)
Sets the value of the policyEnforcementAutomationMode property.
|
void |
setRuleEnforcementAutomationMode(String value)
Sets the value of the ruleEnforcementAutomationMode property.
|
void |
setSpaceLoadBalanceAutomationMode(String value)
Sets the value of the spaceLoadBalanceAutomationMode property.
|
void |
setVmEvacuationAutomationMode(String value)
Sets the value of the vmEvacuationAutomationMode property.
|
protected String spaceLoadBalanceAutomationMode
protected String ioLoadBalanceAutomationMode
protected String ruleEnforcementAutomationMode
protected String policyEnforcementAutomationMode
protected String vmEvacuationAutomationMode
public String getSpaceLoadBalanceAutomationMode()
Stringpublic void setSpaceLoadBalanceAutomationMode(String value)
value - allowed object is
Stringpublic String getIoLoadBalanceAutomationMode()
Stringpublic void setIoLoadBalanceAutomationMode(String value)
value - allowed object is
Stringpublic String getRuleEnforcementAutomationMode()
Stringpublic void setRuleEnforcementAutomationMode(String value)
value - allowed object is
Stringpublic String getPolicyEnforcementAutomationMode()
Stringpublic void setPolicyEnforcementAutomationMode(String value)
value - allowed object is
Stringpublic String getVmEvacuationAutomationMode()
StringCopyright © 2018. All rights reserved.