public static final class GetInstanceResponseBody.Endpoints.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetInstanceResponseBody.Endpoints |
build() |
GetInstanceResponseBody.Endpoints.Builder |
endpointType(String endpointType)
The type of the endpoint that is used to access the instance.
|
GetInstanceResponseBody.Endpoints.Builder |
endpointUrl(String endpointUrl)
The endpoint that is used to access the instance.
|
GetInstanceResponseBody.Endpoints.Builder |
ipWhitelist(List<String> ipWhitelist)
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker over the Internet.
|
public GetInstanceResponseBody.Endpoints.Builder endpointType(String endpointType)
Valid values: - TCP_VPC: VPC endpoint - TCP_INTERNET:public endpoint
public GetInstanceResponseBody.Endpoints.Builder endpointUrl(String endpointUrl)
public GetInstanceResponseBody.Endpoints.Builder ipWhitelist(List<String> ipWhitelist)
* If you do not configure an IP address whitelist, all CIDR blocks are allowed to access the ApsaraMQ for RocketMQ broker over the Internet. * If you configure an IP address whitelist, only the IP addresses in the whitelist are allowed to access the ApsaraMQ for RocketMQ broker over the Internet. We recommend that you configure internetInfo.ipWhitelist instead of this parameter.
public GetInstanceResponseBody.Endpoints build()
Copyright © 2024. All rights reserved.