Show / Hide Table of Contents

Class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails

The content of a Database Tools database API gateway config API spec sub resource to be created.

Inheritance
object
CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDefaultDetails
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
[JsonConverter(typeof(CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetailsModelConverter))]
public class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails

Properties

Content

Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type Description
string

The content of a string-escaped Open API spec in JSON format.

Remarks

Required

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name. Does not have to be unique, and it\u2019s changeable. Avoid entering confidential information.

Remarks

Required

In this article
Back to top