Class CreateAutonomousContainerDatabaseFromBackupDetails
Details to create an Autonomous Container Database (ACD) by cloning a backup of an existing ACD.
Inheritance
CreateAutonomousContainerDatabaseFromBackupDetails
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateAutonomousContainerDatabaseFromBackupDetails : CreateAutonomousContainerDatabaseBase
Properties
AutonomousContainerDatabaseBackupId
Declaration
[Required(ErrorMessage = "AutonomousContainerDatabaseBackupId is required.")]
[JsonProperty(PropertyName = "autonomousContainerDatabaseBackupId")]
public string AutonomousContainerDatabaseBackupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the source ACD backup that you will clone to create a new ACD. |
Remarks
Required
AutonomousDatabasesToClone
Declaration
[JsonProperty(PropertyName = "autonomousDatabasesToClone")]
public List<string> AutonomousDatabasesToClone { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | A list of Autonomous Databases ( display name of the ADB in specific ) to be cloned from backup of the source Autonomous Container Database. |
CloneBandWidth
Declaration
[JsonProperty(PropertyName = "cloneBandWidth")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidthEnum? CloneBandWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidthEnum? | The speed at which the Autonomous Container Database Clone from backup operation to be performed by OCI. |
CloneType
Declaration
[JsonProperty(PropertyName = "cloneType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseFromBackupDetails.CloneTypeEnum? CloneType { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseFromBackupDetails.CloneTypeEnum? | The Autonomous AI Database clone type. |