public interface SupportBundle extends Service, SupportBundleTypes
SupportBundle
interface provides methods to create support bundle
task, cancel, list, delete and list components. This interface was added in
vSphere API 7.0.1.0.SupportBundleTypes._VAPI_OPERATIONS, SupportBundleTypes.CreateSpec, SupportBundleTypes.CreationStatus, SupportBundleTypes.FilterSpec, SupportBundleTypes.Info, SupportBundleTypes.IterationSpec, SupportBundleTypes.ListResult
_VAPI_SERVICE_ID
SupportBundleTypes.ListResult list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter)
Synchronous method overload. Result of the invocation will be reported as a method return value.
iteration
- filter
- Error
- Generic error.SupportBundleTypes.ListResult list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, 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.
iteration
- filter
- invocationConfig
- Configuration for the method invocation.Error
- Generic error.void list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, AsyncCallback<SupportBundleTypes.ListResult> asyncCallback)
Asynchronous 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.
iteration
- filter
- asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(SupportBundleTypes.IterationSpec iteration, SupportBundleTypes.FilterSpec filter, AsyncCallback<SupportBundleTypes.ListResult> asyncCallback, 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:
List of support bundle details.
Operation Errors:
Error
- Generic error.
iteration
- filter
- asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.java.lang.String create_Task(SupportBundleTypes.CreateSpec spec)
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
spec
- NotAllowedInCurrentState
- If already a support bundle task is in progress.Error
- Generic error.java.lang.String create_Task(SupportBundleTypes.CreateSpec spec, InvocationConfig invocationConfig)
Synchronous 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.
spec
- invocationConfig
- Configuration for the method invocation.NotAllowedInCurrentState
- If already a support bundle task is in progress.Error
- Generic error.void create_Task(SupportBundleTypes.CreateSpec spec, AsyncCallback<java.lang.String> asyncCallback)
Asynchronous 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.
spec
- asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void create_Task(SupportBundleTypes.CreateSpec spec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
Asynchronous 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.
spec
- asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.