public static final class SearchCloudGtmAddressPoolsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchCloudGtmAddressPoolsRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
SearchCloudGtmAddressPoolsRequest.Builder |
addressPoolName(String addressPoolName)
Address pool name, supports fuzzy search for the entered address pool name.
|
SearchCloudGtmAddressPoolsRequest.Builder |
addressPoolType(String addressPoolType)
Address pool type, supports precise query for address pool types:
IPv4
IPv6
domain
example:
IPv4
|
SearchCloudGtmAddressPoolsRequest.Builder |
availableStatus(String availableStatus)
Address pool availability status, supporting precise queries for address pool availability:
available: Available
unavailable: Unavailable
example:
available
|
SearchCloudGtmAddressPoolsRequest |
build() |
SearchCloudGtmAddressPoolsRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
SearchCloudGtmAddressPoolsRequest.Builder |
enableStatus(String enableStatus)
Address pool enable status, supports precise query of address pool enable status:
enable: Enabled status
disable: Disabled status
example:
enable
|
SearchCloudGtmAddressPoolsRequest.Builder |
healthStatus(String healthStatus)
The health state of the address pool.
|
SearchCloudGtmAddressPoolsRequest.Builder |
pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
|
SearchCloudGtmAddressPoolsRequest.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
SearchCloudGtmAddressPoolsRequest.Builder |
remark(String remark)
Address pool remarks, supporting fuzzy search for the input remarks.
|
public SearchCloudGtmAddressPoolsRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public SearchCloudGtmAddressPoolsRequest.Builder addressPoolName(String addressPoolName)
Address pool name, supports fuzzy search for the entered address pool name.
example:AddressPool-1
public SearchCloudGtmAddressPoolsRequest.Builder addressPoolType(String addressPoolType)
Address pool type, supports precise query for address pool types:
IPv4
public SearchCloudGtmAddressPoolsRequest.Builder availableStatus(String availableStatus)
Address pool availability status, supporting precise queries for address pool availability:
available
public SearchCloudGtmAddressPoolsRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:1ae05db4-10e7-11ef-b126-00163e24**22
public SearchCloudGtmAddressPoolsRequest.Builder enableStatus(String enableStatus)
Address pool enable status, supports precise query of address pool enable status:
enable
public SearchCloudGtmAddressPoolsRequest.Builder healthStatus(String healthStatus)
The health state of the address pool. You can enter a health state for exact search. Valid values:
ok: The health state of the address pool is normal and all addresses that are referenced by the address pool are available.
ok_alert: The health state of the address pool is warning and some of the addresses that are referenced by the address pool are unavailable. However, the address pool is deemed normal. In this case, only the available addresses are returned for Domain Name System (DNS) requests.
exceptional: The health state of the address pool is abnormal and some or all of the addresses that are referenced by the address pool are unavailable. In this case, the address pool is deemed abnormal.
example:ok
public SearchCloudGtmAddressPoolsRequest.Builder pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
This parameter is required.
example:1
public SearchCloudGtmAddressPoolsRequest.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
This parameter is required.
example:20
public SearchCloudGtmAddressPoolsRequest.Builder remark(String remark)
Address pool remarks, supporting fuzzy search for the input remarks.
example:test
public SearchCloudGtmAddressPoolsRequest build()
Copyright © 2026. All rights reserved.