public static final class CreateUniRestorePlanRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateUniRestorePlanRequest |
build() |
CreateUniRestorePlanRequest.Builder |
database(String database)
The name of the database.
|
CreateUniRestorePlanRequest.Builder |
instanceUuid(String instanceUuid)
The UUID of the Hybrid Backup Recovery (HBR) agent that is used to restore the data of the database on your server.
|
CreateUniRestorePlanRequest.Builder |
policyId(Long policyId)
The ID of the anti-ransomware policy.
|
CreateUniRestorePlanRequest.Builder |
resetScn(String resetScn)
The identifier of the point in time for restoration in the backup version that you want to use.
|
CreateUniRestorePlanRequest.Builder |
resetTime(String resetTime)
The point in time for restoration in the backup version that you want to use.
|
CreateUniRestorePlanRequest.Builder |
restoreInfo(String restoreInfo)
The information about the database.
|
CreateUniRestorePlanRequest.Builder |
timePoint(Long timePoint)
The point in time to which you want to restore data.
|
public CreateUniRestorePlanRequest.Builder database(String database)
The name of the database.
example:qtc
public CreateUniRestorePlanRequest.Builder instanceUuid(String instanceUuid)
The UUID of the Hybrid Backup Recovery (HBR) agent that is used to restore the data of the database on your server.
example:You can call the DescribeUniBackupDatabase operation to query the UUID.
ac457b30598d11ed800000163e02****
public CreateUniRestorePlanRequest.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
You can call the DescribeUniBackupPolicies operation to query the ID.
This parameter is required.
example:123
public CreateUniRestorePlanRequest.Builder resetScn(String resetScn)
The identifier of the point in time for restoration in the backup version that you want to use. The database is an Oracle database.****
example:You can call the DescribeUniRecoverableList operation to query the value.
925702.0
public CreateUniRestorePlanRequest.Builder resetTime(String resetTime)
The point in time for restoration in the backup version that you want to use. The database is an Oracle database.****
example:You can call the DescribeUniRecoverableList operation to query the value.
2022-10-29 01:06:24
public CreateUniRestorePlanRequest.Builder restoreInfo(String restoreInfo)
The information about the database. This parameter is available when the database is a Microsoft SQL Server (MSSQL) database. The value is a JSON string. Valid values:
example:You can call the DescribeUniRecoverableList operation to query the information.
{"files": {"qtc":"F:\database\qtc.mdf","qtc_log":"F:\database\qtc_0.ldf"}, "name":"qtc"}
public CreateUniRestorePlanRequest.Builder timePoint(Long timePoint)
The point in time to which you want to restore data.
You can call the DescribeRestorePlans operation to query the point in time.
This parameter is required.
example:1656957664000
public CreateUniRestorePlanRequest build()
Copyright © 2026. All rights reserved.