public static final class UpdateDnsGtmAddressPoolRequest.Addr.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDnsGtmAddressPoolRequest.Addr.Builder |
addr(String addr)
The address in the address pool.
|
UpdateDnsGtmAddressPoolRequest.Addr.Builder |
attributeInfo(String attributeInfo)
The information about the source region of the address.
|
UpdateDnsGtmAddressPoolRequest.Addr |
build() |
UpdateDnsGtmAddressPoolRequest.Addr.Builder |
lbaWeight(Integer lbaWeight)
The weight of the address.
|
UpdateDnsGtmAddressPoolRequest.Addr.Builder |
mode(String mode)
The return mode of the addresses.
|
UpdateDnsGtmAddressPoolRequest.Addr.Builder |
remark(String remark)
The description of the address pool.
|
public UpdateDnsGtmAddressPoolRequest.Addr.Builder addr(String addr)
The address in the address pool.
This parameter is required.
example:1.1.1.1
public UpdateDnsGtmAddressPoolRequest.Addr.Builder attributeInfo(String attributeInfo)
The information about the source region of the address. The value of the parameter is a string in the JSON format. Valid values:
LineCode: the line code of the source region. This parameter is deprecated. Use lineCodes instead.
lineCodes: the line codes of the source region
lineCodeRectifyType: the rectification type of the line code. Default value: AUTO. Valid values:
Linecode:default,lineCodes:["default"],lineCodeRectifyType:"NO_NEED"
public UpdateDnsGtmAddressPoolRequest.Addr.Builder lbaWeight(Integer lbaWeight)
The weight of the address.
example:1
public UpdateDnsGtmAddressPoolRequest.Addr.Builder mode(String mode)
The return mode of the addresses. Valid values:
This parameter is required.
example:online
public UpdateDnsGtmAddressPoolRequest.Addr.Builder remark(String remark)
The description of the address pool.
example:test
public UpdateDnsGtmAddressPoolRequest.Addr build()
Copyright © 2026. All rights reserved.