Class FirmwareBundleTransitions
A map of firmware bundle upgrades/downgrades validated by OCI.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class FirmwareBundleTransitions
Properties
Downgrades
Declaration
[JsonProperty(PropertyName = "downgrades")]
public List<string> Downgrades { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | An array of OCIDs of validated firmware bundle downgrades. |
Upgrades
Declaration
[JsonProperty(PropertyName = "upgrades")]
public List<string> Upgrades { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | An array of OCIDs of validated firmware bundle upgrades. |