public static final class SearchCloudGtmAddressesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchCloudGtmAddressesRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
SearchCloudGtmAddressesRequest.Builder |
address(String address)
Query by service address with precise conditions, supporting IP addresses or domain names.
|
SearchCloudGtmAddressesRequest.Builder |
addressId(String addressId)
The address ID.
|
SearchCloudGtmAddressesRequest.Builder |
availableStatus(String availableStatus)
Search by address availability status with precise conditions:
available
unavailable
example:
available
|
SearchCloudGtmAddressesRequest |
build() |
SearchCloudGtmAddressesRequest.Builder |
enableStatus(String enableStatus)
Query by exact address enable status:
enable: enabled status
disable: disabled status
example:
enable
|
SearchCloudGtmAddressesRequest.Builder |
healthStatus(String healthStatus)
The health state of the addresses that you want to query.
|
SearchCloudGtmAddressesRequest.Builder |
monitorTemplateName(String monitorTemplateName)
Health check template name.
|
SearchCloudGtmAddressesRequest.Builder |
names(List<String> names)
Address name, usually for users to distinguish between different addresses.
|
SearchCloudGtmAddressesRequest.Builder |
nameSearchCondition(String nameSearchCondition)
The logical condition for querying addresses by name.
|
SearchCloudGtmAddressesRequest.Builder |
pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
|
SearchCloudGtmAddressesRequest.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
SearchCloudGtmAddressesRequest.Builder |
remarks(List<String> remarks)
Remarks for the address.
|
SearchCloudGtmAddressesRequest.Builder |
remarkSearchCondition(String remarkSearchCondition)
The logical condition for querying addresses by additional description.
|
SearchCloudGtmAddressesRequest.Builder |
type(String type)
Search precisely by address type conditions:
IPv4
IPv6
domain
example:
IPv4
|
public SearchCloudGtmAddressesRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public SearchCloudGtmAddressesRequest.Builder address(String address)
Query by service address with precise conditions, supporting IP addresses or domain names.
example:223.5.XX.XX
public SearchCloudGtmAddressesRequest.Builder addressId(String addressId)
The address ID. This ID uniquely identifies the address.
example:addr-89518218114368**92
public SearchCloudGtmAddressesRequest.Builder availableStatus(String availableStatus)
Search by address availability status with precise conditions:
available
public SearchCloudGtmAddressesRequest.Builder enableStatus(String enableStatus)
Query by exact address enable status:
enable
public SearchCloudGtmAddressesRequest.Builder healthStatus(String healthStatus)
The health state of the addresses that you want to query. Valid values:
ok
public SearchCloudGtmAddressesRequest.Builder monitorTemplateName(String monitorTemplateName)
Health check template name.
example:Ping-IPv4
public SearchCloudGtmAddressesRequest.Builder nameSearchCondition(String nameSearchCondition)
The logical condition for querying addresses by name. This parameter is required if you want to query addresses by name. Valid values:
or
public SearchCloudGtmAddressesRequest.Builder names(List<String> names)
Address name, usually for users to distinguish between different addresses.
public SearchCloudGtmAddressesRequest.Builder pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
This parameter is required.
example:1
public SearchCloudGtmAddressesRequest.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 SearchCloudGtmAddressesRequest.Builder remarkSearchCondition(String remarkSearchCondition)
The logical condition for querying addresses by additional description. This parameter is required if you want to query addresses by additional description. Valid values:
and: displays the results that match all search conditions.
or: displays the results that match some or all search conditions.
example:or
public SearchCloudGtmAddressesRequest.Builder remarks(List<String> remarks)
Remarks for the address.
public SearchCloudGtmAddressesRequest.Builder type(String type)
Search precisely by address type conditions:
IPv4
public SearchCloudGtmAddressesRequest build()
Copyright © 2026. All rights reserved.