LogAnalyticsWarningCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsWarningCollection
(**kwargs)¶ Bases:
object
A collection of warnings.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsWarningCollection object with values from keyword arguments. Attributes
items
Gets the items of this LogAnalyticsWarningCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsWarningCollection 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.LogAnalyticsWarning]) – The value to assign to the items property of this LogAnalyticsWarningCollection.
-
items
¶ Gets the items of this LogAnalyticsWarningCollection. A collection of LogAnalyticsWarnings
Returns: The items of this LogAnalyticsWarningCollection. Return type: list[oci.log_analytics.models.LogAnalyticsWarning]
-