...
- the provproviderprotocol, this which is the protocol of the provisioning provider
- the provprovidername, this which is the name of the provider and it will appear on the provider's data entry screen
- and the provider process name, this which must be the same as the custom process class that will be created for the provider.
Also, in this file, you can define the following:
- generalparameters, these which are the provider parameters,
- hardwaretypes, these which are the supported hardware types
- relatedpages, which are the data entry or summary pages that are implemented to cover the custom provider's processes
- regionmapping, which is a boolean value indicating whether there should be region mapping configured for the provider
- usedbyusageservicecatalog, which is a boolean value indicating whether the provider can be used by a usage service catalog
- testconnectionavailable, a which is a boolean value indicating whether the "Test Connection" button should be available for the provider
...