public static final class SearchCloudGtmAddressesResponseBody.Address.Builder extends Object
public SearchCloudGtmAddressesResponseBody.Address.Builder address(String address)
IP address or domain name.
example:223.5.XX.XX
public SearchCloudGtmAddressesResponseBody.Address.Builder addressId(String addressId)
ID of the address, unique identifier for the address.
example:addr-89518218114368**92
public SearchCloudGtmAddressesResponseBody.Address.Builder attributeInfo(String attributeInfo)
Address ownership information, not supported in the current version.
example:The parameter should be none.
public SearchCloudGtmAddressesResponseBody.Address.Builder availableMode(String availableMode)
The failover method that is used if the address fails health checks. Valid values:
auto
public SearchCloudGtmAddressesResponseBody.Address.Builder availableStatus(String availableStatus)
The availability state of the address when AvailableMode is set to manual. Valid values:
available
public SearchCloudGtmAddressesResponseBody.Address.Builder createTime(String createTime)
Creation time of the address.
example:2024-03-23T13:09Z
public SearchCloudGtmAddressesResponseBody.Address.Builder createTimestamp(Long createTimestamp)
Creation time of the address (timestamp).
example:1527690629357
public SearchCloudGtmAddressesResponseBody.Address.Builder enableStatus(String enableStatus)
Current activation status of the address:
enable
public SearchCloudGtmAddressesResponseBody.Address.Builder healthJudgement(String healthJudgement)
The condition for determining the health status of the address. Valid values:
p50_ok
public SearchCloudGtmAddressesResponseBody.Address.Builder healthStatus(String healthStatus)
The health check state of the address. Valid values:
ok
public SearchCloudGtmAddressesResponseBody.Address.Builder healthTasks(SearchCloudGtmAddressesResponseBody.HealthTasks healthTasks)
The health check tasks.
public SearchCloudGtmAddressesResponseBody.Address.Builder manualAvailableStatus(String manualAvailableStatus)
The availability state of the address when AvailableMode is set to manual. Valid values:
available
public SearchCloudGtmAddressesResponseBody.Address.Builder name(String name)
Address name.
example:Address-1
public SearchCloudGtmAddressesResponseBody.Address.Builder remark(String remark)
Remarks.
example:test
public SearchCloudGtmAddressesResponseBody.Address.Builder type(String type)
Address type:
IPv4
public SearchCloudGtmAddressesResponseBody.Address.Builder updateTime(String updateTime)
The last modification time of the address.
example:2024-03-29T13:20Z
public SearchCloudGtmAddressesResponseBody.Address.Builder updateTimestamp(Long updateTimestamp)
The last modification time of the address (timestamp).
example:1527690629357
public SearchCloudGtmAddressesResponseBody.Address build()
Copyright © 2026. All rights reserved.