public static final class DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNatFirewallTrafficTrendResponseBody.DataList |
build() |
DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder |
maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder |
maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder |
maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder |
trafficTime(Long trafficTime)
The time range to query.
|
public DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second. Unit: bit/s.
example:18038632
public DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second. Unit: bit/s.
example:122596487
public DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second. Unit: bit/s.
example:66953194
public DescribeNatFirewallTrafficTrendResponseBody.DataList.Builder trafficTime(Long trafficTime)
The time range to query. The value is a UNIX timestamp. Unit: seconds.
example:1734418980
public DescribeNatFirewallTrafficTrendResponseBody.DataList build()
Copyright © 2026. All rights reserved.