public class DescribePrivateConnectTrafficResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<TrafficData> |
dataList |
Double |
in95
入口带宽95值。
|
Integer |
inAvg
入口带宽平均值。
|
Integer |
inMax
入口带宽最大值。
|
Integer |
inMin
入口带宽最小值。
|
Integer |
inTotal
入口带宽总流量。
|
Integer |
out95
出口带宽95值。
|
Integer |
outAvg
出口带宽平均值。
|
Integer |
outMax
出口带宽最大值。
|
Integer |
outMin
出口带宽最小值。
|
String |
requestId
唯一请求 ID,每次请求都会返回。
定位问题时需要提供该次请求的requestId。
|
String |
unit
带宽值单位。例如:bps。
|
| Constructor and Description |
|---|
DescribePrivateConnectTrafficResponse() |
public String requestId
public List<TrafficData> dataList
public Double in95
public Integer inAvg
public Integer inMax
public Integer inMin
public Integer inTotal
public Integer out95
public Integer outAvg
public Integer outMax
public Integer outMin
public String unit
Copyright © 2024. All rights reserved.