Class CreateDatabaseToolsMcpServerDefaultDetails
Details for the new Database Tools MCP server.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class CreateDatabaseToolsMcpServerDefaultDetails : CreateDatabaseToolsMcpServerDetails
Properties
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