public static class GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
flowOutBandwidth
The Internet bandwidth.
|
String |
flowOutType
The metering method for Internet usage.
|
String |
internetSpec
Specifies whether to enable the Internet access feature.
|
List<String> |
ipWhitelist
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker.
|
| 构造器和说明 |
|---|
GetInstanceResponseBodyDataNetworkInfoInternetInfo() |
@NameInMap(value="flowOutBandwidth") public Integer flowOutBandwidth
The Internet bandwidth. Unit: MB/s.
@NameInMap(value="flowOutType") public String flowOutType
The metering method for Internet usage.
Valid values:
* PayByBandwidth: pay-by-bandwidth. If the Internet access feature is enabled, specify this value for the parameter.
* uninvolved: N/A. If the Internet access feature is not enabled, specify this value for the parameter.
@NameInMap(value="internetSpec") public String internetSpec
Specifies whether to enable the Internet access feature.
Valid values:
* enable
* disable
By default, ApsaraMQ for RocketMQ instances are accessed in virtual private clouds (VPCs). If you enable the Internet access feature, you are charged for Internet outbound bandwidth. For more information, see [Internet access fee](https://help.aliyun.com/document_detail/427240.html).
@NameInMap(value="ipWhitelist") public List<String> ipWhitelist
The whitelist that includes the IP addresses that are allowed to access the ApsaraMQ for RocketMQ broker.
* If this parameter is not configured, all IP addresses are allowed to access the ApsaraMQ for RocketMQ broker over the Internet.
* If this parameter is configured, only the IP addresses that are included in the whitelist can access the ApsaraMQ for RocketMQ broker over the Internet.
public GetInstanceResponseBodyDataNetworkInfoInternetInfo()
public static GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo setFlowOutBandwidth(Integer flowOutBandwidth)
public Integer getFlowOutBandwidth()
public GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo setFlowOutType(String flowOutType)
public String getFlowOutType()
public GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo setInternetSpec(String internetSpec)
public String getInternetSpec()
public GetInstanceResponseBody.GetInstanceResponseBodyDataNetworkInfoInternetInfo setIpWhitelist(List<String> ipWhitelist)
Copyright © 2024. All rights reserved.