public class ClusterDrsRecommendation extends DynamicData
Java class for ClusterDrsRecommendation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDrsRecommendation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rating" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reasonText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="migrationList" type="{urn:vim25}ClusterDrsMigration" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected List<ClusterDrsMigration> |
migrationList |
protected int |
rating |
protected String |
reason |
protected String |
reasonText |
| Constructor and Description |
|---|
ClusterDrsRecommendation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
List<ClusterDrsMigration> |
getMigrationList()
Gets the value of the migrationList property.
|
int |
getRating()
Gets the value of the rating property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getReasonText()
Gets the value of the reasonText property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setRating(int value)
Sets the value of the rating property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setReasonText(String value)
Sets the value of the reasonText property.
|
protected String key
protected int rating
protected String reason
protected String reasonText
protected List<ClusterDrsMigration> migrationList
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic int getRating()
public void setRating(int value)
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic String getReasonText()
Stringpublic void setReasonText(String value)
value - allowed object is
Stringpublic List<ClusterDrsMigration> getMigrationList()
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 migrationList property.
For example, to add a new item, do as follows:
getMigrationList().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDrsMigration
Copyright © 2018. All rights reserved.