public interface ProductCatalog extends com.vmware.vapi.bindings.Service, ProductCatalogTypes
ProductCatalog interface provides information which VMware products
can be associated with vCenter Server.ProductCatalogTypes.Summary_VAPI_SERVICE_ID| 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.
|
java.util.List<ProductCatalogTypes.Summary> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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. java.util.List<ProductCatalogTypes.Summary> list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.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. void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
Asynchronous 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. asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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. asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.