FirmwareBundleTransitions¶
-
class
oci.core.models.FirmwareBundleTransitions(**kwargs)¶ Bases:
objectA map of firmware bundle upgrades/downgrades validated by OCI.
Methods
__init__(**kwargs)Initializes a new FirmwareBundleTransitions object with values from keyword arguments. Attributes
downgradesGets the downgrades of this FirmwareBundleTransitions. upgradesGets 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.
-