Class CreateAutonomousContainerDatabaseFromBackupTimestampDetails
Details to create an Autonomous Container Database (ACD) by cloning backup available, of an existing ACD, at the requested time stamp.
Inheritance
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateAutonomousContainerDatabaseFromBackupTimestampDetails : CreateAutonomousContainerDatabaseBase
Properties
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 CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthEnum? CloneBandWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthEnum? | The speed at which the Autonomous Container Database Clone from backup operation to be performed by OCI. |
CloneType
Declaration
[Required(ErrorMessage = "CloneType is required.")]
[JsonProperty(PropertyName = "cloneType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneTypeEnum? CloneType { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneTypeEnum? | The Autonomous AI Database clone type. |
Remarks
Required
ShouldUseLatestAvailableBackupTimeStamp
Declaration
[JsonProperty(PropertyName = "shouldUseLatestAvailableBackupTimeStamp")]
public bool? ShouldUseLatestAvailableBackupTimeStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | If set to true, OCI shall attempt to create a point in time to the latest available backup of the source Autonomous Container Database. |
SourceAutonomousContainerDatabaseId
Declaration
[Required(ErrorMessage = "SourceAutonomousContainerDatabaseId is required.")]
[JsonProperty(PropertyName = "sourceAutonomousContainerDatabaseId")]
public string SourceAutonomousContainerDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the source ACD that you will clone to create a new ACD. |
Remarks
Required
TimeStampToUseForCloning
Declaration
[JsonProperty(PropertyName = "timeStampToUseForCloning")]
public DateTime? TimeStampToUseForCloning { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time stamp representing the point in time to which the Autonomous Container Database should be cloned from backup. And the requested timeStamp should be in the past. |