Class DatabaseToolsDatabaseApiGatewayConfigContent
The content of a Database Tools database API gateway config global resource.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class DatabaseToolsDatabaseApiGatewayConfigContent
Properties
Global
Declaration
[Required(ErrorMessage = "Global is required.")]
[JsonProperty(PropertyName = "global")]
public DatabaseToolsDatabaseApiGatewayConfigGlobal Global { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsDatabaseApiGatewayConfigGlobal |
Remarks
Required
Pools
Declaration
[JsonProperty(PropertyName = "pools")]
public List<DatabaseToolsDatabaseApiGatewayConfigPoolContent> Pools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DatabaseToolsDatabaseApiGatewayConfigPoolContent> | The content of the Database Tools database API gateway config pools each with API spec and auto API spec definitions. |