Package | Description |
---|---|
com.vmware.appliance.update |
The
com.vmware.appliance.update package provides interfaces for updating
the software in the appliance. |
Modifier and Type | Field and Description |
---|---|
static CommonInfo.Severity |
CommonInfo.Severity.CRITICAL
Vulnerabilities that can be exploited by an unauthenticated attacker from the
Internet or those that break the guest/host Operating System isolation.
|
static CommonInfo.Severity |
CommonInfo.Severity.IMPORTANT
Vulnerabilities that are not rated critical but whose exploitation results in
the complete compromise of confidentiality and/or integrity of user data and/or
processing resources through user assistance or by authenticated attackers.
|
static CommonInfo.Severity |
CommonInfo.Severity.LOW
All other issues that have a security impact.
|
static CommonInfo.Severity |
CommonInfo.Severity.MODERATE
Vulnerabilities where the ability to exploit is mitigated to a significant
degree by configuration or difficulty of exploitation, but in certain deployment
scenarios could still lead to the compromise of confidentiality, integrity, or
availability of user data and/or processing resources.
|
Modifier and Type | Method and Description |
---|---|
CommonInfo.Severity |
CommonInfo.getSeverity()
Update severity.
|
CommonInfo.Severity |
PendingTypes.Info.getSeverity()
Update severity.
|
CommonInfo.Severity |
PendingTypes.UpgradeableComponent.getSeverity()
Update severity.
|
CommonInfo.Severity |
StagedTypes.Info.getSeverity()
Update severity.
|
CommonInfo.Severity |
Summary.getSeverity()
Update severity.
|
static CommonInfo.Severity |
CommonInfo.Severity.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static CommonInfo.Severity[] |
CommonInfo.Severity.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonInfo.setSeverity(CommonInfo.Severity severity)
Update severity.
|
void |
PendingTypes.Info.setSeverity(CommonInfo.Severity severity)
Update severity.
|
void |
PendingTypes.UpgradeableComponent.setSeverity(CommonInfo.Severity severity)
Update severity.
|
void |
StagedTypes.Info.setSeverity(CommonInfo.Severity severity)
Update severity.
|
void |
Summary.setSeverity(CommonInfo.Severity severity)
Update severity.
|
Constructor and Description |
---|
Builder(boolean stagingComplete,
java.lang.String version,
java.lang.String name,
LocalizableMessage description,
CommonInfo.Priority priority,
CommonInfo.Severity severity,
CommonInfo.Category updateType,
java.util.Calendar releaseDate,
boolean rebootRequired,
long size)
Constructor with parameters for the required properties of
StagedTypes.Info . |
Builder(LocalizableMessage description,
CommonInfo.Priority priority,
CommonInfo.Severity severity,
CommonInfo.Category updateType,
java.util.Calendar releaseDate,
boolean rebootRequired,
long size)
Constructor with parameters for the required properties of
CommonInfo . |
Builder(java.lang.String name,
java.util.List<LocalizableMessage> contents,
java.util.List<ServiceInfo> servicesWillBeStopped,
java.util.List<LocalizableMessage> eulas,
boolean staged,
java.net.URI knowledgeBase,
LocalizableMessage description,
CommonInfo.Priority priority,
CommonInfo.Severity severity,
CommonInfo.Category updateType,
java.util.Calendar releaseDate,
boolean rebootRequired,
long size)
Constructor with parameters for the required properties of
PendingTypes.Info . |
Builder(java.lang.String component,
java.util.List<java.lang.String> affectedServices,
java.lang.String version,
java.lang.String name,
LocalizableMessage description,
CommonInfo.Priority priority,
CommonInfo.Severity severity,
CommonInfo.Category updateType,
java.util.Calendar releaseDate,
boolean rebootRequired,
long size)
Constructor with parameters for the required properties of
PendingTypes.UpgradeableComponent . |
Builder(java.lang.String version,
java.lang.String name,
LocalizableMessage description,
CommonInfo.Priority priority,
CommonInfo.Severity severity,
CommonInfo.Category updateType,
java.util.Calendar releaseDate,
boolean rebootRequired,
long size)
Constructor with parameters for the required properties of
Summary . |