public class RegistriesFactory
extends java.lang.Object
RegistriesFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.content.registries package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
static RegistriesFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
HarborFactory |
harbor()
The
com.vmware.vcenter.content.registries.harbor package provides
classes and interfaces for managing Harbor registry in vCenter. |
Harbor |
harborService()
Returns an instance of class
Harbor |
Health |
healthService()
Returns an instance of class
Health |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static RegistriesFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestRegistriesFactory
factory instancepublic HarborFactory harbor()
com.vmware.vcenter.content.registries.harbor
package provides
classes and interfaces for managing Harbor registry in vCenter.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)