com.vmware.vcenter.crypto_manager.hosts.kms package provides
interfaces for managing key providers.See: Description
| Interface | Description |
|---|---|
| Providers |
The
Providers interface provides methods to retrieve providers on a
host. |
| ProvidersTypes |
Defines the data types of the
Providers
API service. |
| Class | Description |
|---|---|
| KmsFactory |
KmsFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.crypto_manager.hosts.kms package and also has the subpackages reference
to access respective subpackage services. |
| ProvidersDefinitions |
Defines the type descriptors for the
Providers
API service. |
| ProvidersStub |
Remote stub implementation of the
Providers
API service. |
| ProvidersTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing providers. |
| ProvidersTypes.FilterSpec.Builder |
Builder class for
ProvidersTypes.FilterSpec. |
| ProvidersTypes.Health |
The
Health enumeration class contains the health status of a provider. |
| ProvidersTypes.Info |
The
Info class contains properties that describe the details of a
provider. |
| ProvidersTypes.Info.Builder |
Builder class for
ProvidersTypes.Info. |
| ProvidersTypes.NativeProviderInfo |
The
NativeProviderInfo class contains properties that describe details
of a native provider. |
| ProvidersTypes.NativeProviderInfo.Builder |
Builder class for
ProvidersTypes.NativeProviderInfo. |
| ProvidersTypes.Summary |
The
Summary class contains properties that describe a provider. |
| ProvidersTypes.Summary.Builder |
Builder class for
ProvidersTypes.Summary. |
| ProvidersTypes.Type |
The
Type enumeration class contains the types of providers. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.crypto_manager.hosts.kms package. |
| Enum | Description |
|---|---|
| ProvidersTypes.Health.Values |
Native Java
enum representing this enumeration class. |
| ProvidersTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.crypto_manager.hosts.kms package provides
interfaces for managing key providers.