com.vmware.vcenter.content.registries.harbor
package provides
classes and interfaces for managing Harbor registry in vCenter.See: Description
Interface | Description |
---|---|
Projects |
The
Projects interface provides methods for managing the lifecycle of
Harbor project that stores and distributes container repositories and images. |
ProjectsTypes |
Defines the data types of the
Projects
API service. |
Class | Description |
---|---|
HarborFactory |
HarborFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.content.registries.harbor package and also has the subpackages reference
to access respective subpackage services. |
ProjectsDefinitions |
Defines the type descriptors for the
Projects
API service. |
ProjectsStub |
Remote stub implementation of the
Projects
API service. |
ProjectsTypes.ConfigStatus |
The
ConfigStatus enumeration class describes the status of reaching the
desired configuration state for the Harbor project. |
ProjectsTypes.CreateSpec |
The
CreateSpec class defines the information required to create a Harbor
project. |
ProjectsTypes.CreateSpec.Builder |
Builder class for
ProjectsTypes.CreateSpec . |
ProjectsTypes.Info |
The
Info class contains detailed information about a Harbor project. |
ProjectsTypes.Info.Builder |
Builder class for
ProjectsTypes.Info . |
ProjectsTypes.Scope |
The
Scope enumeration class in a project defines access levels of the
project. |
ProjectsTypes.Summary |
The
Summary class contains basic information about a Harbor project. |
ProjectsTypes.Summary.Builder |
Builder class for
ProjectsTypes.Summary . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.content.registries.harbor package. |
Enum | Description |
---|---|
ProjectsTypes.ConfigStatus.Values |
Native Java
enum representing this enumeration class. |
ProjectsTypes.Scope.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.content.registries.harbor
package provides
classes and interfaces for managing Harbor registry in vCenter.