HostProfileManagerHostToConfigSpecMap

HostProfileManagerHostToConfigSpecMap
HostProfileManagerHostToConfigSpecMap

Data class for HostSystem-AnswerFileCreateSpec mapping.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "configSpec": {
        "_typeName": "string",
        "validating": false
    }
}
host
Required

Reference to an instance of the HostSystem managed object.

configSpec
Required

Base class for host-specific answer file options.