public class ClusterDasHostRecommendation extends DynamicData
Java class for ClusterDasHostRecommendation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasHostRecommendation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="drsRating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
drsRating |
protected ManagedObjectReference |
host |
| Constructor and Description |
|---|
ClusterDasHostRecommendation() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDrsRating()
Gets the value of the drsRating property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
void |
setDrsRating(Integer value)
Sets the value of the drsRating property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
protected ManagedObjectReference host
protected Integer drsRating
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Integer getDrsRating()
IntegerCopyright © 2018. All rights reserved.