DeployPipelineEnvironmentCollection¶
-
class
oci.devops.models.
DeployPipelineEnvironmentCollection
(**kwargs)¶ Bases:
object
List of all environments used in the pipeline.
Methods
__init__
(**kwargs)Initializes a new DeployPipelineEnvironmentCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DeployPipelineEnvironmentCollection. -
__init__
(**kwargs)¶ Initializes a new DeployPipelineEnvironmentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.devops.models.DeployPipelineEnvironment]) – The value to assign to the items property of this DeployPipelineEnvironmentCollection.
-
items
¶ [Required] Gets the items of this DeployPipelineEnvironmentCollection. List of all environments used in the pipeline.
Returns: The items of this DeployPipelineEnvironmentCollection. Return type: list[oci.devops.models.DeployPipelineEnvironment]
-