public static final class UpdateInstanceRequest.InternetInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
UpdateInstanceRequest.InternetInfo |
build() |
UpdateInstanceRequest.InternetInfo.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 UpdateInstanceRequest.InternetInfo.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.
public UpdateInstanceRequest.InternetInfo build()
Copyright © 2024. All rights reserved.