ProblemEndpointCollection

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

Bases: object

Collection of problem endpoint summaries.

Methods

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

Attributes

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

Initializes a new ProblemEndpointCollection 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 ProblemEndpointCollection. List of ProblemEndpointSummary resources

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

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

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