EnabledInsightDetails¶
-
class
oci.psql.models.EnabledInsightDetails(**kwargs)¶ Bases:
oci.psql.models.odsp_insight_details.OdspInsightDetailsEnable or Update Existing Insights for the database system.
Attributes
KIND_DISABLEDstr(object=’’) -> str KIND_ENABLEDstr(object=’’) -> str kind[Required] Gets the kind of this OdspInsightDetails. odsp_insight_list[Required] Gets the odsp_insight_list of this EnabledInsightDetails. Methods
__init__(**kwargs)Initializes a new EnabledInsightDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_DISABLED= 'DISABLED'¶
-
KIND_ENABLED= 'ENABLED'¶
-
__init__(**kwargs)¶ Initializes a new EnabledInsightDetails object with values from keyword arguments. The default value of the
kindattribute of this class isENABLEDand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - kind (str) – The value to assign to the kind property of this EnabledInsightDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- odsp_insight_list (list[oci.psql.models.OdspInsight]) – The value to assign to the odsp_insight_list property of this EnabledInsightDetails.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind¶ [Required] Gets the kind of this OdspInsightDetails. Specifies the management of Insight for the dbSystem.
Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this OdspInsightDetails. Return type: str
-
odsp_insight_list¶ [Required] Gets the odsp_insight_list of this EnabledInsightDetails. List of ODSP Insight and their configurations.
Returns: The odsp_insight_list of this EnabledInsightDetails. Return type: list[oci.psql.models.OdspInsight]
-