public static final class CreateLoadBalancerResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateLoadBalancerResponseBody.Builder |
address(String address)
The IP address that is allocated to the CLB instance.
|
CreateLoadBalancerResponseBody.Builder |
addressIPVersion(String addressIPVersion)
The IP version that is used by the CLB instance.
|
CreateLoadBalancerResponseBody |
build() |
CreateLoadBalancerResponseBody.Builder |
loadBalancerId(String loadBalancerId)
The CLB instance ID.
|
CreateLoadBalancerResponseBody.Builder |
loadBalancerName(String loadBalancerName)
The CLB instance name.
|
CreateLoadBalancerResponseBody.Builder |
networkType(String networkType)
The network type of the CLB instance.
|
CreateLoadBalancerResponseBody.Builder |
orderId(Long orderId)
The order ID of the subscription CLB instance.
|
CreateLoadBalancerResponseBody.Builder |
requestId(String requestId)
The request ID.
|
CreateLoadBalancerResponseBody.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the CLB instance belongs.
|
CreateLoadBalancerResponseBody.Builder |
vpcId(String vpcId)
The ID of the VPC to which the CLB instance belongs.
|
CreateLoadBalancerResponseBody.Builder |
vSwitchId(String vSwitchId)
The ID of the vSwitch to which the CLB instance belongs.
|
public CreateLoadBalancerResponseBody.Builder address(String address)
The IP address that is allocated to the CLB instance.
example:42.XX.XX.6
public CreateLoadBalancerResponseBody.Builder addressIPVersion(String addressIPVersion)
The IP version that is used by the CLB instance.
example:ipv4
public CreateLoadBalancerResponseBody.Builder loadBalancerId(String loadBalancerId)
The CLB instance ID.
example:lb-hddhfjg****
public CreateLoadBalancerResponseBody.Builder loadBalancerName(String loadBalancerName)
The CLB instance name.
example:lb-bp1o94dp5i6ea****
public CreateLoadBalancerResponseBody.Builder networkType(String networkType)
The network type of the CLB instance. Valid values:
classic
public CreateLoadBalancerResponseBody.Builder orderId(Long orderId)
The order ID of the subscription CLB instance.
example:20212961978****
public CreateLoadBalancerResponseBody.Builder requestId(String requestId)
The request ID.
example:365F4154-92F6-4AE4-92F8-7FF34B540710
public CreateLoadBalancerResponseBody.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the CLB instance belongs.
example:rg-atstuj3rto****
public CreateLoadBalancerResponseBody.Builder vSwitchId(String vSwitchId)
The ID of the vSwitch to which the CLB instance belongs.
example:vsw-255ecr****
public CreateLoadBalancerResponseBody.Builder vpcId(String vpcId)
The ID of the VPC to which the CLB instance belongs.
example:vpc-25dvzy9****
public CreateLoadBalancerResponseBody build()
Copyright © 2026. All rights reserved.