public class SoftwareFactory
extends java.lang.Object
SoftwareFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.software package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
AddOn |
addOnService()
Returns an instance of class
AddOn |
BaseImage |
baseImageService()
Returns an instance of class
BaseImage |
Commits |
commitsService()
Returns an instance of class
Commits |
Compliance |
complianceService()
Returns an instance of class
Compliance |
Components |
componentsService()
Returns an instance of class
Components |
DraftsFactory |
drafts()
The
com.vmware.esx.settings.clusters.software.drafts package provides
interfaces to manage software drafts for ESX cluster. |
Drafts |
draftsService()
Returns an instance of class
Drafts |
EffectiveComponents |
effectiveComponentsService()
Returns an instance of class
EffectiveComponents |
static SoftwareFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
HardwareSupport |
hardwareSupportService()
Returns an instance of class
HardwareSupport |
Recommendations |
recommendationsService()
Returns an instance of class
Recommendations |
ReportsFactory |
reports()
The
com.vmware.esx.settings.clusters.software.reports package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts. |
Solutions |
solutionsService()
Returns an instance of class
Solutions |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static SoftwareFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestSoftwareFactory factory instancepublic Compliance complianceService()
Compliancepublic Components componentsService()
Componentspublic EffectiveComponents effectiveComponentsService()
EffectiveComponentspublic HardwareSupport hardwareSupportService()
HardwareSupportpublic Recommendations recommendationsService()
Recommendationspublic DraftsFactory drafts()
com.vmware.esx.settings.clusters.software.drafts package provides
interfaces to manage software drafts for ESX cluster.public ReportsFactory reports()
com.vmware.esx.settings.clusters.software.reports package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)