public class PoliciesFactory
extends java.lang.Object
PoliciesFactory
is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.policies package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
ApplyFactory |
apply()
The
com.vmware.esx.settings.clusters.policies.apply package provides
interfaces to manage policies that affect application of desired state
configuration and software for an ESXi cluster. |
Apply |
applyService()
Returns an instance of class
Apply |
static PoliciesFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static PoliciesFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestPoliciesFactory
factory instancepublic ApplyFactory apply()
com.vmware.esx.settings.clusters.policies.apply
package provides
interfaces to manage policies that affect application of desired state
configuration and software for an ESXi cluster. Copyright 2019-2020 VMware, Inc.
All rights reserved. VMware Confidential Copyright 2019-2020 VMware, Inc. All
rights reserved. VMware Confidentialpublic void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)