Class CreateDatabaseFromDatabase
Details for creating a database by restoring from a database backup closest to given timestamp. This would work only if given timestamp is within the time range of available automatic backups.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateDatabaseFromDatabase : CreateDatabaseBase
Properties
Database
Declaration
[Required(ErrorMessage = "Database is required.")]
[JsonProperty(PropertyName = "database")]
public CreateDatabaseFromAnotherDatabaseDetails Database { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateDatabaseFromAnotherDatabaseDetails |
Remarks
Required