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 Summary |
Summary._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 Summary |
Summary._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Summary |
Summary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Summary> |
Pending.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions)
Checks if there are any eligible updates.
|
java.util.List<Summary> |
PendingStub.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions) |
java.util.List<Summary> |
Pending.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks if there are any eligible updates.
|
java.util.List<Summary> |
PendingStub.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Pending.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Summary>> asyncCallback)
Checks if there are any eligible updates.
|
void |
PendingStub.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Summary>> asyncCallback) |
void |
Pending.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Summary>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks if there are any eligible updates.
|
void |
PendingStub.list(PendingTypes.SourceType sourceType,
java.lang.String url,
java.lang.Boolean enableListMajorUpgradeVersions,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Summary>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |