public class ClusterVmComponentProtectionSettings extends DynamicData
Java class for ClusterVmComponentProtectionSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterVmComponentProtectionSettings">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vmStorageProtectionForAPD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enableAPDTimeoutForHosts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vmTerminateDelayForAPDSec" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vmReactionOnAPDCleared" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmStorageProtectionForPDL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enableAPDTimeoutForHosts |
protected String |
vmReactionOnAPDCleared |
protected String |
vmStorageProtectionForAPD |
protected String |
vmStorageProtectionForPDL |
protected Integer |
vmTerminateDelayForAPDSec |
| Constructor and Description |
|---|
ClusterVmComponentProtectionSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVmReactionOnAPDCleared()
Gets the value of the vmReactionOnAPDCleared property.
|
String |
getVmStorageProtectionForAPD()
Gets the value of the vmStorageProtectionForAPD property.
|
String |
getVmStorageProtectionForPDL()
Gets the value of the vmStorageProtectionForPDL property.
|
Integer |
getVmTerminateDelayForAPDSec()
Gets the value of the vmTerminateDelayForAPDSec property.
|
Boolean |
isEnableAPDTimeoutForHosts()
Gets the value of the enableAPDTimeoutForHosts property.
|
void |
setEnableAPDTimeoutForHosts(Boolean value)
Sets the value of the enableAPDTimeoutForHosts property.
|
void |
setVmReactionOnAPDCleared(String value)
Sets the value of the vmReactionOnAPDCleared property.
|
void |
setVmStorageProtectionForAPD(String value)
Sets the value of the vmStorageProtectionForAPD property.
|
void |
setVmStorageProtectionForPDL(String value)
Sets the value of the vmStorageProtectionForPDL property.
|
void |
setVmTerminateDelayForAPDSec(Integer value)
Sets the value of the vmTerminateDelayForAPDSec property.
|
protected String vmStorageProtectionForAPD
protected Boolean enableAPDTimeoutForHosts
protected Integer vmTerminateDelayForAPDSec
protected String vmReactionOnAPDCleared
protected String vmStorageProtectionForPDL
public ClusterVmComponentProtectionSettings()
public String getVmStorageProtectionForAPD()
Stringpublic void setVmStorageProtectionForAPD(String value)
value - allowed object is
Stringpublic Boolean isEnableAPDTimeoutForHosts()
Booleanpublic void setEnableAPDTimeoutForHosts(Boolean value)
value - allowed object is
Booleanpublic Integer getVmTerminateDelayForAPDSec()
Integerpublic void setVmTerminateDelayForAPDSec(Integer value)
value - allowed object is
Integerpublic String getVmReactionOnAPDCleared()
Stringpublic void setVmReactionOnAPDCleared(String value)
value - allowed object is
Stringpublic String getVmStorageProtectionForPDL()
StringCopyright © 2018. All rights reserved.