instanceHealthList property

List<SingleInstanceHealth>? instanceHealthList
final

Detailed health information about each instance.

The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

Implementation

final List<SingleInstanceHealth>? instanceHealthList;