public interface Pending extends Service, PendingTypes
Pending
interface provides method for listing pending minor or major
updates of vCenter Server.PendingTypes.Category, PendingTypes.Info, PendingTypes.ListResult, PendingTypes.SeverityType, PendingTypes.Summary, PendingTypes.UpdateType
_VAPI_SERVICE_ID, RESOURCE_TYPE
Modifier and Type | Method and Description |
---|---|
PendingTypes.Info |
get(java.lang.String version)
Gets detailed update information.
|
void |
get(java.lang.String version,
AsyncCallback<PendingTypes.Info> asyncCallback)
Gets detailed update information.
|
void |
get(java.lang.String version,
AsyncCallback<PendingTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Gets detailed update information.
|
PendingTypes.Info |
get(java.lang.String version,
InvocationConfig invocationConfig)
Gets detailed update information.
|
PendingTypes.ListResult |
list()
Lists all available minor and major updates.
|
void |
list(AsyncCallback<PendingTypes.ListResult> asyncCallback)
Lists all available minor and major updates.
|
void |
list(AsyncCallback<PendingTypes.ListResult> asyncCallback,
InvocationConfig invocationConfig)
Lists all available minor and major updates.
|
PendingTypes.ListResult |
list(InvocationConfig invocationConfig)
Lists all available minor and major updates.
|
PendingTypes.ListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Unauthenticated
- if the user can not be authenticated.Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.PendingTypes.ListResult list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
invocationConfig
- Configuration for the method invocation.Unauthenticated
- if the user can not be authenticated.Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.void list(AsyncCallback<PendingTypes.ListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information about the pending patch/updates for the given vCenter server
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<PendingTypes.ListResult> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Information about the pending patch/updates for the given vCenter server
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.PendingTypes.Info get(java.lang.String version)
Synchronous method overload. Result of the invocation will be reported as a method return value.
version
- A version identified the update
The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending
.Unauthenticated
- if the user can not be authenticated.NotFound
- if there is no pending update assosiated with the version
in the system.Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.PendingTypes.Info get(java.lang.String version, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
version
- A version identified the update
The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending
.invocationConfig
- Configuration for the method invocation.Unauthenticated
- if the user can not be authenticated.NotFound
- if there is no pending update assosiated with the version
in the system.Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.void get(java.lang.String version, AsyncCallback<PendingTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
A detailed information about the particular vCenter patch/update
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
NotFound
- if there is no pending update assosiated with the version
in the system.
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.
version
- A version identified the update
The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String version, AsyncCallback<PendingTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
A detailed information about the particular vCenter patch/update
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
NotFound
- if there is no pending update assosiated with the version
in the system.
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the error.
version
- A version identified the update
The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending
.asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.