public class InstallFactory
extends java.lang.Object
InstallFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.deployment.install package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
static InstallFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
PscFactory |
psc() |
RemotePsc |
remotePscService()
Returns an instance of class
RemotePsc |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static InstallFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestInstallFactory
factory instancepublic PscFactory psc()
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)