public class LastCheckResultStub extends com.vmware.vapi.internal.bindings.Stub implements LastCheckResult
LastCheckResult
API service.
WARNING: Internal class, subject to change in future versions.
LastCheckResultTypes.CheckInfo, LastCheckResultTypes.CheckIssue, LastCheckResultTypes.CheckResult, LastCheckResultTypes.CheckStatus, LastCheckResultTypes.EntityCheckResult, LastCheckResultTypes.StatusapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
LastCheckResultStub(ApiProvider apiProvider,
StubConfigurationBase config) |
LastCheckResultStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
LastCheckResultTypes.CheckResult |
get(java.lang.String host)
Returns the most recent available result of checks run on the standalone host
before the application of the desired software document to the host.
|
void |
get(java.lang.String host,
AsyncCallback<LastCheckResultTypes.CheckResult> asyncCallback)
Returns the most recent available result of checks run on the standalone host
before the application of the desired software document to the host.
|
void |
get(java.lang.String host,
AsyncCallback<LastCheckResultTypes.CheckResult> asyncCallback,
InvocationConfig invocationConfig)
Returns the most recent available result of checks run on the standalone host
before the application of the desired software document to the host.
|
LastCheckResultTypes.CheckResult |
get(java.lang.String host,
InvocationConfig invocationConfig)
Returns the most recent available result of checks run on the standalone host
before the application of the desired software document to the host.
|
public LastCheckResultStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public LastCheckResultStub(ApiProvider apiProvider, StubConfigurationBase config)
public LastCheckResultTypes.CheckResult get(java.lang.String host)
LastCheckResultSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface LastCheckResulthost - The host identifier.
The parameter must be an identifier for the resource type: HostSystem.public LastCheckResultTypes.CheckResult get(java.lang.String host, InvocationConfig invocationConfig)
LastCheckResultSynchronous 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 LastCheckResulthost - The host identifier.
The parameter must be an identifier for the resource type: HostSystem.invocationConfig - Configuration for the method invocation.public void get(java.lang.String host,
AsyncCallback<LastCheckResultTypes.CheckResult> asyncCallback)
LastCheckResultAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Most recent available result of the checks run on the host.
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
NotFound - If there is no standalone host associated with host in the system or if
there is no result associated with the host host.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unsupported - If the host is not a vLCM managed standlone host.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareRemediation.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareRemediation.Read. get in interface LastCheckResulthost - The host identifier.
The parameter must be an identifier for the resource type: HostSystem.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String host,
AsyncCallback<LastCheckResultTypes.CheckResult> asyncCallback,
InvocationConfig invocationConfig)
LastCheckResultAsynchronous 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 the checks run on the host.
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
NotFound - If there is no standalone host associated with host in the system or if
there is no result associated with the host host.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unsupported - If the host is not a vLCM managed standlone host.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareRemediation.Read.
HostSystem referenced by the parameter host requires VcIntegrity.lifecycleSoftwareRemediation.Read. get in interface LastCheckResulthost - The host identifier.
The parameter must be an identifier for the resource type: HostSystem.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.