public interface ApplyImpact extends Service, ApplyImpactTypes
ApplyImpact interface provides methods to get the impact of an apply
method on a cluster.ApplyImpactTypes.ApplyImpactSpec, ApplyImpactTypes.ClusterImpact, ApplyImpactTypes.Impact_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ApplyImpactTypes.ClusterImpact |
get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec)
Returns a summary of how hosts within the cluster will be impacted during an
apply method.
|
void |
get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec,
AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback)
Returns a summary of how hosts within the cluster will be impacted during an
apply method.
|
void |
get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec,
AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback,
InvocationConfig invocationConfig)
Returns a summary of how hosts within the cluster will be impacted during an
apply method.
|
ApplyImpactTypes.ClusterImpact |
get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec,
InvocationConfig invocationConfig)
Returns a summary of how hosts within the cluster will be impacted during an
apply method.
|
ApplyImpactTypes.ClusterImpact get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec)
Compliance.get(java.lang.String)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.spec - Specification for how much information should be returned.Error - If there is an 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.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareRemediation.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareRemediation.Read. ApplyImpactTypes.ClusterImpact get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec, InvocationConfig invocationConfig)
Compliance.get(java.lang.String)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
cluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.spec - Specification for how much information should be returned.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 cluster associated with cluster in the system.ServiceUnavailable - If the service is not available.Unauthenticated - if the caller is not authenticated.Unauthorized - if you do not have all of the privileges described as follows: VcIntegrity.lifecycleSoftwareRemediation.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareRemediation.Read. void get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec,
AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback)
Compliance.get(java.lang.String)
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 cluster associated with cluster in the system.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareRemediation.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareRemediation.Read. cluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.spec - Specification for how much information should be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String cluster,
ApplyImpactTypes.ApplyImpactSpec spec,
AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback,
InvocationConfig invocationConfig)
Compliance.get(java.lang.String)
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 cluster associated with cluster in the system.
ServiceUnavailable - If the service is not available.
Unauthenticated - if the caller is not authenticated.
Unauthorized - if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSoftwareRemediation.Read.
ClusterComputeResource referenced by the
parameter cluster requires VcIntegrity.lifecycleSoftwareRemediation.Read. cluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.spec - Specification for how much information should be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.