public static final class CreateCloudGtmAddressPoolRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCloudGtmAddressPoolRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
CreateCloudGtmAddressPoolRequest.Builder |
addressPoolName(String addressPoolName)
Address pool name, helping users distinguish the purpose of address pools.
|
CreateCloudGtmAddressPoolRequest.Builder |
addressPoolType(String addressPoolType)
The type of the address pool.
|
CreateCloudGtmAddressPoolRequest |
build() |
CreateCloudGtmAddressPoolRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
CreateCloudGtmAddressPoolRequest.Builder |
enableStatus(String enableStatus)
The enabling state of the address pool.
|
CreateCloudGtmAddressPoolRequest.Builder |
healthJudgement(String healthJudgement)
The condition for determining the health status of the address pool.
|
CreateCloudGtmAddressPoolRequest.Builder |
remark(String remark)
Remarks for the address pool, helping users distinguish the usage scenarios of different address pools.
|
public CreateCloudGtmAddressPoolRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public CreateCloudGtmAddressPoolRequest.Builder addressPoolName(String addressPoolName)
Address pool name, helping users distinguish the purpose of address pools.
example:Address pool-1
public CreateCloudGtmAddressPoolRequest.Builder addressPoolType(String addressPoolType)
The type of the address pool. Valid values:
IPv4
public CreateCloudGtmAddressPoolRequest.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 CreateCloudGtmAddressPoolRequest.Builder enableStatus(String enableStatus)
The enabling state of the address pool. Valid values:
enable
public CreateCloudGtmAddressPoolRequest.Builder healthJudgement(String healthJudgement)
The condition for determining the health status of the address pool. Valid values:
any_ok
public CreateCloudGtmAddressPoolRequest.Builder remark(String remark)
Remarks for the address pool, helping users distinguish the usage scenarios of different address pools.
example:app
public CreateCloudGtmAddressPoolRequest build()
Copyright © 2026. All rights reserved.