public class PoliciesFactory
extends java.lang.Object
PoliciesFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.defaults.hosts.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.defaults.hosts.policies.apply package
provides interfaces to manage the policies that affect application of desired
state configuration and software for ESXi hosts. |
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.defaults.hosts.policies.apply package
provides interfaces to manage the policies that affect application of desired
state configuration and software for ESXi hosts. Copyright 2019-2022 VMware,
Inc. All rights reserved. VMware Confidential Copyright 2019-2022 VMware, Inc.
All rights reserved. VMware Confidentialpublic void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)