public interface RecentTasks extends Service, RecentTasksTypes
RecentTasks interface provides methods to get the most recent
configuration-related tasks. This interface was added in vSphere API 8.0.1.0.RecentTasksTypes.DraftTasks, RecentTasksTypes.Info_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
RecentTasksTypes.Info |
get(java.lang.String cluster)
This API returns the IDs of the configuration tasks most recently executed on
this cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<RecentTasksTypes.Info> asyncCallback)
This API returns the IDs of the configuration tasks most recently executed on
this cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<RecentTasksTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
This API returns the IDs of the configuration tasks most recently executed on
this cluster.
|
RecentTasksTypes.Info |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
This API returns the IDs of the configuration tasks most recently executed on
this cluster.
|
RecentTasksTypes.Info get(java.lang.String cluster)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.NotFound - If there is no cluster associated with cluster in the system.ServiceUnavailable - If the service is not available.Unauthenticated - If the caller is not authenticated.Unauthorized - if the caller does not have the necessary privileges to perform the request.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.ClusterConfiguration.View. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.ClusterConfiguration.View. RecentTasksTypes.Info get(java.lang.String cluster, 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.
cluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.invocationConfig - Configuration for the method invocation.Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.NotFound - If there is no cluster associated with cluster in the system.ServiceUnavailable - If the service is not available.Unauthenticated - If the caller is not authenticated.Unauthorized - if the caller does not have the necessary privileges to perform the request.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.ClusterConfiguration.View. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.ClusterConfiguration.View. void get(java.lang.String cluster,
AsyncCallback<RecentTasksTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
A structure containing the most recent executions of draft- related tasks.
Operation Errors:
Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.
NotFound - If there is no cluster associated with cluster in the system.
ServiceUnavailable - If the service is not available.
Unauthenticated - If the caller is not authenticated.
Unauthorized - if the caller does not have the necessary privileges to perform the request.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.ClusterConfiguration.View. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.ClusterConfiguration.View. cluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String cluster,
AsyncCallback<RecentTasksTypes.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 structure containing the most recent executions of draft- related tasks.
Operation Errors:
Error - If there is unknown internal error. The accompanying error message will give
more details about the failure.
NotFound - If there is no cluster associated with cluster in the system.
ServiceUnavailable - If the service is not available.
Unauthenticated - If the caller is not authenticated.
Unauthorized - if the caller does not have the necessary privileges to perform the request.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.ClusterConfiguration.View. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.ClusterConfiguration.View. cluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.