public class HostsFactory
extends java.lang.Object
HostsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.hosts package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
Configuration |
configurationService()
Returns an instance of class
Configuration |
EnablementFactory |
enablement()
The
com.vmware.esx.settings.hosts.enablement package provides interfaces
to manage standalone host with a single software specification. |
static HostsFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
PoliciesFactory |
policies()
The
com.vmware.esx.settings.hosts.policies package provides interfaces
to manage the policies that affect management of desired state configuration and
software for an ESXi host. |
SoftwareFactory |
software()
The
com.vmware.esx.settings.hosts.software package provides interfaces
to manage desired software on a standalone host. |
Software |
softwareService()
Returns an instance of class
Software |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static HostsFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestHostsFactory factory instancepublic Configuration configurationService()
Configurationpublic EnablementFactory enablement()
com.vmware.esx.settings.hosts.enablement package provides interfaces
to manage standalone host with a single software specification.public PoliciesFactory policies()
com.vmware.esx.settings.hosts.policies package provides interfaces
to manage the policies that affect management of desired state configuration and
software for an ESXi host. Copyright 2019-2022 VMware, Inc. All rights reserved.
VMware Confidentialpublic SoftwareFactory software()
com.vmware.esx.settings.hosts.software package provides interfaces
to manage desired software on a standalone host.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)