public class AboutStub extends com.vmware.vapi.internal.bindings.Stub implements About
About
API service.
WARNING: Internal class, subject to change in future versions.
AboutTypes.InfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
AboutStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
AboutStub(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 |
|---|---|
AboutTypes.Info |
get()
Get information about Snapshot service.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.Info> asyncCallback)
Get information about Snapshot service.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about Snapshot service.
|
AboutTypes.Info |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get information about Snapshot service.
|
public AboutStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AboutStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AboutTypes.Info get()
AboutSynchronous method overload. Result of the invocation will be reported as a method return value.
public AboutTypes.Info get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AboutSynchronous 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 get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.Info> asyncCallback)
AboutAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Information about the snapshot service.
public void get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AboutAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
Information about the snapshot service.