Class DatabaseUpgradeWithDbHomeDetails
Details of Database Home to be used to upgrade a database.
Inherited Members
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