public class DVSPolicy extends DynamicData
Java class for DVSPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSPolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="autoPreInstallAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="autoUpgradeAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="partialUpgradeAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoPreInstallAllowed |
protected Boolean |
autoUpgradeAllowed |
protected Boolean |
partialUpgradeAllowed |
| Constructor and Description |
|---|
DVSPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAutoPreInstallAllowed()
Gets the value of the autoPreInstallAllowed property.
|
Boolean |
isAutoUpgradeAllowed()
Gets the value of the autoUpgradeAllowed property.
|
Boolean |
isPartialUpgradeAllowed()
Gets the value of the partialUpgradeAllowed property.
|
void |
setAutoPreInstallAllowed(Boolean value)
Sets the value of the autoPreInstallAllowed property.
|
void |
setAutoUpgradeAllowed(Boolean value)
Sets the value of the autoUpgradeAllowed property.
|
void |
setPartialUpgradeAllowed(Boolean value)
Sets the value of the partialUpgradeAllowed property.
|
protected Boolean autoPreInstallAllowed
protected Boolean autoUpgradeAllowed
protected Boolean partialUpgradeAllowed
public Boolean isAutoPreInstallAllowed()
Booleanpublic void setAutoPreInstallAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isAutoUpgradeAllowed()
Booleanpublic void setAutoUpgradeAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isPartialUpgradeAllowed()
BooleanCopyright © 2018. All rights reserved.