public static final class CreateCloudGtmAddressRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCloudGtmAddressRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
CreateCloudGtmAddressRequest.Builder |
address(String address)
IP address or domain name.
|
CreateCloudGtmAddressRequest.Builder |
attributeInfo(String attributeInfo)
Address ownership information.
|
CreateCloudGtmAddressRequest.Builder |
availableMode(String availableMode)
The failover mode that is used when address exceptions are identified.
|
CreateCloudGtmAddressRequest |
build() |
CreateCloudGtmAddressRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
CreateCloudGtmAddressRequest.Builder |
enableStatus(String enableStatus)
Indicates the current enabled status of the address:
enable: Enabled status
disable: Disabled status
This parameter is required.
|
CreateCloudGtmAddressRequest.Builder |
healthJudgement(String healthJudgement)
The condition for determining the health status of the address.
|
CreateCloudGtmAddressRequest.Builder |
healthTasks(List<CreateCloudGtmAddressRequest.HealthTasks> healthTasks)
The health check tasks associated with the address.
|
CreateCloudGtmAddressRequest.Builder |
manualAvailableStatus(String manualAvailableStatus)
The availability state of the address.
|
CreateCloudGtmAddressRequest.Builder |
name(String name)
Address name.
|
CreateCloudGtmAddressRequest.Builder |
remark(String remark)
Remarks.
|
CreateCloudGtmAddressRequest.Builder |
type(String type)
Address type:
IPv4
IPv6
domain
This parameter is required.
|
public CreateCloudGtmAddressRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh-CN
public CreateCloudGtmAddressRequest.Builder address(String address)
IP address or domain name.
This parameter is required.
example:223.5.XX.XX
public CreateCloudGtmAddressRequest.Builder attributeInfo(String attributeInfo)
Address ownership information.
example:This parameter is not supported in the version. Do not enter this parameter
public CreateCloudGtmAddressRequest.Builder availableMode(String availableMode)
The failover mode that is used when address exceptions are identified. Valid values:
This parameter is required.
example:auto
public CreateCloudGtmAddressRequest.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 CreateCloudGtmAddressRequest.Builder enableStatus(String enableStatus)
Indicates the current enabled status of the address:
This parameter is required.
example:enable
public CreateCloudGtmAddressRequest.Builder healthJudgement(String healthJudgement)
The condition for determining the health status of the address. This parameter is required when HealthTasks is specified. Valid values:
This parameter is required.
example:p50_ok
public CreateCloudGtmAddressRequest.Builder healthTasks(List<CreateCloudGtmAddressRequest.HealthTasks> healthTasks)
The health check tasks associated with the address.
public CreateCloudGtmAddressRequest.Builder manualAvailableStatus(String manualAvailableStatus)
The availability state of the address. This parameter is required when AvailableMode is set to manual. Valid values:
available
public CreateCloudGtmAddressRequest.Builder name(String name)
Address name.
This parameter is required.
example:Address-1
public CreateCloudGtmAddressRequest.Builder remark(String remark)
Remarks.
example:test
public CreateCloudGtmAddressRequest.Builder type(String type)
Address type:
This parameter is required.
example:IPv4
public CreateCloudGtmAddressRequest build()
Copyright © 2026. All rights reserved.