WarningReferenceDetails¶
-
class
oci.log_analytics.models.
WarningReferenceDetails
(**kwargs)¶ Bases:
object
A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list.
Methods
__init__
(**kwargs)Initializes a new WarningReferenceDetails object with values from keyword arguments. Attributes
warning_references
Gets the warning_references of this WarningReferenceDetails. -
__init__
(**kwargs)¶ Initializes a new WarningReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: warning_references (list[str]) – The value to assign to the warning_references property of this WarningReferenceDetails.
-
warning_references
¶ Gets the warning_references of this WarningReferenceDetails. A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list.
Returns: The warning_references of this WarningReferenceDetails. Return type: list[str]
-