public interface ProductCatalog extends 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(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
void |
list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
java.util.List<ProductCatalogTypes.Summary> |
list(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.java.util.List<ProductCatalogTypes.Summary> list(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.void list(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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback, 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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.