public static final class BindSlbRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
BindSlbRequest.Builder |
appId(String appId)
The ID of the EDAS application.
|
BindSlbRequest |
build() |
BindSlbRequest.Builder |
listenerPort(Integer listenerPort)
The listener port for the SLB instance.
|
BindSlbRequest.Builder |
slbId(String slbId)
The ID of the SLB instance.
|
BindSlbRequest.Builder |
slbIp(String slbIp)
The IP address of the SLB instance.
|
BindSlbRequest.Builder |
type(String type)
The type of the SLB instance.
|
BindSlbRequest.Builder |
vServerGroupId(String vServerGroupId)
The ID of the vServer group for the internal-facing SLB instance.
|
public BindSlbRequest.Builder appId(String appId)
public BindSlbRequest.Builder listenerPort(Integer listenerPort)
public BindSlbRequest.Builder slbId(String slbId)
public BindSlbRequest.Builder slbIp(String slbIp)
public BindSlbRequest.Builder type(String type)
* internet: Internet-facing SLB instance * intranet: internal-facing SLB instance
public BindSlbRequest.Builder vServerGroupId(String vServerGroupId)
public BindSlbRequest build()
Copyright © 2023. All rights reserved.