public static final class DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder extends Object
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder address(String address)
IP address or domain name.
example:223.5.XX.XX
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder addressId(String addressId)
The address ID. This ID uniquely identifies the address.
example:addr-89564712295703**96
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder attributeInfo(String attributeInfo)
Address ownership information, not supported in the current version.
example:The current version does not support returning this parameter.
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder availableMode(String availableMode)
The failover mode that is used when address exceptions are identified. Valid values:
auto
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder availableStatus(String availableStatus)
The availability state of the address. Valid values:
available
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder createTime(String createTime)
Address creation time.
example:2024-03-15T01:46Z
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder createTimestamp(Long createTimestamp)
Address creation time (timestamp).
example:1527690629357
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder enableStatus(String enableStatus)
The enabling state of the address. Valid values:
enable
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder healthJudgement(String healthJudgement)
The condition for determining the health state of the address. Valid values:
any_ok
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder healthStatus(String healthStatus)
The health check state of the address. Valid values:
ok
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder manualAvailableStatus(String manualAvailableStatus)
The availability state of the address when AvailableMode is set to manual. Valid values:
available
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder name(String name)
Address name.
example:Address-1
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder remark(String remark)
The remark of the address.
example:test
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder requestSource(DescribeCloudGtmInstanceConfigFullInfoResponseBody.RequestSource requestSource)
Request source list.
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder seqNonPreemptiveSchedule(Boolean seqNonPreemptiveSchedule)
Indicates whether it is a sequential (non-preemptive) mode scheduling object, applicable to hybrid cloud management scenarios:
false
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder serialNumber(Integer serialNumber)
Sequence number, indicating the priority of address return, where smaller numbers have higher priority.
example:1
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder type(String type)
The type of the address. Valid values:
IPv4
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder updateTime(String updateTime)
Last modified time of the address.
example:2024-03-15T01:46Z
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder updateTimestamp(Long updateTimestamp)
The last modification time of the address (timestamp).
example:1527690629357
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address.Builder weightValue(Integer weightValue)
Weight value (an integer between 1 and 100, inclusive), allowing different weight values to be set for each address, enabling resolution queries to return addresses in proportion to their weights.
example:1
public DescribeCloudGtmInstanceConfigFullInfoResponseBody.Address build()
Copyright © 2026. All rights reserved.