public interface Pending extends com.vmware.vapi.bindings.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,
com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.Info> asyncCallback)
Gets detailed update information.
|
void |
get(java.lang.String version,
com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets detailed update information.
|
PendingTypes.Info |
get(java.lang.String version,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets detailed update information.
|
PendingTypes.ListResult |
list()
Lists all available minor and major updates.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.ListResult> asyncCallback)
Lists all available minor and major updates.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.ListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Lists all available minor and major updates.
|
PendingTypes.ListResult |
list(com.vmware.vapi.bindings.client.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.Unauthorized
- if you do not have all of the privileges described as follows: VcLifecycle.View
. PendingTypes.ListResult list(com.vmware.vapi.bindings.client.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.Unauthorized
- if you do not have all of the privileges described as follows: VcLifecycle.View
. void list(com.vmware.vapi.bindings.client.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.
Unauthorized
- if you do not have all of the privileges described as follows:
VcLifecycle.View
. asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.ListResult> asyncCallback, com.vmware.vapi.bindings.client.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.
Unauthorized
- if you do not have all of the privileges described as follows:
VcLifecycle.View
. 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.Unauthorized
- if you do not have all of the privileges described as follows: VcLifecycle.View
. PendingTypes.Info get(java.lang.String version, com.vmware.vapi.bindings.client.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.Unauthorized
- if you do not have all of the privileges described as follows: VcLifecycle.View
. void get(java.lang.String version, com.vmware.vapi.bindings.client.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.
Unauthorized
- if you do not have all of the privileges described as follows:
VcLifecycle.View
. 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, com.vmware.vapi.bindings.client.AsyncCallback<PendingTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.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.
Unauthorized
- if you do not have all of the privileges described as follows:
VcLifecycle.View
. 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.