ResourceProfileImpactedResourceCollection

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

Bases: object

Collection of resource profile impacted resource summaries

Methods

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

Attributes

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

Initializes a new ResourceProfileImpactedResourceCollection 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 ResourceProfileImpactedResourceCollection. List of ResourceProfileImpactedResourceSummary resources

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

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

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