Create a CI class for a virtual cloud resource
If the base system does not provide a CI type for cloud-based virtual resources, you can create a CI class based on the virtual machine object class.
Before you begin
About this task
This topic provides general instructions for extending an existing cloud provider, product, and resource type.
Procedure
What to do next
Use the CI class in a resource type for a cloud provider. See Add a product to an existing provider in CAPI for instructions.
Your response processor, which is part of the resource block, must also specify the necessary CI class types so it can update the CMDB. Usually, the response processor needs the object ID, the specific datacenter, and the cloud service account. See Virtual server response processor example for example response processor code that uses CI classes.