public interface ApplyImpact extends Service, ApplyImpactTypes
ApplyImpact interface provides methods to get the impact of an apply
method on a standalone ESXi host. This interface was added in vSphere API
8.0.0.1.ApplyImpactTypes.HostImpact, ApplyImpactTypes.Impact_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ApplyImpactTypes.HostImpact |
get(java.lang.String host)
Returns a summary of how a standalone ESXi host will be impacted during an apply
method.
|
void |
get(java.lang.String host,
AsyncCallback<ApplyImpactTypes.HostImpact> asyncCallback)
Returns a summary of how a standalone ESXi host will be impacted during an apply
method.
|
void |
get(java.lang.String host,
AsyncCallback<ApplyImpactTypes.HostImpact> asyncCallback,
InvocationConfig invocationConfig)
Returns a summary of how a standalone ESXi host will be impacted during an apply
method.
|
ApplyImpactTypes.HostImpact |
get(java.lang.String host,
InvocationConfig invocationConfig)
Returns a summary of how a standalone ESXi host will be impacted during an apply
method.
|
ApplyImpactTypes.HostImpact get(java.lang.String host)
Compliance.get(java.lang.String). This method was
added in vSphere API 8.0.0.1.
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 host associated with host in the system.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. ApplyImpactTypes.HostImpact get(java.lang.String host, InvocationConfig invocationConfig)
Compliance.get(java.lang.String). This method was
added in vSphere API 8.0.0.1.
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 host associated with host in the system.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. void get(java.lang.String host,
AsyncCallback<ApplyImpactTypes.HostImpact> asyncCallback)
Compliance.get(java.lang.String). This method was
added in vSphere API 8.0.0.1.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Summary of how hosts will be impacted during an apply method
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 host associated with host in the system.
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<ApplyImpactTypes.HostImpact> asyncCallback,
InvocationConfig invocationConfig)
Compliance.get(java.lang.String). This method was
added in vSphere API 8.0.0.1.
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:
Summary of how hosts will be impacted during an apply method
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 host associated with host in the system.
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.