public class GuestFactory
extends java.lang.Object
GuestFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.guest package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
static GuestFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Identity |
identityService()
Returns an instance of class
Identity |
LocalFilesystem |
localFilesystemService()
Returns an instance of class
LocalFilesystem |
Power |
powerService()
Returns an instance of class
Power |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static GuestFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestGuestFactory
factory instancepublic LocalFilesystem localFilesystemService()
LocalFilesystem
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)