ProtectionPolicyCollection¶
-
class
oci.recovery.models.
ProtectionPolicyCollection
(**kwargs)¶ Bases:
object
Results of a Protection Policy search. Contains both Protection Policy Summary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new ProtectionPolicyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProtectionPolicyCollection. -
__init__
(**kwargs)¶ Initializes a new ProtectionPolicyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.recovery.models.ProtectionPolicySummary]) – The value to assign to the items property of this ProtectionPolicyCollection.
-
items
¶ [Required] Gets the items of this ProtectionPolicyCollection. List of ProtectionPolicies.
Returns: The items of this ProtectionPolicyCollection. Return type: list[oci.recovery.models.ProtectionPolicySummary]
-