public class ClusterInfraUpdateHaConfigInfo extends DynamicData
Java class for ClusterInfraUpdateHaConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterInfraUpdateHaConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="behavior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moderateRemediation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="severeRemediation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="providers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
behavior |
protected Boolean |
enabled |
protected String |
moderateRemediation |
protected List<String> |
providers |
protected String |
severeRemediation |
| Constructor and Description |
|---|
ClusterInfraUpdateHaConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBehavior()
Gets the value of the behavior property.
|
String |
getModerateRemediation()
Gets the value of the moderateRemediation property.
|
List<String> |
getProviders()
Gets the value of the providers property.
|
String |
getSevereRemediation()
Gets the value of the severeRemediation property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setBehavior(String value)
Sets the value of the behavior property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setModerateRemediation(String value)
Sets the value of the moderateRemediation property.
|
void |
setSevereRemediation(String value)
Sets the value of the severeRemediation property.
|
protected Boolean enabled
protected String behavior
protected String moderateRemediation
protected String severeRemediation
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getBehavior()
Stringpublic void setBehavior(String value)
value - allowed object is
Stringpublic String getModerateRemediation()
Stringpublic void setModerateRemediation(String value)
value - allowed object is
Stringpublic String getSevereRemediation()
Stringpublic void setSevereRemediation(String value)
value - allowed object is
Stringpublic List<String> getProviders()
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 providers property.
For example, to add a new item, do as follows:
getProviders().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.