public class DefaultsFactory
extends java.lang.Object
DefaultsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.defaults package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
ClustersFactory |
clusters()
The
com.vmware.esx.settings.defaults.clusters package provides
interfaces to manage defaults that affect management of desired state
configuration and software for ESXi clusters. |
static DefaultsFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
HostsFactory |
hosts()
The
com.vmware.esx.settings.defaults.hosts package provides interfaces
to manage defaults that affect management of desired state configuration and
software for ESXi hosts. |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static DefaultsFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestDefaultsFactory factory instancepublic ClustersFactory clusters()
com.vmware.esx.settings.defaults.clusters package provides
interfaces to manage defaults that affect management of desired state
configuration and software for ESXi clusters.public HostsFactory hosts()
com.vmware.esx.settings.defaults.hosts package provides interfaces
to manage defaults that affect management of desired state configuration and
software for ESXi hosts.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)