public interface LastApplyResult extends Service, LastApplyResultTypes
LastApplyResult interface provides methods to get the most recent
available result of applying the desired software document to a standalone ESXi
host. This interface was added in vSphere API 8.0.0.1.LastApplyResultTypes.ApplyResult, LastApplyResultTypes.ApplyStatus_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
LastApplyResultTypes.ApplyResult |
get(java.lang.String host)
Returns the most recent available result of applying the desired software
document to the standalone ESXi host.
|
void |
get(java.lang.String host,
AsyncCallback<LastApplyResultTypes.ApplyResult> asyncCallback)
Returns the most recent available result of applying the desired software
document to the standalone ESXi host.
|
void |
get(java.lang.String host,
AsyncCallback<LastApplyResultTypes.ApplyResult> asyncCallback,
InvocationConfig invocationConfig)
Returns the most recent available result of applying the desired software
document to the standalone ESXi host.
|
LastApplyResultTypes.ApplyResult |
get(java.lang.String host,
InvocationConfig invocationConfig)
Returns the most recent available result of applying the desired software
document to the standalone ESXi host.
|
LastApplyResultTypes.ApplyResult get(java.lang.String host)
Synchronous method overload. Result of the invocation will be reported as a method return value.
host - the host identifier.
The parameter must be an identifier for the resource type: HostSystem.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 hostServiceUnavailable - 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. LastApplyResultTypes.ApplyResult get(java.lang.String host, 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.
host - the host identifier.
The parameter must be an identifier for the resource type: HostSystem.invocationConfig - Configuration for the method invocation.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 hostServiceUnavailable - 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. void get(java.lang.String host,
AsyncCallback<LastApplyResultTypes.ApplyResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Most recent available result of applying the desired software document to the
standalone ESXi 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. host - 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.void get(java.lang.String host,
AsyncCallback<LastApplyResultTypes.ApplyResult> 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:
Most recent available result of applying the desired software document to the
standalone ESXi 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. host - 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.