public class ServicesFactory
extends java.lang.Object
ServicesFactory is responsible for creating instances of services
contained inside the com.vmware.nsx.serviceinsertion.services package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static ServicesFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
ServiceDeploymentsFactory |
serviceDeployments() |
ServiceDeployments |
serviceDeploymentsService()
Returns an instance of class
ServiceDeployments |
ServiceInstancesFactory |
serviceInstances() |
ServiceInstances |
serviceInstancesService()
Returns an instance of class
ServiceInstances |
ServiceProfilesFactory |
serviceProfiles() |
ServiceProfiles |
serviceProfilesService()
Returns an instance of class
ServiceProfiles |
SolutionConfigsFactory |
solutionConfigs() |
SolutionConfigs |
solutionConfigsService()
Returns an instance of class
SolutionConfigs |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
VendorTemplates |
vendorTemplatesService()
Returns an instance of class
VendorTemplates |
public static ServicesFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestServicesFactory factory instancepublic ServiceDeployments serviceDeploymentsService()
ServiceDeploymentspublic ServiceInstances serviceInstancesService()
ServiceInstancespublic ServiceProfiles serviceProfilesService()
ServiceProfilespublic SolutionConfigs solutionConfigsService()
SolutionConfigspublic VendorTemplates vendorTemplatesService()
VendorTemplatespublic ServiceDeploymentsFactory serviceDeployments()
public ServiceInstancesFactory serviceInstances()
public ServiceProfilesFactory serviceProfiles()
public SolutionConfigsFactory solutionConfigs()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)