public class EffectiveStub extends com.vmware.vapi.internal.bindings.Stub implements Effective
Effective
API service.
WARNING: Internal class, subject to change in future versions.
EffectiveTypes.EffectivePolicySpec, EffectiveTypes.FailureActionapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
EffectiveStub(ApiProvider apiProvider,
StubConfigurationBase config) |
EffectiveStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveTypes.EffectivePolicySpec |
get(java.lang.String cluster)
Returns the effective apply policy based on system defaults and what has been
configured for the cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<EffectiveTypes.EffectivePolicySpec> asyncCallback)
Returns the effective apply policy based on system defaults and what has been
configured for the cluster.
|
void |
get(java.lang.String cluster,
AsyncCallback<EffectiveTypes.EffectivePolicySpec> asyncCallback,
InvocationConfig invocationConfig)
Returns the effective apply policy based on system defaults and what has been
configured for the cluster.
|
EffectiveTypes.EffectivePolicySpec |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
Returns the effective apply policy based on system defaults and what has been
configured for the cluster.
|
public EffectiveStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public EffectiveStub(ApiProvider apiProvider, StubConfigurationBase config)
public EffectiveTypes.EffectivePolicySpec get(java.lang.String cluster)
EffectiveSynchronous method overload. Result of the invocation will be reported as a method return value.
public EffectiveTypes.EffectivePolicySpec get(java.lang.String cluster, InvocationConfig invocationConfig)
EffectiveSynchronous 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 Effectivecluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.invocationConfig - Configuration for the method invocation.public void get(java.lang.String cluster,
AsyncCallback<EffectiveTypes.EffectivePolicySpec> asyncCallback)
EffectiveAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
The effective policies that impact the apply method on this cluster.
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.lifecycleSettings.Read. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.lifecycleSettings.Read. public void get(java.lang.String cluster,
AsyncCallback<EffectiveTypes.EffectivePolicySpec> asyncCallback,
InvocationConfig invocationConfig)
EffectiveAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
The effective policies that impact the apply method on this cluster.
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.lifecycleSettings.Read. ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.lifecycleSettings.Read. get in interface Effectivecluster - The cluster identifier.
The parameter must be an identifier for the resource type: ClusterComputeResource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.