LogAnalyticsResourceCategoryCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsResourceCategoryCollection
(**kwargs)¶ Bases:
object
A collection of resources and their category assignments.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsResourceCategoryCollection object with values from keyword arguments. Attributes
categories
Gets the categories of this LogAnalyticsResourceCategoryCollection. items
Gets the items of this LogAnalyticsResourceCategoryCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsResourceCategoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - categories (list[oci.log_analytics.models.LogAnalyticsCategory]) – The value to assign to the categories property of this LogAnalyticsResourceCategoryCollection.
- items (list[oci.log_analytics.models.LogAnalyticsResourceCategory]) – The value to assign to the items property of this LogAnalyticsResourceCategoryCollection.
-
categories
¶ Gets the categories of this LogAnalyticsResourceCategoryCollection. An array of categories. The array contents include detailed information about the distinct set of categories assigned to all the listed resources under items.
Returns: The categories of this LogAnalyticsResourceCategoryCollection. Return type: list[oci.log_analytics.models.LogAnalyticsCategory]
-
items
¶ Gets the items of this LogAnalyticsResourceCategoryCollection. A list of resources and their category assignments
Returns: The items of this LogAnalyticsResourceCategoryCollection. Return type: list[oci.log_analytics.models.LogAnalyticsResourceCategory]
-