public static final class DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan |
build() |
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
createTime(String createTime)
The time when the disaster recovery plan was created.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
createTimestamp(Long createTimestamp)
The UNIX timestamp that indicates when the disaster recovery plan was created.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
faultAddrPoolNum(Integer faultAddrPoolNum)
The number of faulty address pools.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
lastExecuteTime(String lastExecuteTime)
The last time when the disaster recovery plan was executed.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
lastExecuteTimestamp(Long lastExecuteTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was executed.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
lastRollbackTime(String lastRollbackTime)
The last time when the disaster recovery plan was rolled back.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
lastRollbackTimestamp(Long lastRollbackTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was rolled back.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
name(String name)
The name of the disaster recovery plan.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
recoveryPlanId(Long recoveryPlanId)
The ID of the disaster recovery plan.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
remark(String remark)
The remarks about the disaster recovery plan.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
status(String status)
The status of the disaster recovery plan.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
updateTime(String updateTime)
The last time when the disaster recovery plan was updated.
|
DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder |
updateTimestamp(Long updateTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was updated.
|
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder createTime(String createTime)
The time when the disaster recovery plan was created.
example:2019-08-11T06:45Z
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder createTimestamp(Long createTimestamp)
The UNIX timestamp that indicates when the disaster recovery plan was created.
example:1565499867000
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder faultAddrPoolNum(Integer faultAddrPoolNum)
The number of faulty address pools.
example:0
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder lastExecuteTime(String lastExecuteTime)
The last time when the disaster recovery plan was executed.
example:2019-08-11T06:44Z
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder lastExecuteTimestamp(Long lastExecuteTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was executed.
example:1565505898000
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder lastRollbackTime(String lastRollbackTime)
The last time when the disaster recovery plan was rolled back.
example:2019-08-11T06:45Z
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder lastRollbackTimestamp(Long lastRollbackTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was rolled back.
example:1565505919000
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder name(String name)
The name of the disaster recovery plan.
example:name-example
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder recoveryPlanId(Long recoveryPlanId)
The ID of the disaster recovery plan.
example:55
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder remark(String remark)
The remarks about the disaster recovery plan.
example:remark-example
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder status(String status)
The status of the disaster recovery plan. Valid values:
UNEXECUTED
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder updateTime(String updateTime)
The last time when the disaster recovery plan was updated.
example:2019-08-11T06:45Z
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan.Builder updateTimestamp(Long updateTimestamp)
The UNIX timestamp that indicates the last time when the disaster recovery plan was updated.
example:1565505919000
public DescribeGtmRecoveryPlansResponseBody.RecoveryPlan build()
Copyright © 2026. All rights reserved.