LogAnalyticsMetaSourceTypeCollection¶
-
class
oci.log_analytics.models.LogAnalyticsMetaSourceTypeCollection(**kwargs)¶ Bases:
objectSource Meta Type List
Methods
__init__(**kwargs)Initializes a new LogAnalyticsMetaSourceTypeCollection object with values from keyword arguments. Attributes
itemsGets the items of this LogAnalyticsMetaSourceTypeCollection. -
__init__(**kwargs)¶ Initializes a new LogAnalyticsMetaSourceTypeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.LogAnalyticsMetaSourceType]) – The value to assign to the items property of this LogAnalyticsMetaSourceTypeCollection.
-
items¶ Gets the items of this LogAnalyticsMetaSourceTypeCollection. An array of meta source types.
Returns: The items of this LogAnalyticsMetaSourceTypeCollection. Return type: list[oci.log_analytics.models.LogAnalyticsMetaSourceType]
-