# FpgaStatusInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **eth_link_count** | **int** | | [optional] **eth_link_status** | **int** | | [optional] **power_usage_w** | **float** | | [optional] **fpga_temp_c** | **float** | | [optional] **hbm_temp_c** | **float** | | [optional] ## Example ```python from openapi_client.models.fpga_status_inner import FpgaStatusInner # TODO update the JSON string below json = "{}" # create an instance of FpgaStatusInner from a JSON string fpga_status_inner_instance = FpgaStatusInner.from_json(json) # print the JSON string representation of the object print(FpgaStatusInner.to_json()) # convert the object into a dict fpga_status_inner_dict = fpga_status_inner_instance.to_dict() # create an instance of FpgaStatusInner from a dict fpga_status_inner_from_dict = FpgaStatusInner.from_dict(fpga_status_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)