DatabaseToolsDatabaseApiGatewayConfigContent¶
-
class
oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigContent(**kwargs)¶ Bases:
objectThe 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
poolsGets 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: - _global (oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigGlobal) – The value to assign to the _global property of this DatabaseToolsDatabaseApiGatewayConfigContent.
- pools (list[oci.database_tools_runtime.models.DatabaseToolsDatabaseApiGatewayConfigPoolContent]) – The value to assign to the pools property of this DatabaseToolsDatabaseApiGatewayConfigContent.
-
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]
-