Class CreateAutonomousDatabaseFromBackupTimestampDetails
Details to create a point-in-time clone of an Oracle Autonomous AI Database by specifying a timestamp. Point-in-time clones use backups as the source of the data for the clone.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateAutonomousDatabaseFromBackupTimestampDetails : CreateAutonomousDatabaseBaseProperties
AutonomousDatabaseId
Declaration
[Required(ErrorMessage = "AutonomousDatabaseId is required.")]
[JsonProperty(PropertyName = "autonomousDatabaseId")]
public string AutonomousDatabaseId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the source Autonomous AI Database that you will clone to create a new Autonomous AI Database. | 
Remarks
Required
CloneTableSpaceList
Declaration
[JsonProperty(PropertyName = "cloneTableSpaceList")]
public List<int> CloneTableSpaceList { get; set; }Property Value
| Type | Description | 
|---|---|
| List<int> | A list of the source Autonomous AI Database's table space number(s) used to create this partial clone from the backup. | 
CloneType
Declaration
[Required(ErrorMessage = "CloneType is required.")]
[JsonProperty(PropertyName = "cloneType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousDatabaseFromBackupTimestampDetails.CloneTypeEnum? CloneType { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateAutonomousDatabaseFromBackupTimestampDetails.CloneTypeEnum? | The Autonomous AI Database clone type. | 
Remarks
Required
Timestamp
Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The timestamp specified for the point-in-time clone of the source Autonomous AI Database. The timestamp must be in the past. | 
UseLatestAvailableBackupTimeStamp
Declaration
[JsonProperty(PropertyName = "useLatestAvailableBackupTimeStamp")]
public bool? UseLatestAvailableBackupTimeStamp { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Clone from latest available backup timestamp. |