ArrayOfVsanPolicySatisfiability
ArrayOfVsanPolicySatisfiability
A boxed array of VsanPolicySatisfiability. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"uuid": "string",
"isSatisfiable": false,
"reason": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"cost": {
"_typeName": "string",
"changeDataSize": 0,
"currentDataSize": 0,
"tempDataSize": 0,
"copyDataSize": 0,
"changeFlashReadCacheSize": 0,
"currentFlashReadCacheSize": 0,
"currentDiskSpaceToAddressSpaceRatio": "number",
"diskSpaceToAddressSpaceRatio": "number"
}
}
]
}