public class LastPrecheckResultStub extends com.vmware.vapi.internal.bindings.Stub implements LastPrecheckResult
LastPrecheckResult
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
LastPrecheckResultStub(ApiProvider apiProvider,
StubConfigurationBase config) |
LastPrecheckResultStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ClusterPrecheckResult |
get(java.lang.String cluster)
This API returns results from the last Precheck operation on the cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<ClusterPrecheckResult> asyncCallback)
This API returns results from the last Precheck operation on the cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<ClusterPrecheckResult> asyncCallback,
InvocationConfig invocationConfig)
This API returns results from the last Precheck operation on the cluster.
|
ClusterPrecheckResult |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
This API returns results from the last Precheck operation on the cluster.
|
public LastPrecheckResultStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public LastPrecheckResultStub(ApiProvider apiProvider, StubConfigurationBase config)
public ClusterPrecheckResult get(java.lang.String cluster)
LastPrecheckResultSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface LastPrecheckResultcluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.public ClusterPrecheckResult get(java.lang.String cluster, InvocationConfig invocationConfig)
LastPrecheckResultSynchronous 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 LastPrecheckResultcluster - Identifier of the cluster
The parameter must be an identifier for the resource type: ClusterComputeResource.invocationConfig - Configuration for the method invocation.public void get(java.lang.String cluster,
AsyncCallback<ClusterPrecheckResult> asyncCallback)
LastPrecheckResultAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Most recent available result of Precheck.
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 or if there
is no result associated with the cluster cluster.
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. get in interface LastPrecheckResultcluster - 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.public void get(java.lang.String cluster,
AsyncCallback<ClusterPrecheckResult> asyncCallback,
InvocationConfig invocationConfig)
LastPrecheckResultAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
Most recent available result of Precheck.
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 or if there
is no result associated with the cluster cluster.
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. get in interface LastPrecheckResultcluster - 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.