AwrReport¶
-
class
oci.opsi.models.
AwrReport
(**kwargs)¶ Bases:
object
The result of the AWR report.
Attributes
FORMAT_HTML
A constant which can be used with the format property of a AwrReport. FORMAT_TEXT
A constant which can be used with the format property of a AwrReport. content
Gets the content of this AwrReport. format
[Required] Gets the format of this AwrReport. Methods
__init__
(**kwargs)Initializes a new AwrReport object with values from keyword arguments. -
FORMAT_HTML
= 'HTML'¶ A constant which can be used with the format property of a AwrReport. This constant has a value of “HTML”
-
FORMAT_TEXT
= 'TEXT'¶ A constant which can be used with the format property of a AwrReport. This constant has a value of “TEXT”
-
__init__
(**kwargs)¶ Initializes a new AwrReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - content (str) – The value to assign to the content property of this AwrReport.
- format (str) – The value to assign to the format property of this AwrReport. Allowed values for this property are: “HTML”, “TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
content
¶ Gets the content of this AwrReport. The content of the report.
Returns: The content of this AwrReport. Return type: str
-
format
¶ [Required] Gets the format of this AwrReport. The format of the report.
Allowed values for this property are: “HTML”, “TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The format of this AwrReport. Return type: str
-