public static final class DescribeDnsGtmInstanceAddressPoolResponseBody.Builder extends Object
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder addrCount(Integer addrCount)
The number of addresses in the address pool.
example:1
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder addrPoolId(String addrPoolId)
The ID of the address pool.
example:testpool1
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder addrs(DescribeDnsGtmInstanceAddressPoolResponseBody.Addrs addrs)
The addresses in the address pool.
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder createTime(String createTime)
The time when the address pool was created.
example:2017-12-28T13:08Z
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder createTimestamp(Long createTimestamp)
The timestamp that indicates the time when the address pool was created.
example:1527690629357
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder lbaStrategy(String lbaStrategy)
The load balancing policy for the address pool. Valid values:
all_rr
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder monitorConfigId(String monitorConfigId)
The ID of the health check configuration.
example:test1
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder monitorStatus(String monitorStatus)
Indicates the status of the health check. Valid values:
open
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder name(String name)
The name of the address pool.
example:test
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder requestId(String requestId)
The ID of the request.
example:6856BCF6-11D6-4D7E-AC53-FD579933522B
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder type(String type)
The type of the address pool. Valid values:
ipv4
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder updateTime(String updateTime)
The time when the address pool was last updated.
example:2017-12-28T13:08Z
public DescribeDnsGtmInstanceAddressPoolResponseBody.Builder updateTimestamp(Long updateTimestamp)
The timestamp that indicates the time when the address pool was last updated.
example:1527690629357
public DescribeDnsGtmInstanceAddressPoolResponseBody build()
Copyright © 2026. All rights reserved.