DrPlanExecutionCollection¶
-
class
oci.disaster_recovery.models.
DrPlanExecutionCollection
(**kwargs)¶ Bases:
object
A list of DR plan execution summaries.
Methods
__init__
(**kwargs)Initializes a new DrPlanExecutionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DrPlanExecutionCollection. -
__init__
(**kwargs)¶ Initializes a new DrPlanExecutionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.disaster_recovery.models.DrPlanExecutionSummary]) – The value to assign to the items property of this DrPlanExecutionCollection.
-
items
¶ [Required] Gets the items of this DrPlanExecutionCollection. A list of DR plan execution summaries.
Returns: The items of this DrPlanExecutionCollection. Return type: list[oci.disaster_recovery.models.DrPlanExecutionSummary]
-