public static final class ListGatewayResponseBody.Slb.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGatewayResponseBody.Slb |
build() |
ListGatewayResponseBody.Slb.Builder |
gatewaySlbMode(String gatewaySlbMode)
The mode of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
gatewaySlbStatus(String gatewaySlbStatus)
The state of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
slbId(String slbId)
The ID of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
slbIp(String slbIp)
The IP address of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
slbPort(String slbPort)
The port number of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
slbSpec(String slbSpec)
The specifications of the SLB instance.
|
ListGatewayResponseBody.Slb.Builder |
statusDesc(String statusDesc)
The description of the state.
|
ListGatewayResponseBody.Slb.Builder |
type(String type)
The network type.
|
public ListGatewayResponseBody.Slb.Builder gatewaySlbMode(String gatewaySlbMode)
The mode of the SLB instance.
example:UserHost
public ListGatewayResponseBody.Slb.Builder gatewaySlbStatus(String gatewaySlbStatus)
The state of the SLB instance.
example:Ready
public ListGatewayResponseBody.Slb.Builder slbId(String slbId)
The ID of the SLB instance.
example:lb-bp1ut8asdfgucjk****
public ListGatewayResponseBody.Slb.Builder slbIp(String slbIp)
The IP address of the SLB instance.
example:153.12.XX.XX
public ListGatewayResponseBody.Slb.Builder slbPort(String slbPort)
The port number of the SLB instance.
example:80
public ListGatewayResponseBody.Slb.Builder slbSpec(String slbSpec)
The specifications of the SLB instance.
example:slb.s2.small
public ListGatewayResponseBody.Slb.Builder statusDesc(String statusDesc)
The description of the state.
example:Creating
public ListGatewayResponseBody.Slb.Builder type(String type)
The network type. Valid values:
PUB_NET
public ListGatewayResponseBody.Slb build()
Copyright © 2026. All rights reserved.