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 |
---|---|
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 DepotOverrides depotOverridesService()
DepotOverrides
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-2020 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)