Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface INodePoolCounts

    Interface representing counts of nodes in the pool.

    interface INodePoolCounts {
        availableNodesById: Record<string, number>;
        createdNodesById: Record<string, number>;
        total: number;
    }
    Index

    Properties

    availableNodesById: Record<string, number>

    Number of available nodes by component type.

    createdNodesById: Record<string, number>

    Number of created nodes by component type.

    total: number

    Total number of nodes created across all types.