public class ProviderStub extends com.vmware.vapi.internal.bindings.Stub implements Provider
Provider
API service.
WARNING: Internal class, subject to change in future versions.
ProviderTypes.InfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ProviderStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ProviderStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ProviderTypes.Info |
get()
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
get(AsyncCallback<ProviderTypes.Info> asyncCallback)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
void |
get(AsyncCallback<ProviderTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
ProviderTypes.Info |
get(InvocationConfig invocationConfig)
Returns a
ProviderTypes.Info
describing the vAPI provider on which the operation is invoked |
public ProviderStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ProviderStub(ApiProvider apiProvider, StubConfigurationBase config)
public ProviderTypes.Info get()
ProviderProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Synchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ProviderProviderTypes.Info describing the vAPI
provider on which the operation is invokedpublic ProviderTypes.Info get(InvocationConfig invocationConfig)
ProviderProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface ProviderinvocationConfig - Configuration for the method invocation.ProviderTypes.Info describing the vAPI
provider on which the operation is invokedpublic void get(AsyncCallback<ProviderTypes.Info> asyncCallback)
ProviderProviderTypes.Info
describing the vAPI provider on which the operation is invoked
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
ProviderTypes.Info describing the vAPI
provider on which the operation is invoked
public void get(AsyncCallback<ProviderTypes.Info> asyncCallback, InvocationConfig invocationConfig)
ProviderProviderTypes.Info
describing the vAPI provider on which the operation is invoked
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:
ProviderTypes.Info describing the vAPI
provider on which the operation is invoked
Copyright © 2023. All rights reserved.