public interface CompatibilityData extends Service, CompatibilityDataTypes
CompatibilityDataTypes._VAPI_OPERATIONS, CompatibilityDataTypes.Status
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
CompatibilityDataTypes.Status |
get()
Provides information about the compatibility data located on the vCenter
Appliance.
|
void |
get(AsyncCallback<CompatibilityDataTypes.Status> asyncCallback)
Provides information about the compatibility data located on the vCenter
Appliance.
|
void |
get(AsyncCallback<CompatibilityDataTypes.Status> asyncCallback,
InvocationConfig invocationConfig)
Provides information about the compatibility data located on the vCenter
Appliance.
|
CompatibilityDataTypes.Status |
get(InvocationConfig invocationConfig)
Provides information about the compatibility data located on the vCenter
Appliance.
|
java.lang.String |
update_Task()
Replaces the local compatibility data with the latest version found from VMware
official source.
|
void |
update_Task(AsyncCallback<java.lang.String> asyncCallback)
Replaces the local compatibility data with the latest version found from VMware
official source.
|
void |
update_Task(AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Replaces the local compatibility data with the latest version found from VMware
official source.
|
java.lang.String |
update_Task(InvocationConfig invocationConfig)
Replaces the local compatibility data with the latest version found from VMware
official source.
|
CompatibilityDataTypes.Status get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
NotAllowedInCurrentState
- if there is no compatibility data on the vCenter executing the operation.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.Unauthorized
- if you do not have all of the privileges described as follows: VcIntegrity.HardwareCompatibility.Read
. CompatibilityDataTypes.Status get(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.NotAllowedInCurrentState
- if there is no compatibility data on the vCenter executing the operation.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.Unauthorized
- if you do not have all of the privileges described as follows: VcIntegrity.HardwareCompatibility.Read
. void get(AsyncCallback<CompatibilityDataTypes.Status> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information about the compatibility data.
Operation Errors:
NotAllowedInCurrentState
- if there is no compatibility data on the vCenter executing the operation.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.HardwareCompatibility.Read
. asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<CompatibilityDataTypes.Status> 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 compatibility data.
Operation Errors:
NotAllowedInCurrentState
- if there is no compatibility data on the vCenter executing the operation.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.HardwareCompatibility.Read
. asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.java.lang.String update_Task()
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
NotAllowedInCurrentState
- if there is compatibility data update in progress.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.java.lang.String update_Task(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation is a task
identifier which will be returned by this method.
Use invocationConfig
to specify configuration for this particular invocation.
invocationConfig
- Configuration for the method invocation.NotAllowedInCurrentState
- if there is compatibility data update in progress.Unauthenticated
- if the caller is not authenticated.ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.void update_Task(AsyncCallback<java.lang.String> asyncCallback)
Asynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback
.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
NotAllowedInCurrentState
- if there is compatibility data update in progress.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void update_Task(AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
NotAllowedInCurrentState
- if there is compatibility data update in progress.
Unauthenticated
- if the caller is not authenticated.
ResourceInaccessible
- if the vCenter this API is executed on is not part of the Customer Experience
Improvement Program (CEIP).
Error
- If there is some unknown error. The accompanying error message will give more
details about the failure.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.