public interface About extends com.vmware.vapi.bindings.Service, AboutTypes
About
interface provides methods that fetch details about Snapshot
service.AboutTypes.Info
_VAPI_SERVICE_ID
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.
|
AboutTypes.Info get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
AboutTypes.Info get(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.void get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.Info> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information about the snapshot service.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<AboutTypes.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:
Information about the snapshot service.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.