EnvironmentCollection

class oci.cloud_bridge.models.EnvironmentCollection(**kwargs)

Bases: object

Results of an environment search. Contains both EnvironmentSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.cloud_bridge.models.EnvironmentSummary]) – The value to assign to the items property of this EnvironmentCollection.
items

[Required] Gets the items of this EnvironmentCollection. List of all source environments.

Returns:The items of this EnvironmentCollection.
Return type:list[oci.cloud_bridge.models.EnvironmentSummary]