SoftwarePackageCapability

SoftwarePackageCapability
SoftwarePackageCapability
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "liveInstallAllowed": false,
    "liveRemoveAllowed": false,
    "statelessReady": false,
    "overlay": false
}
boolean
liveInstallAllowed
Optional

True if live installs of this VIB are supported.

boolean
liveRemoveAllowed
Optional

True if live removals of this VIB are supported.

boolean
statelessReady
Optional

True if the package supports host profiles or other technologies that make it suitable for use in conjunction with vSphere Auto Deploy.

boolean
overlay
Optional

True if this vib will supplant files from another package at runtime.

When False this prevents two packages from installing the same file.