Show / Hide Table of Contents

Class DatabaseUpgradeWithDatabaseSoftwareImageDetails

Details of the database software image to be used to upgrade a database.

Inheritance
object
DatabaseUpgradeSourceBase
DatabaseUpgradeWithDatabaseSoftwareImageDetails
Inherited Members
DatabaseUpgradeSourceBase.Options
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 DatabaseUpgradeWithDatabaseSoftwareImageDetails : DatabaseUpgradeSourceBase

Properties

DatabaseSoftwareImageId

Declaration
[Required(ErrorMessage = "DatabaseSoftwareImageId is required.")]
[JsonProperty(PropertyName = "databaseSoftwareImageId")]
public string DatabaseSoftwareImageId { get; set; }
Property Value
Type Description
string

The database software image OCID of the image to be used to upgrade a database.

Remarks

Required

In this article
Back to top