Show / Hide Table of Contents

Class DatabaseToolsDatabaseApiGatewayConfigContent

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

Inheritance
object
DatabaseToolsDatabaseApiGatewayConfigContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top