public static final class DescribeGtmRecoveryPlanResponseBody.Builder extends Object
public DescribeGtmRecoveryPlanResponseBody.Builder createTime(String createTime)
The time when the disaster recovery plan was created. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
example:2019-08-11T05:04Z
public DescribeGtmRecoveryPlanResponseBody.Builder createTimestamp(Long createTimestamp)
The time when the disaster recovery plan was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1565499867000
public DescribeGtmRecoveryPlanResponseBody.Builder faultAddrPoolNum(Integer faultAddrPoolNum)
The number of faulty address pools.
example:2
public DescribeGtmRecoveryPlanResponseBody.Builder faultAddrPools(DescribeGtmRecoveryPlanResponseBody.FaultAddrPools faultAddrPools)
The faulty address pools.
public DescribeGtmRecoveryPlanResponseBody.Builder lastExecuteTime(String lastExecuteTime)
The time when the disaster recovery plan was last executed. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
example:2019-08-11T05:04Z
public DescribeGtmRecoveryPlanResponseBody.Builder lastExecuteTimestamp(Long lastExecuteTimestamp)
The time when the disaster recovery plan was last executed. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1565505898000
public DescribeGtmRecoveryPlanResponseBody.Builder lastRollbackTime(String lastRollbackTime)
The time when the disaster recovery plan was last rolled back. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:2019-08-11T06:45Z
public DescribeGtmRecoveryPlanResponseBody.Builder lastRollbackTimestamp(Long lastRollbackTimestamp)
The time when the disaster recovery plan was last rolled back. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1565505919000
public DescribeGtmRecoveryPlanResponseBody.Builder name(String name)
The name of the disaster recovery plan.
example:name-example
public DescribeGtmRecoveryPlanResponseBody.Builder recoveryPlanId(Long recoveryPlanId)
The ID of the disaster recovery plan.
example:55
public DescribeGtmRecoveryPlanResponseBody.Builder remark(String remark)
The description of the disaster recovery plan.
example:remark-example
public DescribeGtmRecoveryPlanResponseBody.Builder requestId(String requestId)
The request ID.
example:0A5F4315-D6E8-435E-82DF-24F4C97D6999
public DescribeGtmRecoveryPlanResponseBody.Builder status(String status)
The status of the disaster recovery plan.
example:UNEXECUTED
public DescribeGtmRecoveryPlanResponseBody.Builder updateTime(String updateTime)
The time when the disaster recovery plan was last modified. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
example:2019-08-11T06:45Z
public DescribeGtmRecoveryPlanResponseBody.Builder updateTimestamp(Long updateTimestamp)
The time when the disaster recovery plan was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1565499867000
public DescribeGtmRecoveryPlanResponseBody build()
Copyright © 2026. All rights reserved.