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.Info
apiProvider, 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()
Cores
Synchronous 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)
Cores
Synchronous 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)
Cores
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.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<CoresTypes.Info>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Cores
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.