Class AutonomousContainerDatabaseVersionSummary
The supported Autonomous AI Database version.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousContainerDatabaseVersionSummaryProperties
Details
Declaration
[JsonProperty(PropertyName = "details")]
public string Details { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A URL that points to a detailed description of the Autonomous Container Database version. | 
SupportedApps
Declaration
[Required(ErrorMessage = "SupportedApps is required.")]
[JsonProperty(PropertyName = "supportedApps")]
public List<AppVersionSummary> SupportedApps { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AppVersionSummary> | The list of applications supported for the given version. | 
Remarks
Required
Version
Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A valid Oracle AI Database version for provisioning an Autonomous Container Database. | 
Remarks
Required