RecommendationSummaryCollection¶
-
class
oci.cloud_guard.models.
RecommendationSummaryCollection
(**kwargs)¶ Bases:
object
Collection of RecommendationSummary resources.
Methods
__init__
(**kwargs)Initializes a new RecommendationSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RecommendationSummaryCollection. locks
Gets the locks of this RecommendationSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new RecommendationSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.cloud_guard.models.RecommendationSummary]) – The value to assign to the items property of this RecommendationSummaryCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this RecommendationSummaryCollection.
-
items
¶ [Required] Gets the items of this RecommendationSummaryCollection. List of RecommendationSummary resources
Returns: The items of this RecommendationSummaryCollection. Return type: list[oci.cloud_guard.models.RecommendationSummary]
-
locks
¶ Gets the locks of this RecommendationSummaryCollection. Locks associated with this resource.
Returns: The locks of this RecommendationSummaryCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-