Show / Hide Table of Contents

Class DatabaseUpgradeWithDbHomeDetails

Details of Database Home to be used to upgrade a database.

Inheritance
object
DatabaseUpgradeSourceBase
DatabaseUpgradeWithDbHomeDetails
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 DatabaseUpgradeWithDbHomeDetails : DatabaseUpgradeSourceBase

Properties

DbHomeId

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

The OCID of the Database Home.

Remarks

Required

In this article
Back to top