Class CreateDbSystemSourceFromPitrDetails
DB System OCID to perform a point in time recovery to the current point in time.
DB System OCID and recovery point to perform a point in time recovery to the
specified recovery point.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class CreateDbSystemSourceFromPitrDetails : CreateDbSystemSourceDetails
Properties
DbSystemId
Declaration
[Required(ErrorMessage = "DbSystemId is required.")]
[JsonProperty(PropertyName = "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the DB System from which a backup shall be selected to be restored when creating the new DB System. Use this together with recovery point to perform a point in time recovery operation. |
Remarks
Required
RecoveryPoint
Declaration
[JsonProperty(PropertyName = "recoveryPoint")]
public DateTime? RecoveryPoint { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time, as per RFC 3339, of the change up to which the new DB System shall be restored to, using a backup and logs from the original DB System. In case no point in time is specified, then this new DB System shall be restored up to the latest change recorded for the original DB System. |