public interface Cores extends com.vmware.vapi.bindings.Service, CoresTypes
CoresTypes.Info
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.util.List<CoresTypes.Info> |
list()
Lists all the core files exists on storage.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback)
Lists all the core files exists on storage.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Lists all the core files exists on storage.
|
java.util.List<CoresTypes.Info> |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Lists all the core files exists on storage.
|
java.util.List<CoresTypes.Info> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error
- Generic error.java.util.List<CoresTypes.Info> list(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.Error
- Generic error.void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of core files details.
Operation Errors:
Error
- Generic error.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> 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:
List of core files details.
Operation Errors:
Error
- Generic error.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.