public class CoresStub extends com.vmware.vapi.internal.bindings.Stub implements Cores
Cores
API service.
WARNING: Internal class, subject to change in future versions.
CoresTypes.InfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
CoresStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
CoresStub(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 |
|---|---|
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.
|
public CoresStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public CoresStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public java.util.List<CoresTypes.Info> list()
CoresSynchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<CoresTypes.Info> list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CoresSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback)
CoresAsynchronous 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.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CoresAsynchronous 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.