924b41cc22
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
16 lines
531 B
Go
16 lines
531 B
Go
/*
|
|
* Redfish OAPI specification
|
|
*
|
|
* Partial Redfish OAPI specification for a limited client
|
|
*
|
|
* API version: 0.0.1
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package client
|
|
// UpdateServiceActions struct for UpdateServiceActions
|
|
type UpdateServiceActions struct {
|
|
UpdateServiceSimpleUpdate VirtualMediaActionsVirtualMediaEjectMedia `json:"#UpdateService.SimpleUpdate,omitempty"`
|
|
UpdateServiceStartUpdate VirtualMediaActionsVirtualMediaEjectMedia `json:"#UpdateService.StartUpdate,omitempty"`
|
|
}
|