public class CompatibilityDataStub extends com.vmware.vapi.internal.bindings.Stub implements CompatibilityData
CompatibilityData
API service.
WARNING: Internal class, subject to change in future versions.
CompatibilityDataTypes._VAPI_OPERATIONS, CompatibilityDataTypes.Status
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
CompatibilityDataStub(ApiProvider apiProvider,
StubConfigurationBase config) |
CompatibilityDataStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
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.
|
public CompatibilityDataStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public CompatibilityDataStub(ApiProvider apiProvider, StubConfigurationBase config)
public CompatibilityDataTypes.Status get()
CompatibilityData
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface CompatibilityData
public CompatibilityDataTypes.Status get(InvocationConfig invocationConfig)
CompatibilityData
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface CompatibilityData
invocationConfig
- Configuration for the method invocation.public void get(AsyncCallback<CompatibilityDataTypes.Status> asyncCallback)
CompatibilityData
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
. get
in interface CompatibilityData
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<CompatibilityDataTypes.Status> asyncCallback, InvocationConfig invocationConfig)
CompatibilityData
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
. get
in interface CompatibilityData
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public java.lang.String update_Task()
CompatibilityData
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
update_Task
in interface CompatibilityData
public java.lang.String update_Task(InvocationConfig invocationConfig)
CompatibilityData
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.
update_Task
in interface CompatibilityData
invocationConfig
- Configuration for the method invocation.public void update_Task(AsyncCallback<java.lang.String> asyncCallback)
CompatibilityData
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.
update_Task
in interface CompatibilityData
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void update_Task(AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
CompatibilityData
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.
update_Task
in interface CompatibilityData
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.