RemediationRunStageCollection¶
-
class
oci.adm.models.
RemediationRunStageCollection
(**kwargs)¶ Bases:
object
Collection of remediation run stage summaries.
Methods
__init__
(**kwargs)Initializes a new RemediationRunStageCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RemediationRunStageCollection. -
__init__
(**kwargs)¶ Initializes a new RemediationRunStageCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.adm.models.RemediationRunStageSummary]) – The value to assign to the items property of this RemediationRunStageCollection.
-
items
¶ [Required] Gets the items of this RemediationRunStageCollection. List of remediation run stage summaries.
Returns: The items of this RemediationRunStageCollection. Return type: list[oci.adm.models.RemediationRunStageSummary]
-