public static final class DescribePostpayTrafficTotalResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePostpayTrafficTotalResponseBody |
build() |
DescribePostpayTrafficTotalResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalAssets(Long totalAssets)
The total number of assets protected all types of firewalls.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalBillTraffic(Long totalBillTraffic)
The volume of burstable protected traffic for which fees are generated.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalInternetAssets(Long totalInternetAssets)
The total number of assets protected by the Internet firewall.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalInternetTraffic(Long totalInternetTraffic)
The total traffic for the Internet firewall.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalNatAssets(Long totalNatAssets)
The total number of assets protected by NAT firewalls.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalNatTraffic(Long totalNatTraffic)
The total traffic for NAT firewalls.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalSdlBillTraffic(Long totalSdlBillTraffic)
Data Leak Detection Total Fee Flow.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalSdlFreeTraffic(Long totalSdlFreeTraffic)
Data Leak Detection Total free usage traffic.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalTraffic(Long totalTraffic)
The total volume of traffic.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalVpcAssets(Long totalVpcAssets)
The total number of assets protected by virtual private cloud (VPC) firewalls.
|
DescribePostpayTrafficTotalResponseBody.Builder |
totalVpcTraffic(Long totalVpcTraffic)
The total traffic for VPC firewalls.
|
public DescribePostpayTrafficTotalResponseBody.Builder requestId(String requestId)
The ID of the request.
example:826B6280-9704-5643-97B1-6B47AC3F027A
public DescribePostpayTrafficTotalResponseBody.Builder totalAssets(Long totalAssets)
The total number of assets protected all types of firewalls.
example:132
public DescribePostpayTrafficTotalResponseBody.Builder totalBillTraffic(Long totalBillTraffic)
The volume of burstable protected traffic for which fees are generated. Unit: bytes.
example:2320274874426
public DescribePostpayTrafficTotalResponseBody.Builder totalInternetAssets(Long totalInternetAssets)
The total number of assets protected by the Internet firewall.
example:128
public DescribePostpayTrafficTotalResponseBody.Builder totalInternetTraffic(Long totalInternetTraffic)
The total traffic for the Internet firewall. If you use Cloud Firewall that uses the subscription billing method, this parameter indicates the total volume of burstable protected traffic on the Internet boundary. Unit: bytes.
example:2320274874426
public DescribePostpayTrafficTotalResponseBody.Builder totalNatAssets(Long totalNatAssets)
The total number of assets protected by NAT firewalls.
example:1
public DescribePostpayTrafficTotalResponseBody.Builder totalNatTraffic(Long totalNatTraffic)
The total traffic for NAT firewalls. If you use Cloud Firewall that uses the subscription billing method, this parameter indicates the total volume of burstable protected traffic on the NAT boundary. Unit: bytes.
example:560646279
public DescribePostpayTrafficTotalResponseBody.Builder totalSdlBillTraffic(Long totalSdlBillTraffic)
Data Leak Detection Total Fee Flow.
example:22879916142
public DescribePostpayTrafficTotalResponseBody.Builder totalSdlFreeTraffic(Long totalSdlFreeTraffic)
Data Leak Detection Total free usage traffic.
example:0
public DescribePostpayTrafficTotalResponseBody.Builder totalTraffic(Long totalTraffic)
The total volume of traffic. If you use Cloud Firewall that uses the subscription billing method, this parameter indicates the total volume of burstable protected traffic. Unit: bytes.
example:2320274874426
public DescribePostpayTrafficTotalResponseBody.Builder totalVpcAssets(Long totalVpcAssets)
The total number of assets protected by virtual private cloud (VPC) firewalls.
example:3
public DescribePostpayTrafficTotalResponseBody.Builder totalVpcTraffic(Long totalVpcTraffic)
The total traffic for VPC firewalls. If you use Cloud Firewall that uses the subscription billing method, this parameter indicates the total volume of burstable protected traffic on the VPC boundary. Unit: bytes.
example:2320274874426
public DescribePostpayTrafficTotalResponseBody build()
Copyright © 2026. All rights reserved.