public static final class ListSlbRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListSlbRequest.Builder |
addressType(String addressType)
The type of the IP addresses.
|
ListSlbRequest |
build() |
ListSlbRequest.Builder |
slbType(String slbType)
The type of the SLB instance.
|
ListSlbRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
public ListSlbRequest.Builder addressType(String addressType)
* Internet: Users can connect to the SLB instance over the Internet. * Intranet: Users can connect to the SLB instance over the internal network.
public ListSlbRequest.Builder slbType(String slbType)
* clb: Classic Load Balancer (CLB) * alb: Application Load Balancer (ALB)
public ListSlbRequest.Builder vpcId(String vpcId)
public ListSlbRequest build()
Copyright © 2023. All rights reserved.