public class ProductCatalogStub extends com.vmware.vapi.internal.bindings.Stub implements ProductCatalog
ProductCatalog
API service.
WARNING: Internal class, subject to change in future versions.
ProductCatalogTypes.SummaryapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ProductCatalogStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ProductCatalogStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductCatalogTypes.Summary> |
list()
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
java.util.List<ProductCatalogTypes.Summary> |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
public ProductCatalogStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ProductCatalogStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public java.util.List<ProductCatalogTypes.Summary> list()
ProductCatalogSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ProductCatalogpublic java.util.List<ProductCatalogTypes.Summary> list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProductCatalogSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface ProductCataloginvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
ProductCatalogAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
List of all the VMware products which can be associated with vCenter Server
Operation Errors:
Unauthenticated - if the user can not be authenticated.
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthorized - if you do not have all of the privileges described as follows:
VcLifecycle.View. list in interface ProductCatalogasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ProductCatalogAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
List of all the VMware products which can be associated with vCenter Server
Operation Errors:
Unauthenticated - if the user can not be authenticated.
Error - If there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthorized - if you do not have all of the privileges described as follows:
VcLifecycle.View. list in interface ProductCatalogasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.