public class StorageDrsVmConfigInfo extends DynamicData
Java class for StorageDrsVmConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsVmConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<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="intraVmAffinity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="intraVmAntiAffinity" type="{urn:vim25}VirtualDiskAntiAffinityRuleSpec" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
behavior |
protected Boolean |
enabled |
protected Boolean |
intraVmAffinity |
protected VirtualDiskAntiAffinityRuleSpec |
intraVmAntiAffinity |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
StorageDrsVmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBehavior()
Gets the value of the behavior property.
|
VirtualDiskAntiAffinityRuleSpec |
getIntraVmAntiAffinity()
Gets the value of the intraVmAntiAffinity property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isIntraVmAffinity()
Gets the value of the intraVmAffinity property.
|
void |
setBehavior(String value)
Sets the value of the behavior property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setIntraVmAffinity(Boolean value)
Sets the value of the intraVmAffinity property.
|
void |
setIntraVmAntiAffinity(VirtualDiskAntiAffinityRuleSpec value)
Sets the value of the intraVmAntiAffinity property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected Boolean enabled
protected String behavior
protected Boolean intraVmAffinity
protected VirtualDiskAntiAffinityRuleSpec intraVmAntiAffinity
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getBehavior()
Stringpublic void setBehavior(String value)
value - allowed object is
Stringpublic Boolean isIntraVmAffinity()
Booleanpublic void setIntraVmAffinity(Boolean value)
value - allowed object is
Booleanpublic VirtualDiskAntiAffinityRuleSpec getIntraVmAntiAffinity()
VirtualDiskAntiAffinityRuleSpecpublic void setIntraVmAntiAffinity(VirtualDiskAntiAffinityRuleSpec value)
value - allowed object is
VirtualDiskAntiAffinityRuleSpecCopyright © 2018. All rights reserved.