Show / Hide Table of Contents

Class AutonomousContainerDatabaseVersionSummary

The supported Autonomous Database version.

Inheritance
object
AutonomousContainerDatabaseVersionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousContainerDatabaseVersionSummary

Properties

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 Database version for provisioning an Autonomous Container Database.

Remarks

Required

In this article
Back to top