DisabledInsightDetails

class oci.psql.models.DisabledInsightDetails(**kwargs)

Bases: oci.psql.models.odsp_insight_details.OdspInsightDetails

Disable Insight for the database system.

Attributes

KIND_DISABLED str(object=’’) -> str
KIND_ENABLED str(object=’’) -> str
kind [Required] Gets the kind of this OdspInsightDetails.

Methods

__init__(**kwargs) Initializes a new DisabledInsightDetails 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 DisabledInsightDetails object with values from keyword arguments. The default value of the kind attribute of this class is DISABLED and 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 DisabledInsightDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
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