ArrayOfVsanClusterHealthResultRow
ArrayOfVsanClusterHealthResultRow
A boxed array of VsanClusterHealthResultRow. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"values": [
"string"
],
"nestedRows": [
"VsanClusterHealthResultRow Object"
],
"actions": [
{
"_typeName": "string",
"description": "string",
"apiAction": {
"_typeName": "string",
"actionId": "string",
"actionLabel": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"actionDescription": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"enabled": false,
"parameters": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
},
"confirmation": {
"_typeName": "string",
"title": "string",
"subTitle": "string",
"content": "string",
"agreeLabel": "string",
"closeLabel": "string",
"isWarning": false
}
}
]
}
]
}