| 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 ProviderTypes.Info |
ProviderTypes.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 ProviderTypes.Info |
ProviderTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ProviderTypes.Info |
ProviderTypes.Info.Builder.build() |
ProviderTypes.Info |
ProviderStub.get() |
ProviderTypes.Info |
Provider.get()
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
ProviderTypes.Info |
ProviderStub.get(InvocationConfig invocationConfig) |
ProviderTypes.Info |
Provider.get(InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
ProviderTypes.Info |
ProviderSyncProvider.get(InvocationContext invocationContext)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderStub.get(AsyncCallback<ProviderTypes.Info> asyncCallback) |
void |
Provider.get(AsyncCallback<ProviderTypes.Info> asyncCallback)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
ProviderStub.get(AsyncCallback<ProviderTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
Provider.get(AsyncCallback<ProviderTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
ProviderProvider.get(AsyncContext<ProviderTypes.Info> asyncContext)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
Copyright © 2022. All rights reserved.