AddmDbParameterCategorySummary¶
-
class
oci.opsi.models.
AddmDbParameterCategorySummary
(**kwargs)¶ Bases:
object
Database parameter category summary
Methods
__init__
(**kwargs)Initializes a new AddmDbParameterCategorySummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this AddmDbParameterCategorySummary. id
[Required] Gets the id of this AddmDbParameterCategorySummary. name
[Required] Gets the name of this AddmDbParameterCategorySummary. -
__init__
(**kwargs)¶ Initializes a new AddmDbParameterCategorySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AddmDbParameterCategorySummary.
- name (str) – The value to assign to the name property of this AddmDbParameterCategorySummary.
- display_name (str) – The value to assign to the display_name property of this AddmDbParameterCategorySummary.
-
display_name
¶ [Required] Gets the display_name of this AddmDbParameterCategorySummary. Display name of database parameter category
Returns: The display_name of this AddmDbParameterCategorySummary. Return type: str
-
id
¶ [Required] Gets the id of this AddmDbParameterCategorySummary. The OCID of the Database insight.
Returns: The id of this AddmDbParameterCategorySummary. Return type: str
-
name
¶ [Required] Gets the name of this AddmDbParameterCategorySummary. Name of database parameter category
Returns: The name of this AddmDbParameterCategorySummary. Return type: str
-