FirmwareBundleSummary

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

Bases: object

Summary of a firmware bundle, returned in list operations.

Methods

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

Attributes

allowable_transitions Gets the allowable_transitions of this FirmwareBundleSummary.
compartment_id [Required] Gets the compartment_id of this FirmwareBundleSummary.
description Gets the description of this FirmwareBundleSummary.
display_name [Required] Gets the display_name of this FirmwareBundleSummary.
id [Required] Gets the id of this FirmwareBundleSummary.
lifecycle_state [Required] Gets the lifecycle_state of this FirmwareBundleSummary.
platforms [Required] Gets the platforms of this FirmwareBundleSummary.
time_created [Required] Gets the time_created of this FirmwareBundleSummary.
time_updated [Required] Gets the time_updated of this FirmwareBundleSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this FirmwareBundleSummary.
  • display_name (str) – The value to assign to the display_name property of this FirmwareBundleSummary.
  • description (str) – The value to assign to the description property of this FirmwareBundleSummary.
  • platforms (list[oci.core.models.PlatformVersions]) – The value to assign to the platforms property of this FirmwareBundleSummary.
  • allowable_transitions (oci.core.models.FirmwareBundleTransitions) – The value to assign to the allowable_transitions property of this FirmwareBundleSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this FirmwareBundleSummary.
  • time_created (datetime) – The value to assign to the time_created property of this FirmwareBundleSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FirmwareBundleSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FirmwareBundleSummary.
allowable_transitions

Gets the allowable_transitions of this FirmwareBundleSummary.

Returns:The allowable_transitions of this FirmwareBundleSummary.
Return type:oci.core.models.FirmwareBundleTransitions
compartment_id

[Required] Gets the compartment_id of this FirmwareBundleSummary. The OCID of the compartment of this firmware bundle.

Returns:The compartment_id of this FirmwareBundleSummary.
Return type:str
description

Gets the description of this FirmwareBundleSummary. A brief description or metadata about this firmware bundle.

Returns:The description of this FirmwareBundleSummary.
Return type:str
display_name

[Required] Gets the display_name of this FirmwareBundleSummary. The user-friendly name of this firmware bundle.

Returns:The display_name of this FirmwareBundleSummary.
Return type:str
id

[Required] Gets the id of this FirmwareBundleSummary. The OCID of this firmware bundle.

Returns:The id of this FirmwareBundleSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this FirmwareBundleSummary. The current state of the firmware bundle.

Returns:The lifecycle_state of this FirmwareBundleSummary.
Return type:str
platforms

[Required] Gets the platforms of this FirmwareBundleSummary. A map of platforms to pinned firmware versions.

Returns:The platforms of this FirmwareBundleSummary.
Return type:list[oci.core.models.PlatformVersions]
time_created

[Required] Gets the time_created of this FirmwareBundleSummary. The date and time the firmware bundle was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

Returns:The time_created of this FirmwareBundleSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this FirmwareBundleSummary. The date and time the firmware bundle was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

Returns:The time_updated of this FirmwareBundleSummary.
Return type:datetime