CommonIaasConfiguration

CommonIaasConfiguration
CommonIaasConfiguration
JSON Example
{
    "guid": "string",
    "name": "string",
    "additional_cloud_properties": {}
}
string
guid
Optional

guid

string
name
Optional

name

additional_cloud_properties
Optional

Defaults to {}. Allows the operator to include global CPI properties that are not directly exposed by the API. Any key specified in the object will not be a recursive merge, but instead it will overwrite existing keys. For example, if OpsManager produces a vSphere CPI that specifies true for the allow_mixed_datastores property in the list of datacenters, then operator needs to provide the entire list of datacenters to not overwrite the datacenters key with an incomplete object.