ArrayOfVSANStretchedClusterHostVirtualApplianceStatus
ArrayOfVSANStretchedClusterHostVirtualApplianceStatus
A boxed array of VSANStretchedClusterHostVirtualApplianceStatus. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"vcCluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"isVirtualApp": false,
"vcClusters": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"isVirtualAppValid": false
}
]
}