DrPlanCollection¶
-
class
oci.disaster_recovery.models.
DrPlanCollection
(**kwargs)¶ Bases:
object
A list of DR plan summaries.
Methods
__init__
(**kwargs)Initializes a new DrPlanCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DrPlanCollection. -
__init__
(**kwargs)¶ Initializes a new DrPlanCollection 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.DrPlanSummary]) – The value to assign to the items property of this DrPlanCollection.
-
items
¶ [Required] Gets the items of this DrPlanCollection. A list of DR plan summaries.
Returns: The items of this DrPlanCollection. Return type: list[oci.disaster_recovery.models.DrPlanSummary]
-