NodeHealthStateChunkList Class

The list of node health state chunks in the cluster that respect the input filters in the chunk query. Returned by get cluster health state chunks query.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthStateChunkList
NodeHealthStateChunkList

Constructor

NodeHealthStateChunkList(*, total_count: Optional[int] = None, items=None, **kwargs)

Parameters

total_count
<xref:long>
Required

Total number of entity health state objects that match the specified filters from the cluster health chunk query description.

items
list[NodeHealthStateChunk]
Required

The list of node health state chunks that respect the input filters in the chunk query.