Class ChecksStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.sites.napp.deployment.platform.ChecksStub
-
- All Implemented Interfaces:
Checks
,ChecksTypes
,com.vmware.vapi.bindings.Service
public class ChecksStub extends com.vmware.vapi.internal.bindings.Stub implements Checks
Remote stub implementation of theChecks
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.sites.napp.deployment.platform.ChecksTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description ChecksStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
ChecksStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction)
Run pre/post checks for NSX Application Platformvoid
update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Run pre/post checks for NSX Application Platformvoid
update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre/post checks for NSX Application Platformvoid
update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre/post checks for NSX Application Platform
-
-
-
Constructor Detail
-
ChecksStub
public ChecksStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
ChecksStub
public ChecksStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
update
public void update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction)
Description copied from interface:Checks
Run pre/post checks for NSX Application PlatformSynchronous method overload. Result of the invocation will be reported as a method return value.
-
update
public void update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Checks
Run pre/post checks for NSX Application PlatformSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
update
public void update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Description copied from interface:Checks
Run pre/post checks for NSX Application PlatformAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
update
public void update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Checks
Run pre/post checks for NSX Application PlatformAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
-