DrProtectionGroupCollection

class oci.disaster_recovery.models.DrProtectionGroupCollection(**kwargs)

Bases: object

A list of DR protection group summaries.

Methods

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

Attributes

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

Initializes a new DrProtectionGroupCollection 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.DrProtectionGroupSummary]) – The value to assign to the items property of this DrProtectionGroupCollection.
items

[Required] Gets the items of this DrProtectionGroupCollection. A list of DR protection group summaries.

Returns:The items of this DrProtectionGroupCollection.
Return type:list[oci.disaster_recovery.models.DrProtectionGroupSummary]