public class ClusterDrsVmConfigInfo extends DynamicData
Java class for ClusterDrsVmConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDrsVmConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="behavior" type="{urn:vim25}DrsBehavior" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DrsBehavior |
behavior |
protected Boolean |
enabled |
protected ManagedObjectReference |
key |
| Constructor and Description |
|---|
ClusterDrsVmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DrsBehavior |
getBehavior()
Gets the value of the behavior property.
|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setBehavior(DrsBehavior value)
Sets the value of the behavior property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
protected ManagedObjectReference key
protected Boolean enabled
protected DrsBehavior behavior
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic DrsBehavior getBehavior()
DrsBehaviorpublic void setBehavior(DrsBehavior value)
value - allowed object is
DrsBehaviorCopyright © 2018. All rights reserved.