ImpactedResourceCollection

class oci.cloud_guard.models.ImpactedResourceCollection(**kwargs)

Bases: object

Collection of impacted resource summaries.

Methods

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

Attributes

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

Initializes a new ImpactedResourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
items

[Required] Gets the items of this ImpactedResourceCollection. List of ImpactedResourceSummary resources

Returns:The items of this ImpactedResourceCollection.
Return type:list[oci.cloud_guard.models.ImpactedResourceSummary]
locks

Gets the locks of this ImpactedResourceCollection. Locks associated with this resource.

Returns:The locks of this ImpactedResourceCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]