public class ApplyStub extends com.vmware.vapi.internal.bindings.Stub implements Apply
Apply
API service.
WARNING: Internal class, subject to change in future versions.
ApplyTypes.ConfiguredPolicySpec, ApplyTypes.FailureActionapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ApplyStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ApplyStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ApplyTypes.ConfiguredPolicySpec |
get()
Returns the configured policy that has been set.
|
void |
get(AsyncCallback<ApplyTypes.ConfiguredPolicySpec> asyncCallback)
Returns the configured policy that has been set.
|
void |
get(AsyncCallback<ApplyTypes.ConfiguredPolicySpec> asyncCallback,
InvocationConfig invocationConfig)
Returns the configured policy that has been set.
|
ApplyTypes.ConfiguredPolicySpec |
get(InvocationConfig invocationConfig)
Returns the configured policy that has been set.
|
void |
set(ApplyTypes.ConfiguredPolicySpec spec)
This API will set the configured policy specification.
|
void |
set(ApplyTypes.ConfiguredPolicySpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
This API will set the configured policy specification.
|
void |
set(ApplyTypes.ConfiguredPolicySpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
This API will set the configured policy specification.
|
void |
set(ApplyTypes.ConfiguredPolicySpec spec,
InvocationConfig invocationConfig)
This API will set the configured policy specification.
|
public ApplyStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ApplyStub(ApiProvider apiProvider, StubConfigurationBase config)
public ApplyTypes.ConfiguredPolicySpec get()
ApplySynchronous method overload. Result of the invocation will be reported as a method return value.
public ApplyTypes.ConfiguredPolicySpec get(InvocationConfig invocationConfig)
ApplySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(AsyncCallback<ApplyTypes.ConfiguredPolicySpec> asyncCallback)
ApplyAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
The configured policies that impact the apply method
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
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. public void get(AsyncCallback<ApplyTypes.ConfiguredPolicySpec> asyncCallback, InvocationConfig invocationConfig)
ApplyAsynchronous 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 configured policies that impact the apply method
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
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. public void set(ApplyTypes.ConfiguredPolicySpec spec)
ApplySynchronous method overload. Result of the invocation will be reported as a method return value.
public void set(ApplyTypes.ConfiguredPolicySpec spec, InvocationConfig invocationConfig)
ApplySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void set(ApplyTypes.ConfiguredPolicySpec spec, AsyncCallback<java.lang.Void> asyncCallback)
ApplyAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
InvalidArgument - If invalid value is provided.
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.Write. public void set(ApplyTypes.ConfiguredPolicySpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
ApplyAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - If there is an unknown internal error. The accompanying error message will give
more details about the failure.
InvalidArgument - If invalid value is provided.
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.Write.