AddmDbParameterCategoryCollection¶
-
class
oci.opsi.models.
AddmDbParameterCategoryCollection
(**kwargs)¶ Bases:
object
List of database parameter categories
Methods
__init__
(**kwargs)Initializes a new AddmDbParameterCategoryCollection object with values from keyword arguments. Attributes
database_details_items
[Required] Gets the database_details_items of this AddmDbParameterCategoryCollection. items
[Required] Gets the items of this AddmDbParameterCategoryCollection. -
__init__
(**kwargs)¶ Initializes a new AddmDbParameterCategoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_details_items (list[oci.opsi.models.DatabaseDetails]) – The value to assign to the database_details_items property of this AddmDbParameterCategoryCollection.
- items (list[oci.opsi.models.AddmDbParameterCategorySummary]) – The value to assign to the items property of this AddmDbParameterCategoryCollection.
-
database_details_items
¶ [Required] Gets the database_details_items of this AddmDbParameterCategoryCollection. List of database details data
Returns: The database_details_items of this AddmDbParameterCategoryCollection. Return type: list[oci.opsi.models.DatabaseDetails]
-
items
¶ [Required] Gets the items of this AddmDbParameterCategoryCollection. List of database parameter categories
Returns: The items of this AddmDbParameterCategoryCollection. Return type: list[oci.opsi.models.AddmDbParameterCategorySummary]
-