public class ClustersFactory
extends java.lang.Object
ClustersFactory
is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
ConfigurationFactory |
configuration()
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Configuration |
configurationService()
Returns an instance of class
Configuration |
DepotOverrides |
depotOverridesService()
Returns an instance of class
DepotOverrides |
EnablementFactory |
enablement()
The
com.vmware.esx.settings.clusters.enablement package provides
interfaces to manage enablement of the feature that allows to collectively
manage hosts within the cluster with a single software specification. |
static ClustersFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
PoliciesFactory |
policies()
The
com.vmware.esx.settings.clusters.policies package provides
interfaces to manage policies that affect management of desired state
configuration and software for an ESXi cluster. |
SoftwareFactory |
software()
The
com.vmware.esx.settings.clusters.software package provides
interfaces to manage desired state software for ESX cluster. |
Software |
softwareService()
Returns an instance of class
Software |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static ClustersFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestClustersFactory
factory instancepublic Configuration configurationService()
Configuration
public DepotOverrides depotOverridesService()
DepotOverrides
public ConfigurationFactory configuration()
com.vmware.esx.settings.clusters.configuration
package provides
interfaces to manage the configuration of an ESX cluster. The com.vmware.esx.settings.clusters.configuration.reports
package provides
interfaces for accessing reports regarding the configuration state of the
cluster.public EnablementFactory enablement()
com.vmware.esx.settings.clusters.enablement
package provides
interfaces to manage enablement of the feature that allows to collectively
manage hosts within the cluster with a single software specification.public PoliciesFactory policies()
com.vmware.esx.settings.clusters.policies
package provides
interfaces to manage policies that affect management of desired state
configuration and software for an ESXi cluster. Copyright 2019-2021 VMware, Inc.
All rights reserved. VMware Confidential Copyright 2020-2021 VMware, Inc. All
rights reserved. VMware Confidentialpublic SoftwareFactory software()
com.vmware.esx.settings.clusters.software
package provides
interfaces to manage desired state software for ESX cluster.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)