LifecycleStageCollection

class oci.os_management_hub.models.LifecycleStageCollection(**kwargs)

Bases: object

A set of lifecycle stages returned for the list_lifecycle_stages() operation.

Methods

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

Attributes

items [Required] Gets the items of this LifecycleStageCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.os_management_hub.models.LifecycleStageSummary]) – The value to assign to the items property of this LifecycleStageCollection.
items

[Required] Gets the items of this LifecycleStageCollection. List of lifecycle stages.

Returns:The items of this LifecycleStageCollection.
Return type:list[oci.os_management_hub.models.LifecycleStageSummary]