public interface ServiceSyncProvider extends Service, ServiceTypes
ServiceSyncProvider service
provides operations to retrieve information about the services exposed by a vAPI
provider. A provider is a container that exposes one or more vAPI services.ServiceTypes.Info_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ServiceTypes.Info |
get(String id,
InvocationContext invocationContext)
Returns the
ServiceTypes.Info for the
specified service |
Set<String> |
list(InvocationContext invocationContext)
Returns the set of service identifiers.
|
Set<String> list(InvocationContext invocationContext)
invocationConfig - Configuration for the method invocation.com.vmware.vapi.service.ServiceTypes.Info get(String id, InvocationContext invocationContext)
ServiceTypes.Info for the
specified serviceid - service identifier
The parameter must be an identifier for the resource type: com.vmware.vapi.service.invocationConfig - Configuration for the method invocation.ServiceTypes.Info for the specified
serviceNotFound - If the service identifier does not existCopyright © 2023. All rights reserved.