public class SupportBundlesStub extends com.vmware.vapi.internal.bindings.Stub implements SupportBundles
SupportBundles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SupportBundlesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
SupportBundlesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
SupportBundleResult |
collect(SupportBundleRequest supportBundleRequest,
java.lang.Boolean overrideAsyncResponse,
java.lang.Boolean requireDeleteOrOverrideAsyncResponse)
Collect support bundles from registered cluster and fabric nodes.
|
void |
collect(SupportBundleRequest supportBundleRequest,
java.lang.Boolean overrideAsyncResponse,
java.lang.Boolean requireDeleteOrOverrideAsyncResponse,
com.vmware.vapi.bindings.client.AsyncCallback<SupportBundleResult> asyncCallback)
Collect support bundles from registered cluster and fabric nodes.
|
void |
collect(SupportBundleRequest supportBundleRequest,
java.lang.Boolean overrideAsyncResponse,
java.lang.Boolean requireDeleteOrOverrideAsyncResponse,
com.vmware.vapi.bindings.client.AsyncCallback<SupportBundleResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Collect support bundles from registered cluster and fabric nodes.
|
SupportBundleResult |
collect(SupportBundleRequest supportBundleRequest,
java.lang.Boolean overrideAsyncResponse,
java.lang.Boolean requireDeleteOrOverrideAsyncResponse,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Collect support bundles from registered cluster and fabric nodes.
|
void |
deleteasyncresponse()
Delete existing support bundles waiting to be downloaded.
|
void |
deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete existing support bundles waiting to be downloaded.
|
void |
deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete existing support bundles waiting to be downloaded.
|
void |
deleteasyncresponse(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete existing support bundles waiting to be downloaded.
|
public SupportBundlesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SupportBundlesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SupportBundleResult collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse)
SupportBundlesSynchronous method overload. Result of the invocation will be reported as a method return value.
collect in interface SupportBundlessupportBundleRequest - (required)overrideAsyncResponse - Override any existing support bundle async response (optional, default to false)requireDeleteOrOverrideAsyncResponse - Suppress auto-deletion of generated support bundle (optional, default to false)public SupportBundleResult collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SupportBundlesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
collect in interface SupportBundlessupportBundleRequest - (required)overrideAsyncResponse - Override any existing support bundle async response (optional, default to false)requireDeleteOrOverrideAsyncResponse - Suppress auto-deletion of generated support bundle (optional, default to false)invocationConfig - Configuration for the method invocation.public void collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse, com.vmware.vapi.bindings.client.AsyncCallback<SupportBundleResult> asyncCallback)
SupportBundlesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SupportBundleResult
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error, Bad Gateway
NotFound - Not Found
collect in interface SupportBundlessupportBundleRequest - (required)overrideAsyncResponse - Override any existing support bundle async response (optional, default to false)requireDeleteOrOverrideAsyncResponse - Suppress auto-deletion of generated support bundle (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse, com.vmware.vapi.bindings.client.AsyncCallback<SupportBundleResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SupportBundlesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SupportBundleResult
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error, Bad Gateway
NotFound - Not Found
collect in interface SupportBundlessupportBundleRequest - (required)overrideAsyncResponse - Override any existing support bundle async response (optional, default to false)requireDeleteOrOverrideAsyncResponse - Suppress auto-deletion of generated support bundle (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void deleteasyncresponse()
SupportBundlesSynchronous method overload. Result of the invocation will be reported as a method return value.
deleteasyncresponse in interface SupportBundlespublic void deleteasyncresponse(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SupportBundlesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
deleteasyncresponse in interface SupportBundlesinvocationConfig - Configuration for the method invocation.public void deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
SupportBundlesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
deleteasyncresponse in interface SupportBundlesasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SupportBundlesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
deleteasyncresponse in interface SupportBundlesasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.