public interface SupportBundles extends com.vmware.vapi.bindings.Service, SupportBundlesTypes
_VAPI_SERVICE_ID| 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.
|
SupportBundleResult collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse)
Synchronous method overload. Result of the invocation will be reported as a method return value.
supportBundleRequest - (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)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Error, Bad Gatewaycom.vmware.vapi.std.errors.NotFound - Not FoundSupportBundleResult collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
supportBundleRequest - (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.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Error, Bad Gatewaycom.vmware.vapi.std.errors.NotFound - Not Foundvoid collect(SupportBundleRequest supportBundleRequest, java.lang.Boolean overrideAsyncResponse, java.lang.Boolean requireDeleteOrOverrideAsyncResponse, com.vmware.vapi.bindings.client.AsyncCallback<SupportBundleResult> asyncCallback)
Asynchronous 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
supportBundleRequest - (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.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)
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:
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
supportBundleRequest - (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.void deleteasyncresponse()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid deleteasyncresponse(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void deleteasyncresponse(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.