FirmwareBundleTransitions

class oci.core.models.FirmwareBundleTransitions(**kwargs)

Bases: object

A map of firmware bundle upgrades/downgrades validated by OCI.

Methods

__init__(**kwargs) Initializes a new FirmwareBundleTransitions object with values from keyword arguments.

Attributes

downgrades Gets the downgrades of this FirmwareBundleTransitions.
upgrades Gets the upgrades of this FirmwareBundleTransitions.
__init__(**kwargs)

Initializes a new FirmwareBundleTransitions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • upgrades (list[str]) – The value to assign to the upgrades property of this FirmwareBundleTransitions.
  • downgrades (list[str]) – The value to assign to the downgrades property of this FirmwareBundleTransitions.
downgrades

Gets the downgrades of this FirmwareBundleTransitions. An array of OCIDs of validated firmware bundle downgrades.

Returns:The downgrades of this FirmwareBundleTransitions.
Return type:list[str]
upgrades

Gets the upgrades of this FirmwareBundleTransitions. An array of OCIDs of validated firmware bundle upgrades.

Returns:The upgrades of this FirmwareBundleTransitions.
Return type:list[str]