public static class GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoEndpoints
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpointType
The type of the endpoint that is used to access the instance.
|
String |
endpointUrl
The endpoint that is used to access the instance.
|
List<String> |
ipWhitelist
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker over the Internet.
|
| 构造器和说明 |
|---|
GetInstanceResponseBodyDataNetworkInfoEndpoints() |
@NameInMap(value="endpointType") public String endpointType
The type of the endpoint that is used to access the instance.
Valid values:
- TCP_VPC: VPC endpoint
- TCP_INTERNET:public endpoint
@NameInMap(value="endpointUrl") public String endpointUrl
The endpoint that is used to access the instance.
@NameInMap(value="ipWhitelist") public List<String> ipWhitelist
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker over the Internet. This parameter can be configured only if you use the public endpoint to access the instance.
* 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 GetInstanceResponseBodyDataNetworkInfoEndpoints()
public static GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoEndpoints build(Map<String,?> map) throws Exception
Exceptionpublic GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoEndpoints setEndpointType(String endpointType)
public String getEndpointType()
public GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoEndpoints setEndpointUrl(String endpointUrl)
public String getEndpointUrl()
public GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoEndpoints setIpWhitelist(List<String> ipWhitelist)
Copyright © 2024. All rights reserved.