Class DatabaseToolsMcpServerDefault
Allows the creation, configuration and management of an MCP server.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsMcpServerDefault : DatabaseToolsMcpServer
Properties
DomainAppId
Declaration
[JsonProperty(PropertyName = "domainAppId")]
public string DomainAppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the associated domain application (Oracle Cloud Service). |
DomainId
Declaration
[Required(ErrorMessage = "DomainId is required.")]
[JsonProperty(PropertyName = "domainId")]
public string DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the associated identity domain. |
Remarks
Required
Storage
Declaration
[Required(ErrorMessage = "Storage is required.")]
[JsonProperty(PropertyName = "storage")]
public DatabaseToolsMcpServerStorage Storage { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsMcpServerStorage |
Remarks
Required