Class ConvertToRegularPluggableDatabaseDetails
Parameters for converting Refreshable Clone Pluggable Database into Regular Pluggable Database.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ConvertToRegularPluggableDatabaseDetailsProperties
ContainerDatabaseAdminPassword
Declaration
[JsonProperty(PropertyName = "containerDatabaseAdminPassword")]
public string ContainerDatabaseAdminPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The DB system administrator password of the Container Database. | 
ShouldCreatePdbBackup
Declaration
[JsonProperty(PropertyName = "shouldCreatePdbBackup")]
public bool? ShouldCreatePdbBackup { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Indicates whether to take Pluggable Database Backup after the operation. | 
TdeWalletPassword
Declaration
[JsonProperty(PropertyName = "tdeWalletPassword")]
public string TdeWalletPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The existing TDE wallet password of the Container Database. |