public class SoftwarePackageCapability extends DynamicData
Java class for SoftwarePackageCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoftwarePackageCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="liveInstallAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="liveRemoveAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="statelessReady" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="overlay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
liveInstallAllowed |
protected Boolean |
liveRemoveAllowed |
protected Boolean |
overlay |
protected Boolean |
statelessReady |
| Constructor and Description |
|---|
SoftwarePackageCapability() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isLiveInstallAllowed()
Gets the value of the liveInstallAllowed property.
|
Boolean |
isLiveRemoveAllowed()
Gets the value of the liveRemoveAllowed property.
|
Boolean |
isOverlay()
Gets the value of the overlay property.
|
Boolean |
isStatelessReady()
Gets the value of the statelessReady property.
|
void |
setLiveInstallAllowed(Boolean value)
Sets the value of the liveInstallAllowed property.
|
void |
setLiveRemoveAllowed(Boolean value)
Sets the value of the liveRemoveAllowed property.
|
void |
setOverlay(Boolean value)
Sets the value of the overlay property.
|
void |
setStatelessReady(Boolean value)
Sets the value of the statelessReady property.
|
protected Boolean liveInstallAllowed
protected Boolean liveRemoveAllowed
protected Boolean statelessReady
protected Boolean overlay
public Boolean isLiveInstallAllowed()
Booleanpublic void setLiveInstallAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isLiveRemoveAllowed()
Booleanpublic void setLiveRemoveAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isStatelessReady()
Booleanpublic void setStatelessReady(Boolean value)
value - allowed object is
Booleanpublic Boolean isOverlay()
BooleanCopyright © 2018. All rights reserved.