ClusterDasAdvancedRuntimeInfo
ClusterDasAdvancedRuntimeInfo
Base class for advanced runtime information related to the high availability service for a cluster.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"dasHostInfo": {
"_typeName": "string"
},
"vmcpSupported": {
"_typeName": "string",
"storageAPDSupported": false,
"storagePDLSupported": false
},
"heartbeatDatastoreInfo": [
{
"_typeName": "string",
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
]
}
dasHostInfo
Optional
The information pertaining to the HA agents on the hosts
vmcpSupported
Optional
Whether HA VM Component Protection can be enabled for the cluster.
array of
DasHeartbeatDatastoreInfo
heartbeatDatastoreInfo
Optional
The map of a datastore to the set of hosts that are using the datastore for storage heartbeating.