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(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()
Version
Synchronous method overload. Result of the invocation will be reported as a method return value.
public VersionTypes.VersionStruct get(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(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(AsyncCallback<VersionTypes.VersionStruct> asyncCallback, 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