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| Constructor and Description |
|---|
VersionStub(ApiProvider apiProvider,
StubConfigurationBase config) |
VersionStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| 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.
|
public VersionStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public VersionStub(ApiProvider apiProvider, StubConfigurationBase config)
public VersionTypes.VersionStruct get()
VersionSynchronous method overload. Result of the invocation will be reported as a method return value.
public VersionTypes.VersionStruct get(InvocationConfig invocationConfig)
VersionSynchronous 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(AsyncCallback<VersionTypes.VersionStruct> asyncCallback)
VersionAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
version information about the appliance
Operation Errors:
Error - Generic error
public void get(AsyncCallback<VersionTypes.VersionStruct> asyncCallback, InvocationConfig invocationConfig)
VersionAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
version information about the appliance
Operation Errors:
Error - Generic error