Package | Description |
---|---|
com.vmware.vcenter.lcm.discovery |
The
com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server. |
Modifier and Type | Method and Description |
---|---|
static Product |
Product._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static Product |
Product._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Product |
Product.Builder.build() |
Product |
AssociatedProducts.get(java.lang.String product)
Returns the detailed information of a product associated with vCenter Server.
|
Product |
AssociatedProductsStub.get(java.lang.String product) |
Product |
AssociatedProducts.get(java.lang.String product,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the detailed information of a product associated with vCenter Server.
|
Product |
AssociatedProductsStub.get(java.lang.String product,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Product |
InteropReportTypes.ReportRow.getProduct()
The product to compare to the target product.
|
Product |
InteropReportTypes.Report.getTargetProduct()
A product against the other products are compared to.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Product> |
AssociatedProducts.list()
Retrieves a list of all associated VMware product deployments with vCenter
Server in the environment.
|
java.util.List<Product> |
AssociatedProductsStub.list() |
java.util.List<Product> |
AssociatedProducts.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves a list of all associated VMware product deployments with vCenter
Server in the environment.
|
java.util.List<Product> |
AssociatedProductsStub.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
InteropReportTypes.ReportRow.setProduct(Product product)
The product to compare to the target product.
|
void |
InteropReportTypes.Report.setTargetProduct(Product targetProduct)
A product against the other products are compared to.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociatedProducts.get(java.lang.String product,
com.vmware.vapi.bindings.client.AsyncCallback<Product> asyncCallback)
Returns the detailed information of a product associated with vCenter Server.
|
void |
AssociatedProductsStub.get(java.lang.String product,
com.vmware.vapi.bindings.client.AsyncCallback<Product> asyncCallback) |
void |
AssociatedProducts.get(java.lang.String product,
com.vmware.vapi.bindings.client.AsyncCallback<Product> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the detailed information of a product associated with vCenter Server.
|
void |
AssociatedProductsStub.get(java.lang.String product,
com.vmware.vapi.bindings.client.AsyncCallback<Product> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
AssociatedProducts.list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Product>> asyncCallback)
Retrieves a list of all associated VMware product deployments with vCenter
Server in the environment.
|
void |
AssociatedProductsStub.list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Product>> asyncCallback) |
void |
AssociatedProducts.list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Product>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves a list of all associated VMware product deployments with vCenter
Server in the environment.
|
void |
AssociatedProductsStub.list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Product>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(java.util.Calendar dateCreated,
Product targetProduct,
java.util.List<InteropReportTypes.ReportRow> products,
InteropReportTypes.ReportSummary summary)
Constructor with parameters for the required properties of
InteropReportTypes.Report . |
Builder(Product product,
boolean compatible,
java.util.List<InteropReportTypes.ReleaseInfo> compatibleReleases)
Constructor with parameters for the required properties of
InteropReportTypes.ReportRow . |