com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server.See: Description
| Interface | Description |
|---|---|
| AssociatedProducts |
The
AssociatedProducts interface provides options to list, add, modify,
and delete VMware products associated with vCenter Server. |
| AssociatedProductsTypes |
Defines the data types of the
AssociatedProducts
API service. |
| InteropReport |
The
InteropReport interface provides methods to report the
interoperability between a vCenter Server release version and the other
installed VMware products registered in the vCenter Server instance. |
| InteropReportTypes |
Defines the data types of the
InteropReport
API service. |
| ProductCatalog |
The
ProductCatalog interface provides information which VMware products
can be associated with vCenter Server. |
| ProductCatalogTypes |
Defines the data types of the
ProductCatalog
API service. |
| Class | Description |
|---|---|
| AssociatedProductsDefinitions |
Defines the type descriptors for the
AssociatedProducts
API service. |
| AssociatedProductsStub |
Remote stub implementation of the
AssociatedProducts
API service. |
| AssociatedProductsTypes.CreateSpec |
The
CreateSpec class is the specification used for the product creation. |
| AssociatedProductsTypes.CreateSpec.Builder |
Builder class for
AssociatedProductsTypes.CreateSpec. |
| AssociatedProductsTypes.UpdateSpec |
The
UpdateSpec class is the specification for the product update. |
| AssociatedProductsTypes.UpdateSpec.Builder |
Builder class for
AssociatedProductsTypes.UpdateSpec. |
| DiscoveryFactory |
DiscoveryFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.lcm.discovery package and also has the subpackages reference
to access respective subpackage services. |
| InteropReportDefinitions |
Defines the type descriptors for the
InteropReport
API service. |
| InteropReportStub |
Remote stub implementation of the
InteropReport
API service. |
| InteropReportTypes.ReleaseInfo |
The
ReleaseInfo class contains a product release information. |
| InteropReportTypes.ReleaseInfo.Builder |
Builder class for
InteropReportTypes.ReleaseInfo. |
| InteropReportTypes.Report |
The
Report class contains the interoperability report between the target
product and the other registered products in the vCenter Server instance. |
| InteropReportTypes.Report.Builder |
Builder class for
InteropReportTypes.Report. |
| InteropReportTypes.ReportRow |
The
ReportRow class contains the interoperability between a given
product and the target product. |
| InteropReportTypes.ReportRow.Builder |
Builder class for
InteropReportTypes.ReportRow. |
| InteropReportTypes.ReportSummary |
The
ReportSummary class contains a summary of the InteropReportTypes.Report.getProducts(). |
| InteropReportTypes.ReportSummary.Builder |
Builder class for
InteropReportTypes.ReportSummary. |
| InteropReportTypes.Result |
The
Result class contains the result of interoperability report creation
operation. |
| InteropReportTypes.Result.Builder |
Builder class for
InteropReportTypes.Result. |
| InteropReportTypes.Spec |
Configuration of report generation.
|
| InteropReportTypes.Spec.Builder |
Builder class for
InteropReportTypes.Spec. |
| Product |
The
Info class contains information about a VMware product which is
present in the customer Environemnt. |
| Product.Builder |
Builder class for
Product. |
| ProductCatalogDefinitions |
Defines the type descriptors for the
ProductCatalog
API service. |
| ProductCatalogStub |
Remote stub implementation of the
ProductCatalog
API service. |
| ProductCatalogTypes.Summary |
The
Summary class contains information about each VMware product and its
corresponding versions that can be associated with vCenter Server. |
| ProductCatalogTypes.Summary.Builder |
Builder class for
ProductCatalogTypes.Summary. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.lcm.discovery package. |
| Enum | Description |
|---|---|
| InteropReportTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server.