public static final class BindNlbRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BindNlbRequest.Builder |
addressType(String addressType)
The type of the IP addresses.
|
BindNlbRequest.Builder |
appId(String appId)
The ID of the application to which the NLB instance is bound.
|
BindNlbRequest |
build() |
BindNlbRequest.Builder |
listeners(String listeners)
The listener that you want to manage.
|
BindNlbRequest.Builder |
nlbId(String nlbId)
The ID of the NLB instance.
|
BindNlbRequest.Builder |
zoneMappings(String zoneMappings)
The mappings between zones and vSwitches.
|
public BindNlbRequest.Builder addressType(String addressType)
The type of the IP addresses. Valid values:
Internet
public BindNlbRequest.Builder appId(String appId)
The ID of the application to which the NLB instance is bound.
example:7171a6ca-d1cd-4928-8642-7d5cfe69****
public BindNlbRequest.Builder listeners(String listeners)
The listener that you want to manage. The value is a string that consists of JSON arrays. Each listener contains the following fields:
public BindNlbRequest.Builder nlbId(String nlbId)
The ID of the NLB instance.
example:nlb-7z7jjbzz44d82c9***
public BindNlbRequest.Builder zoneMappings(String zoneMappings)
The mappings between zones and vSwitches. The value is a JSON string. You can specify at most 10 zones. If the region supports two or more zones, specify at least two zones. A ZoneMapping contains the following fields:
vsw-sersdf**** cn-hangzhou-a
public BindNlbRequest build()
Copyright © 2026. All rights reserved.