com.vmware.vcenter.content.registries package provides classes and
interfaces for managing image registries in vCenter.See: Description
| Interface | Description |
|---|---|
| Harbor |
The
Harbor interface provides methods to manage the lifecycle of an
integrated Harbor container registry in vCenter. |
| HarborTypes |
Defines the data types of the
Harbor
API service. |
| Health |
The
Health interface provides methods to retrieve health status for a
container registry. |
| HealthTypes |
Defines the data types of the
Health
API service. |
| Class | Description |
|---|---|
| DayOfWeek |
The
DayOfWeek enumeration class describes the supported days of the week
to run a specific operation for a container registry. |
| HarborDefinitions |
Defines the type descriptors for the
Harbor
API service. |
| HarborStub |
Remote stub implementation of the
Harbor
API service. |
| HarborTypes.CreateSpec |
The
CreateSpec class contains the specification required to create a
Harbor registry. |
| HarborTypes.CreateSpec.Builder |
Builder class for
HarborTypes.CreateSpec. |
| HarborTypes.GarbageCollection |
The
GarbageCollection class contains garbage collection configuration
for the Harbor registry. |
| HarborTypes.GarbageCollection.Builder |
Builder class for
HarborTypes.GarbageCollection. |
| HarborTypes.Info |
The
Info class contains detailed information about a running Harbor
registry. |
| HarborTypes.Info.Builder |
Builder class for
HarborTypes.Info. |
| HarborTypes.StorageInfo |
The
StorageInfo class contains the detailed information about storage
used by the Harbor registry. |
| HarborTypes.StorageInfo.Builder |
Builder class for
HarborTypes.StorageInfo. |
| HarborTypes.StorageSpec |
The
StorageSpec class contains the specification required to configure
storage associated with a Harbor registry. |
| HarborTypes.StorageSpec.Builder |
Builder class for
HarborTypes.StorageSpec. |
| HarborTypes.Summary |
The
Summary class contains basic information about a running Harbor
registry. |
| HarborTypes.Summary.Builder |
Builder class for
HarborTypes.Summary. |
| HealthDefinitions |
Defines the type descriptors for the
Health
API service. |
| HealthStub |
Remote stub implementation of the
Health
API service. |
| HealthTypes.Info |
The
Info class contains health information about a container registry. |
| HealthTypes.Info.Builder |
Builder class for
HealthTypes.Info. |
| HealthTypes.Status |
The
Status enumeration class describes the status of the container
registry. |
| Recurrence |
The
Recurrence enumeration class defines the supported values for how
often to run a specific operation for a container registry. |
| RegistriesFactory |
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. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.content.registries package. |
| Enum | Description |
|---|---|
| DayOfWeek.Values |
Native Java
enum representing this enumeration class. |
| HealthTypes.Status.Values |
Native Java
enum representing this enumeration class. |
| Recurrence.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.content.registries package provides classes and
interfaces for managing image registries in vCenter.