public class DiscoveryFactory
extends java.lang.Object
DiscoveryFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.lcm.discovery package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
AssociatedProducts |
associatedProductsService()
Returns an instance of class
AssociatedProducts |
static DiscoveryFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
InteropReport |
interopReportService()
Returns an instance of class
InteropReport |
ProductCatalog |
productCatalogService()
Returns an instance of class
ProductCatalog |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static DiscoveryFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestDiscoveryFactory factory instancepublic InteropReport interopReportService()
InteropReportpublic ProductCatalog productCatalogService()
ProductCatalogpublic AssociatedProducts associatedProductsService()
AssociatedProductspublic void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)