ResourceTypeCollection

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

Bases: object

Collection of supported resource types.

Methods

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

Attributes

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

Initializes a new ResourceTypeCollection 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 ResourceTypeCollection. List of ResourceTypeSummary resources

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

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

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