public class LcmFactory
extends java.lang.Object
LcmFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.lcm package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
DiscoveryFactory |
discovery()
The
com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server. |
static LcmFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Reports |
reportsService()
Returns an instance of class
Reports |
UpdateFactory |
update()
The
com.vmware.vcenter.lcm.update package provides interfaces for
updating vCenter Server to a newer version. |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static LcmFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestLcmFactory factory instancepublic DiscoveryFactory discovery()
com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server.public UpdateFactory update()
com.vmware.vcenter.lcm.update package provides interfaces for
updating vCenter Server to a newer version.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)