DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection

class oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection(**kwargs)

Bases: object

List of database API gateway config setting descriptions to be provided as advanced properties.

Methods

__init__(**kwargs) Initializes a new DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection.
__init__(**kwargs)

Initializes a new DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummary]) – The value to assign to the items property of this DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection.
items

[Required] Gets the items of this DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection. List of database API gateway config setting descriptions to be provided as advanced properties.

Returns:The items of this DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummaryCollection.
Return type:list[oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigAdvancedPropertySummary]