public class ClusterDasVmSettings extends DynamicData
Java class for ClusterDasVmSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasVmSettings">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="restartPriority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="restartPriorityTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isolationResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmToolsMonitoringSettings" type="{urn:vim25}ClusterVmToolsMonitoringSettings" minOccurs="0"/>
<element name="vmComponentProtectionSettings" type="{urn:vim25}ClusterVmComponentProtectionSettings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
isolationResponse |
protected String |
restartPriority |
protected Integer |
restartPriorityTimeout |
protected ClusterVmComponentProtectionSettings |
vmComponentProtectionSettings |
protected ClusterVmToolsMonitoringSettings |
vmToolsMonitoringSettings |
| Constructor and Description |
|---|
ClusterDasVmSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIsolationResponse()
Gets the value of the isolationResponse property.
|
String |
getRestartPriority()
Gets the value of the restartPriority property.
|
Integer |
getRestartPriorityTimeout()
Gets the value of the restartPriorityTimeout property.
|
ClusterVmComponentProtectionSettings |
getVmComponentProtectionSettings()
Gets the value of the vmComponentProtectionSettings property.
|
ClusterVmToolsMonitoringSettings |
getVmToolsMonitoringSettings()
Gets the value of the vmToolsMonitoringSettings property.
|
void |
setIsolationResponse(String value)
Sets the value of the isolationResponse property.
|
void |
setRestartPriority(String value)
Sets the value of the restartPriority property.
|
void |
setRestartPriorityTimeout(Integer value)
Sets the value of the restartPriorityTimeout property.
|
void |
setVmComponentProtectionSettings(ClusterVmComponentProtectionSettings value)
Sets the value of the vmComponentProtectionSettings property.
|
void |
setVmToolsMonitoringSettings(ClusterVmToolsMonitoringSettings value)
Sets the value of the vmToolsMonitoringSettings property.
|
protected String restartPriority
protected Integer restartPriorityTimeout
protected String isolationResponse
protected ClusterVmToolsMonitoringSettings vmToolsMonitoringSettings
protected ClusterVmComponentProtectionSettings vmComponentProtectionSettings
public String getRestartPriority()
Stringpublic void setRestartPriority(String value)
value - allowed object is
Stringpublic Integer getRestartPriorityTimeout()
Integerpublic void setRestartPriorityTimeout(Integer value)
value - allowed object is
Integerpublic String getIsolationResponse()
Stringpublic void setIsolationResponse(String value)
value - allowed object is
Stringpublic ClusterVmToolsMonitoringSettings getVmToolsMonitoringSettings()
ClusterVmToolsMonitoringSettingspublic void setVmToolsMonitoringSettings(ClusterVmToolsMonitoringSettings value)
value - allowed object is
ClusterVmToolsMonitoringSettingspublic ClusterVmComponentProtectionSettings getVmComponentProtectionSettings()
ClusterVmComponentProtectionSettingspublic void setVmComponentProtectionSettings(ClusterVmComponentProtectionSettings value)
value - allowed object is
ClusterVmComponentProtectionSettingsCopyright © 2018. All rights reserved.