go-redfish/client/docs/UpdateService.md
Manoj 924b41cc22 Support for Additional Redfish APIs
Added support for the following APIs

FirmwareInventoryDownloadImage
FirmwareInventory
GetTask
UpdateService
UpdateServiceSimpleUpdate

RAID Creation Support

Also updated Makefile to add an additional  docker based target
to assist in code generation.

Change-Id: I716153fe254c7fefc6893ac76e4fa190a24029a8
2020-04-24 18:08:47 +00:00

21 lines
1.0 KiB
Markdown

# UpdateService
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**FirmwareInventory** | [**FirmwareInventory**](FirmwareInventory.md) | | [optional]
**Id** | **string** | The name of the resource. | [optional] [readonly]
**Name** | **string** | The name of the resource. | [readonly]
**OdataType** | **string** | The type of a resource. | [readonly]
**OdataId** | **string** | The unique identifier for a resource. | [readonly]
**OdataContext** | **string** | The OData description of a payload. | [optional] [readonly]
**Description** | Pointer to **string** | description | [optional] [readonly]
**HttpPushUri** | **string** | | [optional] [readonly]
**ServiceEnabled** | Pointer to **bool** | | [optional]
**Actions** | [**UpdateServiceActions**](UpdateService_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)