DatabaseToolsDatabaseApiGatewayConfigContent

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

Bases: object

The content of a Database Tools database API gateway config global resource.

Methods

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

Attributes

pools Gets the pools of this DatabaseToolsDatabaseApiGatewayConfigContent.
__init__(**kwargs)

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

Parameters:
pools

Gets the pools of this DatabaseToolsDatabaseApiGatewayConfigContent. The content of the Database Tools database API gateway config pools each with API spec and auto API spec definitions.

Returns:The pools of this DatabaseToolsDatabaseApiGatewayConfigContent.
Return type:list[oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigPoolContent]