Package | Description |
---|---|
com.vmware.appliance.update |
The
com.vmware.appliance.update package provides interfaces for updating
the software in the appliance. |
Modifier and Type | Method and Description |
---|---|
static ServiceInfo |
ServiceInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ServiceInfo |
ServiceInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ServiceInfo |
ServiceInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServiceInfo> |
PendingTypes.Info.getServicesWillBeStopped()
List of the services that will be stopped and restarted during the update
installation.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingTypes.Info.setServicesWillBeStopped(java.util.List<ServiceInfo> servicesWillBeStopped)
List of the services that will be stopped and restarted during the update
installation.
|
Constructor and Description |
---|
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 . |