public static final class UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
acceptLanguage(String acceptLanguage)
The language in which the returned results are displayed.
|
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
addressPoolLbStrategy(String addressPoolLbStrategy)
The new policy for load balancing between address pools.
|
UpdateCloudGtmInstanceConfigLbStrategyRequest |
build() |
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
configId(String configId)
The configuration ID of the access domain name.
|
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
instanceId(String instanceId)
The ID of the GTM 3.0 instance for which you want to modify the load balancing policy.
|
UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder |
sequenceLbStrategyMode(String sequenceLbStrategyMode)
The mode used if the address pool with the smallest sequence number is recovered.
|
public UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder acceptLanguage(String acceptLanguage)
The language in which the returned results are displayed. Valid values:
en-US
public UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder addressPoolLbStrategy(String addressPoolLbStrategy)
The new policy for load balancing between address pools. Valid values:
sequence
public UpdateCloudGtmInstanceConfigLbStrategyRequest.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 UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder configId(String configId)
The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.
You can call the ListCloudGtmInstanceConfigs operation to query the configuration ID of the desired access domain name.
example:Config-000**11
public UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder instanceId(String instanceId)
The ID of the GTM 3.0 instance for which you want to modify the load balancing policy.
example:gtm-cn-wwo3a3hbz**
public UpdateCloudGtmInstanceConfigLbStrategyRequest.Builder sequenceLbStrategyMode(String sequenceLbStrategyMode)
The mode used if the address pool with the smallest sequence number is recovered. This parameter is required when AddressPoolLbStrategy is set to sequence. Valid values:
preemptive
public UpdateCloudGtmInstanceConfigLbStrategyRequest build()
Copyright © 2026. All rights reserved.