public class VersionStub extends com.vmware.vapi.internal.bindings.Stub implements Version
Version
API service.
WARNING: Internal class, subject to change in future versions.
VersionTypes.VersionStruct
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
VersionStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
VersionStub(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 |
---|---|
VersionTypes.VersionStruct |
get()
Get the version.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<VersionTypes.VersionStruct> asyncCallback)
Get the version.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<VersionTypes.VersionStruct> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the version.
|
VersionTypes.VersionStruct |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the version.
|
public VersionStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public VersionStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public VersionTypes.VersionStruct get()
Version
Synchronous method overload. Result of the invocation will be reported as a method return value.
public VersionTypes.VersionStruct get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Version
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 get(com.vmware.vapi.bindings.client.AsyncCallback<VersionTypes.VersionStruct> asyncCallback)
Version
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
public void get(com.vmware.vapi.bindings.client.AsyncCallback<VersionTypes.VersionStruct> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Version
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