Class DatabaseUpgradeWithDatabaseSoftwareImageDetails
Details of the database software image to be used to upgrade a database.
Inherited Members
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