github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/docs/NodeInfo.md (about) 1 # NodeInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **compute_node_info** | [**ComputeNodeInfo**](ComputeNodeInfo.md) | | [optional] 7 **labels** | **dict(str, str)** | | [optional] 8 **node_type** | [**NodeType**](NodeType.md) | | [optional] 9 **peer_info** | [**PeerAddrInfo**](PeerAddrInfo.md) | | [optional] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13