Class AutonomousDbVersionSummary
The supported Autonomous AI Database version.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDbVersionSummaryProperties
DbWorkload
Declaration
[JsonProperty(PropertyName = "dbWorkload")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutonomousDbVersionSummary.DbWorkloadEnum? DbWorkload { get; set; }Property Value
| Type | Description | 
|---|---|
| AutonomousDbVersionSummary.DbWorkloadEnum? | The Autonomous AI Database workload type. The following values are valid: 
 This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. | 
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 AI Database version. | 
IsDedicated
Declaration
[JsonProperty(PropertyName = "isDedicated")]
public bool? IsDedicated { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if the database uses dedicated Exadata infrastructure. | 
IsDefaultForFree
Declaration
[JsonProperty(PropertyName = "isDefaultForFree")]
public bool? IsDefaultForFree { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if this version of the Oracle AI Database software's default is free. | 
IsDefaultForPaid
Declaration
[JsonProperty(PropertyName = "isDefaultForPaid")]
public bool? IsDefaultForPaid { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if this version of the Oracle AI Database software's default is paid. | 
IsDevTierEnabled
Declaration
[JsonProperty(PropertyName = "isDevTierEnabled")]
public bool? IsDevTierEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if this Oracle AI Database software version can be used for Autonomous AI Databases for Developers. | 
IsFreeTierEnabled
Declaration
[JsonProperty(PropertyName = "isFreeTierEnabled")]
public bool? IsFreeTierEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if this version of the Oracle AI Database software can be used for Always-Free Autonomous AI Databases. | 
IsPaidEnabled
Declaration
[JsonProperty(PropertyName = "isPaidEnabled")]
public bool? IsPaidEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if this version of the Oracle AI Database software has payments enabled. | 
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 Autonomous AI Database. | 
Remarks
Required