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 |
---|---|
Customization |
customizationService()
Returns an instance of class
Customization |
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 |
NetworkingFactory |
networking()
The
com.vmware.vcenter.vm.guest.networking package provides interfaces
for dealing with the guest operating system networking. |
Networking |
networkingService()
Returns an instance of class
Networking |
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 Customization customizationService()
Customization
public LocalFilesystem localFilesystemService()
LocalFilesystem
public Networking networkingService()
Networking
public NetworkingFactory networking()
com.vmware.vcenter.vm.guest.networking
package provides interfaces
for dealing with the guest operating system networking.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)