Class CreateDatabaseFromAnotherDatabaseDetails
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateDatabaseFromAnotherDatabaseDetails
Properties
AdminPassword
Declaration
[Required(ErrorMessage = "AdminPassword is required.")]
[JsonProperty(PropertyName = "adminPassword")]
public string AdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. |
Remarks
Required
BackupTDEPassword
Declaration
[JsonProperty(PropertyName = "backupTDEPassword")]
public string BackupTDEPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The password to open the TDE wallet. |
DatabaseId
Declaration
[Required(ErrorMessage = "DatabaseId is required.")]
[JsonProperty(PropertyName = "databaseId")]
public string DatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The database OCID. |
Remarks
Required
DbName
Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted. |
DbUniqueName
Declaration
[JsonProperty(PropertyName = "dbUniqueName")]
public string DbUniqueName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
|
PluggableDatabases
Declaration
[JsonProperty(PropertyName = "pluggableDatabases")]
public List<string> PluggableDatabases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The list of pluggable databases that needs to be restored into new database. |
SidPrefix
Declaration
[JsonProperty(PropertyName = "sidPrefix")]
public string SidPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Specifies a prefix for the |
SourceEncryptionKeyLocationDetails
Declaration
[JsonProperty(PropertyName = "sourceEncryptionKeyLocationDetails")]
public EncryptionKeyLocationDetails SourceEncryptionKeyLocationDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| EncryptionKeyLocationDetails |
StorageSizeDetails
Declaration
[JsonProperty(PropertyName = "storageSizeDetails")]
public DatabaseStorageSizeDetails StorageSizeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseStorageSizeDetails |
TimeStampForPointInTimeRecovery
Declaration
[JsonProperty(PropertyName = "timeStampForPointInTimeRecovery")]
public DateTime? TimeStampForPointInTimeRecovery { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database. |
VmClusterId
Declaration
[JsonProperty(PropertyName = "vmClusterId")]
public string VmClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VM cluster. |