| Package | Description |
|---|---|
| com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider. |
| Modifier and Type | Method and Description |
|---|---|
static OperationTypes.Info |
OperationTypes.Info._newInstance(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static OperationTypes.Info |
OperationTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OperationTypes.Info |
OperationTypes.Info.Builder.build() |
OperationTypes.Info |
OperationStub.get(String serviceId,
String operationId) |
OperationTypes.Info |
Operation.get(String serviceId,
String operationId)
Returns the
OperationTypes.Info for a
given vAPI operation. |
OperationTypes.Info |
OperationStub.get(String serviceId,
String operationId,
InvocationConfig invocationConfig) |
OperationTypes.Info |
Operation.get(String serviceId,
String operationId,
InvocationConfig invocationConfig)
Returns the
OperationTypes.Info for a
given vAPI operation. |
OperationTypes.Info |
OperationSyncProvider.get(String serviceId,
String operationId,
InvocationContext invocationContext)
Returns the
OperationTypes.Info for a
given vAPI operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationStub.get(String serviceId,
String operationId,
AsyncCallback<OperationTypes.Info> asyncCallback) |
void |
Operation.get(String serviceId,
String operationId,
AsyncCallback<OperationTypes.Info> asyncCallback)
Returns the
OperationTypes.Info for a
given vAPI operation. |
void |
OperationStub.get(String serviceId,
String operationId,
AsyncCallback<OperationTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
Operation.get(String serviceId,
String operationId,
AsyncCallback<OperationTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns the
OperationTypes.Info for a
given vAPI operation. |
void |
OperationProvider.get(String serviceId,
String operationId,
AsyncContext<OperationTypes.Info> asyncContext)
Returns the
OperationTypes.Info for a
given vAPI operation. |
Copyright © 2023. All rights reserved.