HostProfileManagerCompositionResultResultElement
HostProfileManagerCompositionResultResultElement
Composition result for a specific target host profile.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"target": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"status": "string",
"errors": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
string
status
Required
The composition status.
See HostProfileManagerCompositionResultResultElementStatusEnum for details of supported values.