public interface Version extends Service, VersionTypes
Version
interface provides methods Get the appliance version.VersionTypes.VersionStruct
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
VersionTypes.VersionStruct |
get()
Get the version.
|
void |
get(AsyncCallback<VersionTypes.VersionStruct> asyncCallback)
Get the version.
|
void |
get(AsyncCallback<VersionTypes.VersionStruct> asyncCallback,
InvocationConfig invocationConfig)
Get the version.
|
VersionTypes.VersionStruct |
get(InvocationConfig invocationConfig)
Get the version.
|
VersionTypes.VersionStruct get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error
- Generic errorVersionTypes.VersionStruct get(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 errorvoid get(AsyncCallback<VersionTypes.VersionStruct> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
version information about the appliance
Operation Errors:
Error
- Generic error
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<VersionTypes.VersionStruct> asyncCallback, 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:
version information about the appliance
Operation Errors:
Error
- Generic error
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.