public class SupportBundleStub extends com.vmware.vapi.internal.bindings.Stub implements SupportBundle
SupportBundle
API service.
WARNING: Internal class, subject to change in future versions.
SupportBundleTypes._VAPI_OPERATIONS, SupportBundleTypes.CreateSpec, SupportBundleTypes.CreationStatus, SupportBundleTypes.FilterSpec, SupportBundleTypes.Info, SupportBundleTypes.IterationSpec, SupportBundleTypes.ListResultapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SupportBundleStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SupportBundleStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
public SupportBundleStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SupportBundleStub(ApiProvider apiProvider, StubConfigurationBase config)
public SupportBundleTypes.ListResult list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter)
SupportBundleSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface SupportBundlepublic SupportBundleTypes.ListResult list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, InvocationConfig invocationConfig)
SupportBundleSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface SupportBundleinvocationConfig - Configuration for the method invocation.public void list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, AsyncCallback<SupportBundleTypes.ListResult> asyncCallback)
SupportBundleAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
List of support bundle details.
Operation Errors:
Error - Generic error
list in interface SupportBundleasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, AsyncCallback<SupportBundleTypes.ListResult> asyncCallback, InvocationConfig invocationConfig)
SupportBundleAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
List of support bundle details.
Operation Errors:
Error - Generic error
list in interface SupportBundleasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public java.lang.String create_Task(SupportBundleTypes.CreateSpec spec)
SupportBundleSynchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
create_Task in interface SupportBundlepublic java.lang.String create_Task(SupportBundleTypes.CreateSpec spec, InvocationConfig invocationConfig)
SupportBundleSynchronous method overload. Result of the invocation is a task
identifier which will be returned by this method.
Use invocationConfig to specify configuration for this particular invocation.
create_Task in interface SupportBundleinvocationConfig - Configuration for the method invocation.public void create_Task(SupportBundleTypes.CreateSpec spec, AsyncCallback<java.lang.String> asyncCallback)
SupportBundleAsynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
NotAllowedInCurrentState - If already a support bundle task is in progress
Error - Generic error
create_Task in interface SupportBundleasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create_Task(SupportBundleTypes.CreateSpec spec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
SupportBundleAsynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
NotAllowedInCurrentState - If already a support bundle task is in progress
Error - Generic error
create_Task in interface SupportBundleasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.