public class ApplyImpactStub extends com.vmware.vapi.internal.bindings.Stub implements ApplyImpact
ApplyImpact
API service.
WARNING: Internal class, subject to change in future versions.
ApplyImpactTypes.ApplyImpactSpec, ApplyImpactTypes.ClusterImpact, ApplyImpactTypes.Impact
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ApplyImpactStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ApplyImpactStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
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.
|
public ApplyImpactStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ApplyImpactStub(ApiProvider apiProvider, StubConfigurationBase config)
public ApplyImpactTypes.ClusterImpact get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec)
ApplyImpact
Compliance.get(java.lang.String)
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface ApplyImpact
cluster
- The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource
.spec
- Specification for how much information should be returned.public ApplyImpactTypes.ClusterImpact get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec, InvocationConfig invocationConfig)
ApplyImpact
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.
get
in interface ApplyImpact
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.public void get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec, AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback)
ApplyImpact
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
. get
in interface ApplyImpact
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.public void get(java.lang.String cluster, ApplyImpactTypes.ApplyImpactSpec spec, AsyncCallback<ApplyImpactTypes.ClusterImpact> asyncCallback, InvocationConfig invocationConfig)
ApplyImpact
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
. get
in interface ApplyImpact
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.