public class ClusterDpmHostConfigInfo extends DynamicData
Java class for ClusterDpmHostConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDpmHostConfigInfo">
<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}DpmBehavior" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DpmBehavior |
behavior |
protected Boolean |
enabled |
protected ManagedObjectReference |
key |
| Constructor and Description |
|---|
ClusterDpmHostConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DpmBehavior |
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(DpmBehavior 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 DpmBehavior 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 DpmBehavior getBehavior()
DpmBehaviorpublic void setBehavior(DpmBehavior value)
value - allowed object is
DpmBehaviorCopyright © 2018. All rights reserved.