public static class UpdateInstanceRequest.UpdateInstanceRequestNetworkInfoInternetInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ipWhitelist
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker over the Internet.
|
| 构造器和说明 |
|---|
UpdateInstanceRequestNetworkInfoInternetInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateInstanceRequest.UpdateInstanceRequestNetworkInfoInternetInfo |
build(Map<String,?> map) |
List<String> |
getIpWhitelist() |
UpdateInstanceRequest.UpdateInstanceRequestNetworkInfoInternetInfo |
setIpWhitelist(List<String> ipWhitelist) |
@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.
* 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.
public UpdateInstanceRequestNetworkInfoInternetInfo()
public static UpdateInstanceRequest.UpdateInstanceRequestNetworkInfoInternetInfo build(Map<String,?> map) throws Exception
Exceptionpublic UpdateInstanceRequest.UpdateInstanceRequestNetworkInfoInternetInfo setIpWhitelist(List<String> ipWhitelist)
Copyright © 2024. All rights reserved.