Class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest
Implements
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Requests
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpec request.
Properties
AutoApiSpecKey
Declaration
[Required(ErrorMessage = "AutoApiSpecKey is required.")]
[HttpConverter(TargetEnum.Path, "autoApiSpecKey")]
public string AutoApiSpecKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The key of the auto API spec config. |
Remarks
Required
DatabaseToolsDatabaseApiGatewayConfigId
Declaration
[Required(ErrorMessage = "DatabaseToolsDatabaseApiGatewayConfigId is required.")]
[HttpConverter(TargetEnum.Path, "databaseToolsDatabaseApiGatewayConfigId")]
public string DatabaseToolsDatabaseApiGatewayConfigId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of a Database Tools database API gateway config. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| string | If-Match is most often used with state-changing methods (e.g., POST, PUT, DELETE) to prevent
accidental overwrites when multiple user agentss might be acting in parallel on the same
resource (i.e., to prevent the "lost update" problem). In general, it can be used with any
method that involves the selection or modification of a representation to abort the request
if the selected representation's current entity tag is not a member within the If-Match field value. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |
PoolKey
Declaration
[Required(ErrorMessage = "PoolKey is required.")]
[HttpConverter(TargetEnum.Path, "poolKey")]
public string PoolKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The key of the pool config. |
Remarks
Required
UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails
Declaration
[Required(ErrorMessage = "UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails | The information to be updated. |
Remarks
Required