LifecycleEnvironmentCollection

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

Bases: object

A set of lifecycle environments returned for the list_lifecycle_environments() operation. The list contains a summary of each lifecycle environment and other information, such as metadata.

Methods

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

Attributes

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

Initializes a new LifecycleEnvironmentCollection 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.LifecycleEnvironmentSummary]) – The value to assign to the items property of this LifecycleEnvironmentCollection.
items

[Required] Gets the items of this LifecycleEnvironmentCollection. List of lifecycle environments.

Returns:The items of this LifecycleEnvironmentCollection.
Return type:list[oci.os_management_hub.models.LifecycleEnvironmentSummary]