go-redfish/client/docs/ComputerSystem.md
2019-09-09 14:54:37 +03:00

32 lines
1.6 KiB
Markdown

# ComputerSystem
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | The name of the resource. | [optional]
**Name** | **string** | The name of the resource. |
**RedfishVersion** | **string** | redfish version | [optional]
**UUID** | **string** | | [optional]
**OdataType** | **string** | The type of a resource. |
**OdataId** | **string** | The unique identifier for a resource. |
**OdataContext** | **string** | The OData description of a payload. | [optional]
**RedfishCopyright** | **string** | redfish copyright | [optional]
**Bios** | [**IdRef**](idRef.md) | | [optional]
**Processors** | [**IdRef**](idRef.md) | | [optional]
**Memory** | [**IdRef**](idRef.md) | | [optional]
**EthernetInterfaces** | [**IdRef**](idRef.md) | | [optional]
**SimpleStorage** | [**IdRef**](idRef.md) | | [optional]
**PowerState** | [**PowerState**](PowerState.md) | | [optional]
**Status** | [**Status**](Status.md) | | [optional]
**Boot** | [**Boot**](Boot.md) | | [optional]
**ProcessorSummary** | [**ProcessorSummary**](ProcessorSummary.md) | | [optional]
**MemorySummary** | [**MemorySummary**](MemorySummary.md) | | [optional]
**IndicatorLED** | [**IndicatorLed**](IndicatorLED.md) | | [optional]
**Links** | [**SystemLinks**](SystemLinks.md) | | [optional]
**Actions** | [**ComputerSystemActions**](ComputerSystem_Actions.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)